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

Make the ENTRYPOINT source actually work #669

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mandulaj
Copy link
Contributor

@mandulaj mandulaj commented Feb 8, 2024

At the moment, the Docker ENTRYPOINT doesn't source the $WORKSPACE/devel/setup.bash causing rosrun not to be available in the Docker container on launch.

This change adds the export and source to /root/.bashrc making sure that on launch the ROS environment is sourced and KALIBR_MANUAL_FOCAL_LENGTH_INIT exported.

Reopening a new PR as the old #666 was based on master

@goldbattle
Copy link
Collaborator

This would be great to have. Could you look at why the 18.04 failed?

@mandulaj
Copy link
Contributor Author

I suspect this was due to the revoked key that had to be manually added before but now this was fixed in #671 I believe if you run it again it will succeed.

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

Successfully merging this pull request may close these issues.

None yet

2 participants