Advertisement
Guest User

see what your robot sees error

a guest
Sep 16th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. ~/Source/udem-fall19-public$ dts start_gui_tools brigitte --base_image duckietown/dt-core:daffy
  2. INFO:dts:duckietown-shell 4.0.26
  3.  
  4. dts : Problems with a command?
  5. :
  6. : Report here: https://github.com/duckietown/duckietown-shell-commands/issues
  7. :
  8. : Troubleshooting:
  9. :
  10. : - If some commands update fail, delete ~/.dt-shell/commands
  11. :
  12. : - To reset the shell to "factory settings", delete ~/.dt-shell
  13. :
  14. : (Note: you will have to re-configure.)
  15. INFO:dts:duckietown-shell-commands 4.0.43
  16. INFO:duckietown-challenges:duckietown-challenges 4.0.30
  17. INFO:dts:interactive_gui_tools_brigitte already running - stopping it first..
  18. INFO:dts:removing interactive_gui_tools_brigitte
  19. access control disabled, clients can connect from any host
  20. INFO:dts:Running interactive_gui_tools_brigitte on localhost with environment vars: {'HOSTNAME': 'brigitte', 'ROS_MASTER': 'brigitte', 'DUCKIEBOT_NAME': 'brigitte', 'ROS_MASTER_URI': 'http://172.19.0.104:11311', 'QT_X11_NO_MITSHM': 1, 'DISPLAY': ':0'}
  21. Running docker attach interactive_gui_tools_brigitte
  22. You cannot attach to a stopped container, start it first
  23.  
  24. dts : Traceback (most recent call last):
  25. : File "/home/fabrice/.local/lib/python3.6/site-packages/dt_shell/__init__.py", line 48, in cli_main
  26. : cli_main_()
  27. : File "/home/fabrice/.local/lib/python3.6/site-packages/dt_shell/__init__.py", line 131, in cli_main_
  28. : shell.onecmd(cmdline)
  29. : File "/usr/lib/python3.6/cmd.py", line 217, in onecmd
  30. : return func(arg)
  31. : File "/home/fabrice/.local/lib/python3.6/site-packages/dt_shell/cli.py", line 400, in <lambda>
  32. : do_command_lam = lambda s, w: do_command(klass, s, w)
  33. : File "/home/fabrice/.local/lib/python3.6/site-packages/dt_shell/dt_command_abs.py", line 47, in do_command
  34. : cls.command(shell, args)
  35. : File "/home/fabrice/.dt-shell/commands/start_gui_tools/command.py", line 94, in command
  36. : start_command_in_subprocess(attach_cmd)
  37. : File "/home/fabrice/.dt-shell/commands/utils/cli_utils.py", line 30, in start_command_in_subprocess
  38. : raise Exception(msg)
  39. : Exception: Error occurred while running docker attach interactive_gui_tools_brigitte, please check and retry (1).
  40.  
  41. dts : If you think this is a bug, please report that you are using:
  42. :
  43. : duckietown-shell-commands: 4.0.43
  44. : duckietown-challenges: 4.0.30
  45. : python: "3.6.8 (default, Aug 20 2019, 17:12:48) \n[GCC 8.3.0]"
  46. : duckietown-shell: 4.0.26
  47. : encodings:
  48. : stdout: UTF-8
  49. : stderr: UTF-8
  50. : locale: UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement