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
ValueError: too many values to unpack (expected 3)
2021-08-04 11:26:51.947 | DEBUG | roswire.app.instance:close:157 - destroying app instance directory: /home/tdurschm/.roswire/containers/tmpu1ivvjr7
2021-08-04 11:26:51.947 | DEBUG | roswire.app.instance:close:159 - destroyed app instance directory: /home/tdurschm/.roswire/containers/tmpu1ivvjr7
Traceback (most recent call last):
File "/home/tdurschm/.local/share/virtualenvs/rosdiscover-hw20rvqf/bin/rosdiscover", line 33, in <module>
sys.exit(load_entry_point('rosdiscover', 'console_scripts', 'rosdiscover')())
File "/home/tdurschm/rosdiscover/src/rosdiscover/cli.py", line 191, in main
args.func(args)
File "/home/tdurschm/rosdiscover/src/rosdiscover/cli.py", line 49, in launch
summary = _launch_config(args)
File "/home/tdurschm/rosdiscover/src/rosdiscover/cli.py", line 44, in _launch_config
return _launch(config)
File "/home/tdurschm/rosdiscover/src/rosdiscover/cli.py", line 38, in _launch
interpreter.launch(fn_launch)
File "/home/tdurschm/rosdiscover/src/rosdiscover/interpreter/interpreter.py", line 73, in launch
self._load(pkg=node.package,
File "/home/tdurschm/rosdiscover/src/rosdiscover/interpreter/interpreter.py", line 198, in _load
load, pkg_and_nodetype, mgr = args.split(' ')
ValueError: too many values to unpack (expected 3)
Here is the traceback:
2021-08-04 11:26:51.510 | ERROR | rosdiscover.interpreter.interpreter:launch:83 - failed to launch node: depth_registered_metric
Traceback (most recent call last):
File "/home/tdurschm/.local/share/virtualenvs/rosdiscover-hw20rvqf/bin/rosdiscover", line 33, in <module>
sys.exit(load_entry_point('rosdiscover', 'console_scripts', 'rosdiscover')())
│ │ └ <function importlib_load_entry_point at 0x7f774adc50d0>
│ └ <built-in function exit>
└ <module 'sys' (built-in)>
File "/home/tdurschm/rosdiscover/src/rosdiscover/cli.py", line 191, in main
args.func(args)
│ │ └ Namespace(output=None, config=<_io.TextIOWrapper name='/home/tdurschm/rosdiscover-evaluation/bugs/turtlebot-01/rd_turtlebot-0...
│ └ <function launch at 0x7f774387d040>
└ Namespace(output=None, config=<_io.TextIOWrapper name='/home/tdurschm/rosdiscover-evaluation/bugs/turtlebot-01/rd_turtlebot-0...
File "/home/tdurschm/rosdiscover/src/rosdiscover/cli.py", line 49, in launch
summary = _launch_config(args)
│ └ Namespace(output=None, config=<_io.TextIOWrapper name='/home/tdurschm/rosdiscover-evaluation/bugs/turtlebot-01/rd_turtlebot-0...
└ <function _launch_config at 0x7f7743881700>
File "/home/tdurschm/rosdiscover/src/rosdiscover/cli.py", line 44, in _launch_config
return _launch(config)
│ └ Config(image='turtlebot-01', sources=('/opt/ros/indigo/setup.bash', '/bug_fix/devel/setup.bash'), launches=(Launch(filename='...
└ <function _launch at 0x7f77438815e0>
File "/home/tdurschm/rosdiscover/src/rosdiscover/cli.py", line 38, in _launch
interpreter.launch(fn_launch)
│ │ └ Launch(filename='/bug_fix/src/repo/turtlebot_bringup/launch/3dsensor.launch', arguments={})
│ └ <function Interpreter.launch at 0x7f77438f4550>
└ <rosdiscover.interpreter.interpreter.Interpreter object at 0x7f774390d310>
> File "/home/tdurschm/rosdiscover/src/rosdiscover/interpreter/interpreter.py", line 73, in launch
self._load(pkg=node.package,
│ │ │ └ <member 'package' of 'NodeConfig' objects>
│ │ └ NodeConfig(namespace='/camera', name='depth_registered_metric', typ='nodelet', package='nodelet', executable_path='/opt/ros/i...
│ └ <function Interpreter._load at 0x7f77438f4700>
└ <rosdiscover.interpreter.interpreter.Interpreter object at 0x7f774390d310>
File "/home/tdurschm/rosdiscover/src/rosdiscover/interpreter/interpreter.py", line 198, in _load
load, pkg_and_nodetype, mgr = args.split(' ')
│ └ <method 'split' of 'str' objects>
└ 'load depth_image_proc/convert_metric camera_nodelet_manager --no-bond'
The text was updated successfully, but these errors were encountered:
When I launch rosdiscover on this turtulebot launch file https://github.com/turtlebot/turtlebot/blob/3e32933c829e308600707a9f971334d13d1cbe19/turtlebot_bringup/launch/3dsensor.launch
I get this error:
Here is the traceback:
The text was updated successfully, but these errors were encountered: