mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
updated wheel joint position in relation to lidar
This commit is contained in:
parent
a574c53d65
commit
8a4c668a11
@ -78,7 +78,7 @@
|
||||
<joint name="chassis_joint" type="fixed">
|
||||
<parent link="base_link"/>
|
||||
<child link="chassis"/>
|
||||
<origin xyz="${-chassis_length/2 + 0.070} 0 ${wheel_offset_z}"/>
|
||||
<origin xyz="${-chassis_length/2 + 0.075} 0 ${wheel_offset_z}"/>
|
||||
</joint>
|
||||
|
||||
<link name="chassis">
|
||||
@ -109,7 +109,7 @@
|
||||
<joint name="left_wheel_joint" type="continuous">
|
||||
<parent link="chassis"/>
|
||||
<child link="left_wheel"/>
|
||||
<origin xyz="${chassis_length/2 - 0.070} ${wheel_offset_y/2 + wheel_thickness/2 + 0.01} 0" rpy="-${pi/2} 0 0" />
|
||||
<origin xyz="${chassis_length/2 - 0.075} ${wheel_offset_y/2 + wheel_thickness/2 + 0.01} 0" rpy="-${pi/2} 0 0" />
|
||||
<axis xyz="0 0 1"/>
|
||||
</joint>
|
||||
|
||||
@ -142,7 +142,7 @@
|
||||
<joint name="right_wheel_joint" type="continuous">
|
||||
<parent link="chassis"/>
|
||||
<child link="right_wheel"/>
|
||||
<origin xyz="${chassis_length/2 - 0.070} -${wheel_offset_y/2 + wheel_thickness/2 + 0.01} 0" rpy="${pi/2} 0 0" />
|
||||
<origin xyz="${chassis_length/2 - 0.075} -${wheel_offset_y/2 + wheel_thickness/2 + 0.01} 0" rpy="${pi/2} 0 0" />
|
||||
<axis xyz="0 0 -1"/>
|
||||
</joint>
|
||||
|
||||
@ -229,7 +229,7 @@
|
||||
<joint name="lidar_joint" type="fixed">
|
||||
<parent link="base_link"/>
|
||||
<child link="laser_frame"/>
|
||||
<origin xyz="${0.070-0.155} 0 ${chassis_height + 0.030}" rpy="0 0 ${pi}"/>
|
||||
<origin xyz="${0.075 - 0.15285} 0 ${chassis_height + 0.030}" rpy="0 0 ${pi}"/>
|
||||
</joint>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user