Open mandulaj opened 9 months ago
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.
At the moment, the Docker
ENTRYPOINT
doesn't source the$WORKSPACE/devel/setup.bash
causingrosrun
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 andKALIBR_MANUAL_FOCAL_LENGTH_INIT
exported.Reopening a new PR as the old #666 was based on master