Skip to content
Snippets Groups Projects

WIP: Resolve "Processor constructors and creators requiring a sensor pointer?"

2 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
@@ -139,12 +139,12 @@ int main()
@@ -139,12 +139,12 @@ int main()
// SELF CALIBRATION ===================================================
// SELF CALIBRATION ===================================================
// NOTE: SELF-CALIBRATION OF SENSOR ORIENTATION
// SELF-CALIBRATION OF SENSOR ORIENTATION
// Uncomment this line below to achieve sensor self-calibration (of the orientation only, since the position is not observable)
// Uncomment this line below to achieve sensor self-calibration (of the orientation only, since the position is not observable)
sensor_rb->getO()->unfix();
// sensor_rb->getO()->unfix();
// NOTE: SELF-CALIBRATION OF SENSOR POSITION
// SELF-CALIBRATION OF SENSOR POSITION
// The position is however not observable, and thus self-calibration would not work. You can try uncommenting it too.
// The position is however not observable, and thus self-calibration would not work. You can try uncommenting the line below.
// sensor_rb->getP()->unfix();
// sensor_rb->getP()->unfix();
// CONFIGURE ==========================================================
// CONFIGURE ==========================================================
Loading