Skip to content
Snippets Groups Projects
Commit df379a49 authored by Luca Marchionni's avatar Luca Marchionni
Browse files

Fix imu tf and frame

parent 63804063
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ force_torque: ...@@ -52,7 +52,7 @@ force_torque:
imu: imu:
base_imu: base_imu:
frame: base_link frame: imu_link
raw_data: raw_data:
orientation_port: orientation_base orientation_port: orientation_base
linear_acceleration_port: linear_acceleration_base linear_acceleration_port: linear_acceleration_base
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
</joint> </joint>
<xacro:talos_imu name="imu" parent="${name}_2_link" update_rate="100.0"> <xacro:talos_imu name="imu" parent="${name}_2_link" update_rate="100.0">
<origin xyz="0.04925 0 0.078" rpy="${180.0*deg_to_rad} 0 ${-90.0*deg_to_rad}"/> <origin xyz="0.04925 0 0.078" rpy="${180.0*deg_to_rad} 0 ${90.0*deg_to_rad}"/>
</xacro:talos_imu> </xacro:talos_imu>
......
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