Created
December 16, 2014 18:38
-
-
Save anonymous/5e56cbfb2f6b3f24de0d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marcio@Home:~/hydro_workspace/sandbox/marcio_test$ roslaunch marcio_test gazebo.launch | |
... logging to /home/marcio/.ros/log/9e1ad6f4-8551-11e4-9007-50b7c3c7c866/roslaunch-Home-2805.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. | |
Traceback (most recent call last): | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/__init__.py", line 279, in main | |
p.start() | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/parent.py", line 257, in start | |
self._start_infrastructure() | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/parent.py", line 206, in _start_infrastructure | |
self._load_config() | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/parent.py", line 121, in _load_config | |
self.config = roslaunch.config.load_config_default(self.roslaunch_files, self.port, verbose=self.verbose) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/config.py", line 428, in load_config_default | |
loader.load(f, config, verbose=verbose) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/xmlloader.py", line 698, in load | |
self._load_launch(launch, ros_config, is_core=core, filename=filename, argv=argv, verbose=verbose) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/xmlloader.py", line 670, in _load_launch | |
self._recurse_load(ros_config, launch.childNodes, self.root_context, None, is_core, verbose) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/xmlloader.py", line 634, in _recurse_load | |
val = self._include_tag(tag, context, ros_config, default_machine, is_core, verbose) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/xmlloader.py", line 95, in call | |
return f(*args, **kwds) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/xmlloader.py", line 553, in _include_tag | |
inc_filename = self.resolve_args(tag.attributes['file'].value, context) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/xmlloader.py", line 159, in resolve_args | |
return substitution_args.resolve_args(args, context=context.resolve_dict, resolve_anon=self.resolve_anon) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/substitution_args.py", line 299, in resolve_args | |
resolved = _resolve_args(resolved, context, resolve_anon, commands) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/substitution_args.py", line 312, in _resolve_args | |
resolved = commands[command](resolved, a, args, context) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/substitution_args.py", line 137, in _find | |
return _find_executable(resolve_without_path, a, [args[0], path], context) | |
File "/opt/ros/hydro/lib/python2.7/dist-packages/roslaunch/substitution_args.py", line 173, in _find_executable | |
full_path = _get_executable_path(rp.get_path(args[0]), path) | |
File "/usr/lib/python2.7/dist-packages/rospkg/rospack.py", line 190, in get_path | |
raise ResourceNotFound(name, ros_paths=self._ros_paths) | |
ResourceNotFound: gazebo_worlds | |
ROS path [0]=/opt/ros/hydro/share/ros | |
ROS path [1]=/home/marcio/hydro_workspace/sandbox | |
ROS path [2]=/opt/ros/hydro/share | |
ROS path [3]=/opt/ros/hydro/stacks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment