ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Strange error when installing gazebo

asked 2014-07-24 05:30:14 -0500

Moda gravatar image

I'm using groovy, and I followed this tutorial in order to install gazebo http://gazebosim.org/wiki/Tutorials/1... So I when I made rosdep check --from-paths . --ignore-src --rosdistro groovy it said

RuntimeError: Multiple packages found with the same name "beginner_tutorials":
- install/share/beginner_tutorials
- src/beginner_tutorials
Multiple packages found with the same name "coverage":
- install/share/coverage
- src/stc
Multiple packages found with the same name "differential_drive":
- install/share/differential_drive
- src/differential_drive
Multiple packages found with the same name "learning_actionlib":
- install/share/learning_actionlib
- src/learning_actionlib
Multiple packages found with the same name "map_server":
- install/share/map_server
- src/coverage/map_server
Multiple packages found with the same name "mark1":
- install/share/mark1
- src/mark1
Multiple packages found with the same name "mark2":
- install/share/mark2
- src/mark2
Multiple packages found with the same name "robot_setup_tf":
- install/share/robot_setup_tf
- src/robot_setup_tf
Multiple packages found with the same name "rosserial":
- install/share/rosserial
- src/rosserial/rosserial
Multiple packages found with the same name "rosserial_arduino":
- install/share/rosserial_arduino
- src/rosserial/rosserial_arduino
Multiple packages found with the same name "rosserial_client":
- install/share/rosserial_client
- src/rosserial/rosserial_client
Multiple packages found with the same name "rosserial_embeddedlinux":
- install/share/rosserial_embeddedlinux
- src/rosserial/rosserial_embeddedlinux
Multiple packages found with the same name "rosserial_msgs":
- install/share/rosserial_msgs
- src/rosserial/rosserial_msgs
Multiple packages found with the same name "rosserial_python":
- install/share/rosserial_python
- src/rosserial/rosserial_python
Multiple packages found with the same name "rosserial_server":
- install/share/rosserial_server
- src/rosserial/rosserial_server
Multiple packages found with the same name "rosserial_xbee":
- install/share/rosserial_xbee
- src/rosserial/rosserial_xbee
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-07-24 05:36:59 -0500

demmeln gravatar image

Try

rosdep check --from-paths src --ignore-src --rosdistro groovy

or executing the command you have stated in the src directory, not workspace root.

edit flag offensive delete link more

Comments

Thank you!! It works fine

Moda gravatar image Moda  ( 2014-07-24 05:52:33 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-24 05:30:14 -0500

Seen: 925 times

Last updated: Jul 24 '14