Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions moveo_moveit/launch/moveo.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<launch>
<arg name="port" default="/dev/ttyACM0"/>

<!-- RVIZ with Moveit plugin -->
<include file="$(find moveo_moveit_config)/launch/demo.launch"/>
<!-- rosserial node that communicates with Arduino -->
<node pkg="rosserial_python" type="serial_node.py" name="arduino_rosserial"
args="$(arg port)" output="screen" required="true"/>
<!-- converts simulation joint_state rotations to steps and publishes
on the /joint_steps topic -->
<node pkg="moveo_moveit" type="moveit_convert" name="moveit_convert"
output="screen" required="true"/>
</launch>