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
Hello,
While following the tutorial to start the simulator, when sourcing the file install/setup.bash it doesn't exist. There is one named setup.sh though.
When sourcing the other one and starting the simulator with ros2 I have the following error:
Package 'mbzirc_ros' not found: "package 'mbzirc_ros' not found, searching: ['/opt/ros/galactic']"
It seems ros isn't searching for the package in the src directory. Could the lack of a bash file be the culprit?
I tried to change the value of ROS_PACKAGE_PATH and ROS_LOCATIONS to no avail.
Any clue as to how to fix this issue?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
While following the tutorial to start the simulator, when sourcing the file install/setup.bash it doesn't exist. There is one named setup.sh though.
When sourcing the other one and starting the simulator with ros2 I have the following error:
It seems ros isn't searching for the package in the src directory. Could the lack of a bash file be the culprit?
I tried to change the value of
ROS_PACKAGE_PATH
andROS_LOCATIONS
to no avail.Any clue as to how to fix this issue?
Thanks in advance
The text was updated successfully, but these errors were encountered: