That will not replace the workspace of docker with the workspace of host. It can run with the original code.
But I can not change the code in host and run it in the docker.
Hopes
I hope I can change the code in /home/zph/ros_ws/d2slam_ws and run it in docker
Could you give some suggestions?
Best !
Thanks for this great job! But I meet some problem of workspace with docker pc
Problem generation
When I config the workspace and run as instructions
The
d2vins.yaml
is as follows:I find I can not souce the workspace correctly, Because it has remapped to my worksapce of my host. I have compiled D2SLAM successfully on my host.
Some trys
But when I change the line in
docker_swarm_test.py
as follow:That will not replace the workspace of docker with the workspace of host. It can run with the original code. But I can not change the code in host and run it in the docker.
Hopes
I hope I can change the code in
/home/zph/ros_ws/d2slam_ws
and run it in docker Could you give some suggestions? Best !