Add hw reset node

This commit is contained in:
Michel Breyer
2021-11-24 16:26:26 +01:00
parent bcd270414f
commit f361f1ee92
2 changed files with 56 additions and 0 deletions

View File

@@ -15,6 +15,11 @@
<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher" />
</group>
<!-- Real environment -->
<group unless="$(arg simulation)">
<node pkg="active_grasp" type="hw_node.py" name="hw" output="screen" />
</group>
<!-- Launch MoveIt -->
<node pkg="tf2_ros" type="static_transform_publisher" name="to_panda" args="0 0 0 0 0 0 world panda_link0" />
<include file="$(find panda_moveit_config)/launch/move_group.launch" />