kalibr
kalibr copied to clipboard
Make the ENTRYPOINT source actually work
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
This would be great to have. Could you look at why the 18.04 failed?
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.