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

FYI: (code=exited, status=127) means that a command is not recognized. This is because ROS hasn't been sourced when the service is starting up. As @Mani mentioned: just add the source /pat/to/ros/setup.bash to you script file so it recognizes the ros commands you use.

FYI: (code=exited, status=127) means that a command is not recognized. This is because ROS hasn't been sourced when the service is starting up. As @Mani mentioned: just add the source /pat/to/ros/setup.bash/path/to/ros/setup.bash to you script file so it recognizes the ros commands you use.