ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rosrun rosserial_python serial_node.py

asked 2013-02-14 09:49:16 -0500

monidiaz gravatar image

hi, someone know if it's possible put this line rosrun rosserial_python serial_node.py /dev/ttyACM0 inside in a .launch file.

are "many" things to spawn or launch , and just for make it more practically and eliminate some lines and terminals. thnks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2013-02-15 12:08:56 -0500

This is what I have in my launch file:

  <node pkg="rosserial_python" type="serial_node.py" args="/dev/ttyACM0" name="serial_node" respawn="true"/>
edit flag offensive delete link more

Comments

I've had issues with this in the past, if launching the serial node right after rviz. It was causing rviz to crash immediately, but works fine when the two are launched separately. Not sure why

TimboInSpace gravatar image TimboInSpace  ( 2014-01-31 07:47:13 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2013-02-14 09:49:16 -0500

Seen: 2,730 times

Last updated: Feb 15 '13