ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The problem was with this line of code:
var controlServer = new ROSLIB.ActionClient({
ros : ros,
serverName: '/control',
actionName: 'gamma/ControlAction' <-----------
});
Changed actionName
to the right location of the .action
file solved the problem.