You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
I have a MacBook, and I've set up RoboStack and ROS Noetic.
When I tried to run "source devel/setup.bash" in the catkin_ws directory, it showed an error: "devel/setup.bash:.:8: no such file or directory: /Users/user/catkin_ws/setup.sh".
I tried to save environment variables into ros-noetic-catkin_activate.sh, following the instructions provided in this issue: #148. However, I encountered a similar error when I tried to activate the environment using mamba.
Here are the steps I took:
mamba activate ros_env
cd catkin_ws
source devel/setup.bash
Inside the catkin_ws directory, there are three folders: build, devel, and src.
The "devel/setup.bash" file wants to find "$_CATKIN_SETUP_DIR/setup.sh", but for some reason, the _CATKIN_SETUP_DIR is wrongly defined. I am not super familiar with bash programming, but this is how the _CATKIN_SETUP_DIR variable is defined in the setup.bash file as follows:
_CATKIN_SETUP_DIR=$(builtin cd "dirname "${BASH_SOURCE[0]}"" > /dev/null && pwd)
Solution to issue cannot be found in the documentation.
Issue
I have a MacBook, and I've set up RoboStack and ROS Noetic.
When I tried to run "source devel/setup.bash" in the catkin_ws directory, it showed an error: "devel/setup.bash:.:8: no such file or directory: /Users/user/catkin_ws/setup.sh".
I tried to save environment variables into ros-noetic-catkin_activate.sh, following the instructions provided in this issue: #148. However, I encountered a similar error when I tried to activate the environment using mamba.
Here are the steps I took:
Thank you in advance!
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: