ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In the machine tag in your launch file, you need to specify the env-loader parameter. See: http://wiki.ros.org/roslaunch/XML/machine#Examples
Note that the requirements for the env-loader script are fairly strict. It should:
chmod a+x
on it, and make sure the first line is #!/bin/bash
)exec "$@"
If you're still having trouble, please EDIT your question to include your launch file and the exact console output you get from trying launch it.