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
Host [vboxros]:
Traceback (most recent call last):
File "/opt/ros/melodic/bin/rostopic", line 35, in <module>
rostopic.rostopicmain()
File "/opt/ros/melodic/lib/python2.7/dist-packages/rostopic/__init__.py", line 2119, in rostopicmain
_rostopic_cmd_list(argv)
File "/opt/ros/melodic/lib/python2.7/dist-packages/rostopic/__init__.py", line 2059, in _rostopic_cmd_list
exitval = _rostopic_list(topic, verbose=options.verbose, subscribers_only=options.subscribers, publishers_only=options.publishers, group_by_host=options.hostname) or 0
File "/opt/ros/melodic/lib/python2.7/dist-packages/rostopic/__init__.py", line 1242, in _rostopic_list
verbose, indent=' ')
File "/opt/ros/melodic/lib/python2.7/dist-packages/rostopic/__init__.py", line 1150, in _sub_rostopic_list
topics = list(set([t for t, _, _ in pubs] + [t for t, _, _ in subs]))
ValueError: need more than 2 values to unpack
Steps to reproduce:
roscore
on a terminalrostopic list --host
on another terminalExpected:
Actual:
Note
rostopic list
worked as expected:Environment:
The text was updated successfully, but these errors were encountered: