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
Hi, I want to pull prebuilt docker image,
When I use the command ./run.sh, the problem is:
bash: /home/apollo_ros_bridge/ros_pkgs/devel/setup.bash: No such file or directory
May I ask the solution to it?
The text was updated successfully, but these errors were encountered:
That is normal since the Ros packages haven't been built in the shipped docker image. Once inside the Apollo Ros bridge docker, run catkin build for the workspace ros_pkgs. This should generate the setup.bash in the devel folder. You can then explicitly source the setup.bash file. Instructions have been updated in the readme.
Hi, I want to pull prebuilt docker image,
When I use the command ./run.sh, the problem is:
bash: /home/apollo_ros_bridge/ros_pkgs/devel/setup.bash: No such file or directory
May I ask the solution to it?
The text was updated successfully, but these errors were encountered: