Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Using Prebuilt docker image #9

Open
ecarxguan opened this issue Oct 6, 2019 · 1 comment
Open

On Using Prebuilt docker image #9

ecarxguan opened this issue Oct 6, 2019 · 1 comment

Comments

@ecarxguan
Copy link

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?

@abhilashbalachandran
Copy link
Collaborator

abhilashbalachandran commented Oct 11, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants