-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run docker build in SystemSetupDocker #132
Comments
Original comment by Alfredo Bencomo (Bitbucket: bencomo). Can you try the release image? https://osrf-migration.github.io/subt-gh-pages/#!/osrf/subt/wiki/tutorials/SystemSetupDockerhub |
Original comment by Lý Nguyễn (Bitbucket: Lý Nguyễn). Hi Alfredo Bencomo (bencomo) , thanks for the quick reply. I have tried the link you provided. The option 1 gives me bug, but the option 2 succeed in giving me the whole map. I now can spawn the robot, but it seem unable to move with joystick. |
Original comment by Alfredo Bencomo (Bitbucket: bencomo). Open a second terminal, connect your USB joystick, and run the command below to make sure the joystick device (Logitech F310) is working properly
If joystick generate outputs, then the joystick and stop
|
Original comment by Lý Nguyễn (Bitbucket: Lý Nguyễn). Alfredo Bencomo (bencomo) , the command |
Original comment by Hector Escobar (Bitbucket: hector_escobar). I’ve seen this last error when you have multiple containers with the same name running. On another terminal type docker container ls, if there is more than one subt_sim_entry shown, you will have to stop them by doing docker stop CONTAINER_ID |
Original comment by Lý Nguyễn (Bitbucket: Lý Nguyễn). Hi Hector Escobar (hector_escobar) , thank you for the help. Unfortunately, when I checked the docker container list as you suggested, I only see one container of the running simulator. If I stop the container, the simulation will stop also. |
Original comment by Lý Nguyễn (Bitbucket: Lý Nguyễn). To update, even I cannot control the robot through joystick, |
Original comment by Alfredo Bencomo (Bitbucket: bencomo). Open a new terminal, type the command below, and post the output here.
|
Original comment by Lý Nguyễn (Bitbucket: Lý Nguyễn). Hi Alfredo Bencomo (bencomo) , thank you for the feed back and sorry for the late answer, I didn’t have my computer at that time. I have run the command you asked and this is the result. |
Original comment by Alfredo Bencomo (Bitbucket: bencomo). Hi Lý, Everything looks correct in your screenshot. Let me look into it more and post back here tomorrow. |
Original comment by Lý Nguyễn (Bitbucket: Lý Nguyễn). Hi Alfredo Bencomo (bencomo) , I really appreciate your help. |
Original comment by Alfredo Bencomo (Bitbucket: bencomo). Hi Lý, We just released a new docker image. Please follow again the instructions here and let me know if you can now control the X1 UGV with the joystick controller? I added bullet |
Original comment by Lý Nguyễn (Bitbucket: Lý Nguyễn). Hi Alfredo Bencomo (bencomo) , thank you for the new instruction. Unfortunately, there is still some problems with this. when I ran the rosluanch it still sent me this error, I’ll attach the output for you. By the way, the docker exec command from the tutorial seem a little bit confusing with the word “tput lines”. I’m able to run it with the command This is what I got: developer@aioz-trung-intern:~/subt_ws$ roslaunch subt_example teleop.launch started roslaunch server http://aioz-trung-intern:44125/ SUMMARYPARAMETERS
NODES ROS_MASTER_URI=http://localhost:11311 process[joy_node-1]: started with pid [548] |
Original comment by Lý Nguyễn (Bitbucket: Lý Nguyễn).
I have done in generating the simulation and control the robot through game controller. It seems that I forgot to keep pushing the LB button before using joystick. |
Original comment by Alfredo Bencomo (Bitbucket: bencomo).
|
Original report (archived issue) by Lý Nguyễn (Bitbucket: Lý Nguyễn).
Hi all,
I am trying to run the SystemSetupDocker tutorial from https://osrf-migration.github.io/subt-gh-pages/#!/osrf/subt/wiki/tutorials/SystemSetupDocker. It ended up with a problem, I will attach its' images.
It seem the docker command in bash files might have some problem. If there is a solution, please let me know. Thanks in advance.
The text was updated successfully, but these errors were encountered: