mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-05-16 09:48:05 +00:00
Compare commits
5 Commits
e8e089e36c
...
cffc87b624
Author | SHA1 | Date | |
---|---|---|---|
|
cffc87b624 | ||
|
dfa40ab47b | ||
|
a64dc63af9 | ||
|
38c26daf38 | ||
|
9d99b806f1 |
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user