Closed
Description
Issue Description
I followed this tutorial with the newest refactor which includes moving ardupilot stuff to ardusub_driver and controllers to auv_controllers.
I tried using docker image, but it seems that there are no ardusub_driver and auv_controllers in container (and I also do not see them added in .docker/Dockerfile
Steps to Reproduce
- Follow the tutorial link provided.
- Attempt to use the Docker image.
- Observe that ardusub_driver and auv_controllers are missing in filesystem and 'colcon build' fails because of that.
Expected Behavior
'colcon build' should run successfully
Error Message
No response
Runtime Environment
nvidia docker image
Additional Context
No response