Environment variables are not getting set
Hi,
Even after running /opt/ros/foxy/setup.zsh
, there are no shell environment variables with ROS in the name. I discovered this after debugging why CMake (run via colcon) could not find ament-related packages. This environment variable issue is currently my number one suspect, but I'm not getting closer to the cause.
$ source /opt/ros/foxy/setup.zsh
$ env|grep ROS
$
I have also tried this in bash, by running the corresponding setup.bash
, with the same result. What could be the cause? Should these be set manually instead?
This is an Ubuntu 20.04.5 system on x86_64. I'm running ROS foxy.