You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon
I tried to run run-dev.sh when docker was running in ROOTLESS mode, it worked poorly - the topics inside docker were not visible, also when calling, for example, realsense-viewer there was no image on the screen, errors like 'I CANNOT find the display))'.
After a week of torment) I turned off ROOTLESS mode:
systemctl --user disable docker.service
sudo systemctl enable docker.service
sudo systemctl enable docker.socket
sudo usermod -aG docker username # to run docker without typing 'sudo' in front
, and everything worked )))))) topics appeared and output appeared on the screen
But the question is different, since now I believe that issac ros works))), how can I save the container configuration after running run-dev.sh and after installing additional packages. I ran 'docker commit ... ' from the second term while the container created by run-dev.sh was running? but after the next launch of the saved container, the data from workspases/issac_ro_dev/ .... and the lower subfolders were not visible. What is the best way to do this?
The text was updated successfully, but these errors were encountered:
While docker is running, after installing or configuring it, in another terminal we execute:
docker commit isaac_ros_dev-x86-64 jeki001 #write the container to image jeki001.
We leave from, and change to run_dev.sh строку BASE_NAME="isaac_ros_dev-$PLATFORM" (183)
#BASE_NAME="isaac_ros_dev-$PLATFORM"
BASE_NAME="jeki001"
Good afternoon
I tried to run run-dev.sh when docker was running in ROOTLESS mode, it worked poorly - the topics inside docker were not visible, also when calling, for example, realsense-viewer there was no image on the screen, errors like 'I CANNOT find the display))'.
After a week of torment) I turned off ROOTLESS mode:
, and everything worked )))))) topics appeared and output appeared on the screen
But the question is different, since now I believe that issac ros works))), how can I save the container configuration after running run-dev.sh and after installing additional packages. I ran 'docker commit ... ' from the second term while the container created by run-dev.sh was running? but after the next launch of the saved container, the data from workspases/issac_ro_dev/ .... and the lower subfolders were not visible. What is the best way to do this?
The text was updated successfully, but these errors were encountered: