Closed stephenwang5 closed 4 years ago
Thanks, this looks great overall! One thing, can you move the VNC functionality to something like 'DockerfileBase.VNC' and leave Dockerfile.Base as is (i.e., same as what's on the Master branch now)? Just want to have the base image as bare bones as possible for users that don't need VNC etc.
The old "base" image still runs on Kinetic and thus require the manual Gazebo update which doesn't look very elegant. Should I remove that one VNC layer and keep the other parts, including the utilities like curl
, as the updated base file and remove the old one?
Good point, yeah that sounds fine to me. The base image can be updated to Melodic since you've proven that everything works fine
Getting the OpenNI toolkit and Astra camera driver to work in Melodic will take a bit more time but other than that it's all good
sounds good, do you mind opening an issue regarding the OpenNI toolkit and Astra camera driver functionality in Melodic just so we don't forget about it. I'll merge this now, thanks for the changes!
I appologize for the big PR. The summary of the major changes is as follows:
simple_lane_demo_sim.launch
filestart_docker.sh
andsimple_lane_demo_sim.launch
to allow quick changes at runtimeroot
)Please leave any suggestions, comments, or questions bellow. I'll keep the PR sizes smaller in the future.