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
Traceback (most recent call last):
File "/usr/bin/catkin", line 11, in
load_entry_point('catkin-tools==0.6.1', 'console_scripts', 'catkin')()
File "/usr/lib/python2.7/dist-packages/catkin_tools/commands/catkin.py", line 272, in main
catkin_main(sysargs)
File "/usr/lib/python2.7/dist-packages/catkin_tools/commands/catkin.py", line 267, in catkin_main
sys.exit(args.main(args) or 0)
File "/usr/lib/python2.7/dist-packages/catkin_tools/verbs/catkin_build/cli.py", line 422, in main
summarize_build=opts.summarize # Can be True, False, or None
File "/usr/lib/python2.7/dist-packages/catkin_tools/verbs/catkin_build/build.py", line 283, in build_isolated_workspace
workspace_packages = find_packages(context.source_space_abs, exclude_subspaces=True, warnings=[])
File "/usr/lib/python2.7/dist-packages/catkin_pkg/packages.py", line 96, in find_packages
raise RuntimeError('\n'.join(duplicates))
RuntimeError: Multiple packages found with the same name "voxblox":
nbv_exploration_planner/voxblox/voxblox
voxblox/voxblox
Multiple packages found with the same name "voxblox_msgs":
nbv_exploration_planner/voxblox/voxblox_msgs
voxblox/voxblox_msgs
Multiple packages found with the same name "voxblox_ros":
nbv_exploration_planner/voxblox/voxblox_ros
voxblox/voxblox_ros
Multiple packages found with the same name "voxblox_rviz_plugin":
when i run "catkin build" come out zhis error. how can i fix it? thanks..
The text was updated successfully, but these errors were encountered:
ZY-Peng
changed the title
wen i run "catkin build" come out zhis error. how can i fix it? thanks..
when i run "catkin build" come out zhis error. how can i fix it? thanks..
Apr 18, 2022
Traceback (most recent call last):
File "/usr/bin/catkin", line 11, in
load_entry_point('catkin-tools==0.6.1', 'console_scripts', 'catkin')()
File "/usr/lib/python2.7/dist-packages/catkin_tools/commands/catkin.py", line 272, in main
catkin_main(sysargs)
File "/usr/lib/python2.7/dist-packages/catkin_tools/commands/catkin.py", line 267, in catkin_main
sys.exit(args.main(args) or 0)
File "/usr/lib/python2.7/dist-packages/catkin_tools/verbs/catkin_build/cli.py", line 422, in main
summarize_build=opts.summarize # Can be True, False, or None
File "/usr/lib/python2.7/dist-packages/catkin_tools/verbs/catkin_build/build.py", line 283, in build_isolated_workspace
workspace_packages = find_packages(context.source_space_abs, exclude_subspaces=True, warnings=[])
File "/usr/lib/python2.7/dist-packages/catkin_pkg/packages.py", line 96, in find_packages
raise RuntimeError('\n'.join(duplicates))
RuntimeError: Multiple packages found with the same name "voxblox":
Multiple packages found with the same name "voxblox_msgs":
Multiple packages found with the same name "voxblox_ros":
Multiple packages found with the same name "voxblox_rviz_plugin":
when i run "catkin build" come out zhis error. how can i fix it? thanks..
The text was updated successfully, but these errors were encountered: