Robotics StackExchange | Archived questions

How to fix link 'front_camera_mount' is not unique error?

I'm getting this

[ERROR] [1529199953.141904584]: link 'front_camera_mount' is not unique.

when running

roslaunch jackal_gazebo jackal_world.launch config:=front_laser

What could be the cause?

Asked by asabet on 2018-06-16 20:53:14 UTC

Comments

Answers

Well, I'd say that the link front_camera_mount is not unique meaning there's more than one link in your URDF file with that name. Without more information (such as a URDF file, links to the package that you using, or how you're running everything) that's all that I can say.

Asked by jayess on 2018-06-17 15:57:51 UTC

Comments