Skip to content

Commit 31f5093

Browse files
authored
Config/rory extrinsic calibration (#575)
2 parents 00f15a8 + 1a1f984 commit 31f5093

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

bitbots_misc/bitbots_docs/docs/manual/tutorials/extrinsic_calibration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Do the calibration
2727

2828
2. Open rqt and navigate to **Plugins** > **Configurations** > **Dynamic Reconfigure** where you can configure the parameters.
2929

30+
3. Place the robot outside the field exactly in front of the middle line.
31+
32+
4. Use the :code:`2D Pose Estimate` button in RViz to place the virtual robot in the corresponding pose.
33+
3034
.. note::
3135
If you change the calibration first change all parameters to :code:`0.0`.
3236
Then start with the adjustment of the IMU parameters.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/bitbots_extrinsic_camera_calibration:
22
ros__parameters:
3-
offset_x: -0.07
4-
offset_y: 0.0
3+
offset_x: -0.06
4+
offset_y: 0.01
55
offset_z: 0.0
66

77
/bitbots_extrinsic_imu_calibration:
88
ros__parameters:
9-
offset_x: -0.0
10-
offset_y: 0.01
9+
offset_x: 0.0
10+
offset_y: 0.017
1111
offset_z: 0.0

0 commit comments

Comments
 (0)