Turtlebot Bringup Error
I'm trying to set up my Turtlebot2 on Ubuntu 16.04 from a master PC using this code:
roslaunch turtlebot_bringup minimal.launch
and this is what I receive:
... logging to /home/turtlebot/.ros/log/488f2a6c-70b1-11eb-b8ba-3de1cab3bb36/roslaunch-turtlebot-ThinkPad-X280-7347.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.
xacro: Traditional processing is deprecated. Switch to --inorder processing! To check for compatibility of your document, use option --check-order. For more infos, see http://wiki.ros.org/xacro#Processing_... xacro.py is deprecated; please use xacro instead
Traceback (most recent call last):
File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/__init__.py", line 308, in main p.start()
File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/parent.py", line 268, in start self._start_infrastructure()
File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/parent.py", line 226, in _start_infrastructure self._start_server()
File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/parent.py", line 177, in _start_server self.server.start()
File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/server.py", line 376, in start code, msg, val = ServerProxy(self.uri).get_pid()
File "/usr/lib/python2.7/xmlrpclib.py", line 1243, in __call__ return self.__send(self.__name, args)
File "/usr/lib/python2.7/xmlrpclib.py", line 1602, in __request verbose=self.__verbose
File "/usr/lib/python2.7/xmlrpclib.py", line 1283, in request return self.single_request(host, handler, request_body, verbose)
File "/usr/lib/python2.7/xmlrpclib.py", line 1303, in single_request h = self.make_connection(host)
File "/usr/lib/python2.7/xmlrpclib.py", line 1389, in make_connection self._connection = host, httplib.HTTPConnection(chost)
File "/usr/lib/python2.7/httplib.py", line 767, in __init__ self._validate_host(self.host)
File "/usr/lib/python2.7/httplib.py", line 1064, in _validate_host raise InvalidURL(msg)
InvalidURL: URL can't contain control characters. '10.130.74.212 ' (found at least ' ')
I also get this same error when trying to launch my Orbecc Astra camera with:
rostopic echo /camera/rgb/image_raw
I don't know where to go from here but it seems to be keeping me from having control over movement and various things connected to my turtlebot. Any tips?