ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
2 | No.2 Revision |
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
to you script file so it recognizes the ros commands you use./pat/to/ros/setup.bash/path/to/ros/setup.bash