Closed tttor closed 6 years ago
implemented the suggested fixes
<-- Navigation configuration -->
<include file="$(find movo_demos)/launch/nav/sensor_nav.launch">
<arg name="local" value="$(arg local)"/>
<arg name="sim" value="$(arg sim)"/>
</include>
and
<-- Pick stuff up -->
<node name="demo" pkg="movo_demos" type="inplace_pick_place_demo.py" output="screen" >
<rosparam command="load" file="$(find movo_moveit_config)/config/kinematics.yaml" />
<param name="table_height" value="0.74"/>
<param name="sim" value="$(arg sim)"/>
</node>
Thanks for the fixes, it runs OK now.
Launching sim_demo.launch as suggested for running simulation in https://github.com/Kinovarobotics/kinova-movo/issues/6, we got:
And
And it seems we are missing many TFs:
Possible fixes include:
is_sim
in this linesim
arg indemo.launch
Note: using https://github.com/Kinovarobotics/kinova-movo/commit/f7c370f81e140fe2aa6667ae2bcba4db2ebed117 on Indigo, trusty