kalibr icon indicating copy to clipboard operation
kalibr copied to clipboard

Make the ENTRYPOINT source actually work

Open mandulaj opened this issue 1 year ago • 2 comments

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

mandulaj avatar Feb 08 '24 17:02 mandulaj

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

goldbattle avatar Mar 08 '24 17:03 goldbattle

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.

mandulaj avatar Mar 13 '24 08:03 mandulaj