ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
you can chage the node Node with an ros Lauch file
here my code in my Launch file:
<node pkg="rosserial_python" type="serial_node.py" name="serial_stepper_node">
<param name="port" value="/dev/ttyUSB0"/>
<param name="baud" value="115200"/>
</node>
2 | No.2 Revision |
you can chage the node Node name with an ros Lauch file
here my code in my Launch file:
<node pkg="rosserial_python" type="serial_node.py" name="serial_stepper_node">
<param name="port" value="/dev/ttyUSB0"/>
<param name="baud" value="115200"/>
</node>
3 | No.3 Revision |
you can chage the node name with an ros Lauch file
here my code in my Launch file:
<node pkg="rosserial_python" type="serial_node.py" name="serial_stepper_node">
<param name="port" value="/dev/ttyUSB0"/>
<param name="baud" value="115200"/>
</node>