Created path segmenter controller
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
<xacro:arg name="use_mock" default="true" />
|
||||
|
||||
<xacro:property name="base_width" value="0.31"/>
|
||||
<xacro:property name="base_length" value="0.25"/>
|
||||
<xacro:property name="base_width" value="0.30"/>
|
||||
<xacro:property name="base_length" value="0.30"/>
|
||||
<xacro:property name="base_height" value="0.34"/>
|
||||
|
||||
<xacro:property name="wheel_radius" value="0.04"/>
|
||||
@@ -53,7 +53,7 @@
|
||||
<joint name="base_joint" type="fixed">
|
||||
<child link="base_link"/>
|
||||
<parent link="base_footprint"/>
|
||||
<origin xyz="0.0 0.0 ${base_zoff}" rpy="0 0 0"/>
|
||||
<origin xyz="${-wheel_xoff} 0.0 ${base_zoff}" rpy="0 0 0"/>
|
||||
</joint>
|
||||
|
||||
<joint name="lidar_joint" type="fixed">
|
||||
|
||||
Reference in New Issue
Block a user