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

Ya the concept is similar for simulated and real life robots. Just define your architecture and the UI should be able to convert some GUI based action to a ROS service or topic that will provide a goal for your robot. In your architecture, a low level controller or move_base can accept the goal given by your UI and move to that goal based on whatever control algorithm you have used.