Compare commits

...

5 Commits

Author SHA1 Message Date
Your Name
cffc87b624 update 2025-01-13 14:27:51 +01:00
Your Name
dfa40ab47b update 2025-01-13 13:46:20 +01:00
Your Name
a64dc63af9 update 2025-01-13 12:49:26 +01:00
Your Name
38c26daf38 update 2025-01-13 12:48:49 +01:00
Your Name
9d99b806f1 update 2025-01-13 12:46:27 +01:00
3 changed files with 8 additions and 6 deletions

View File

@ -3,15 +3,15 @@
<joint name="imu_joint" type="fixed">
<parent link="chassis"/>
<child link="imu_link"/>
<child link="robot_imu"/>
<origin xyz="${chassis_length/2 - 0.15285} 0 0" rpy="0 0 0"/>
</joint>
<link name="imu_link">
<link name="robot_imu">
</link>
<gazebo reference="imu_link">
<gazebo reference="robot_imu">
<material>Gazebo/Black</material>
</gazebo>

View File

@ -228,12 +228,12 @@
<joint name="laser_joint" type="fixed">
<parent link="chassis"/>
<child link="laser_frame"/>
<child link="laser"/>
<origin xyz="${chassis_length/2 - 0.15285} 0 ${chassis_height/2 + 0.030}" rpy="0 0 ${pi}"/>
</joint>
<link name="laser_frame">
<link name="laser">
<visual>
<geometry>
<cylinder radius="0.04" length="0.05"/>
@ -250,7 +250,7 @@
</xacro:inertial_sphere>
</link>
<gazebo reference="laser_frame">
<gazebo reference="laser">
<material>Gazebo/White</material>
</gazebo>

View File

@ -8,4 +8,6 @@
<!-- Start the joint state publisher node -->
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" output="screen"/>
<node pkg="tf" type="static_transform_publisher" name="odom_to_base_link" args="0 0 0 0 0 0 odom base_link 40" />
</launch>