Skip to content
Snippets Groups Projects
Commit bd59cbfb authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update IMU orientation according to VI-sensor axes definition

parent 5f3535f2
No related branches found
No related tags found
No related merge requests found
...@@ -79,9 +79,9 @@ config: ...@@ -79,9 +79,9 @@ config:
type: "SubscriberImu" type: "SubscriberImu"
topic: "/imu0" topic: "/imu0"
sensor_name: "IMU" sensor_name: "IMU"
imu_x_axis: 1 imu_x_axis: 3 # See VI-sensor axes in https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets#platform_and_sensors
imu_y_axis: 2 imu_y_axis: -2
imu_z_axis: 3 imu_z_axis: 1
cov_source: "sensor" cov_source: "sensor"
in_degrees: false in_degrees: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment