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

Revision history [back]

click to hide/show revision 1
initial version

From reading the code, it looks like the roboteq driver already supports multiple named channels through the channels parameter.

Try running it with something like:

rosrun roboteq_driver roboteq_driver_node _channels:='[ "left", "right" ]'

Note that the channels parameter is an array of names for the channels, so you may have to play with the syntax a bit to get it right.