ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
From you command, I assume you mean without a GUI?
In that case, just do what rviz does: It sends a message to a topic (usually /move_base_simple/goal). You can do the same via rostopic pub
.
A wrapper script that expects x,y,theta could be easily done.
From software, you should use the actionlib interface.