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

I have managed to find a solution for my first problem. Using the following code inside a launch file allows me to pass in my PYTHONPATH. I am assuming this will work for all other environment variables that are being lost as well:

<env name="PYTHONPATH" value="$(env PYTHONPATH)" />

I hope this helps.