Open gavanderhoorn opened 9 years ago
The ur_description
package in dependencies
also collides with the package in ros-industrial/universal_robot
, making a workspace with both impossible to build.
Yes, sure, adding the dependency should be fine and the right way to do it.
2015-11-30 18:37 GMT+01:00 G.A. vd. Hoorn notifications@github.com:
The ur_description package in dependencies also collides with the package in ros-industrial/universal_robot, making a workspace with both impossible to build.
— Reply to this email directly or view it on GitHub https://github.com/ros-industrial/robot_movement_interface/issues/2#issuecomment-160700912 .
The urdfs / xacros in the
dependencies/ur_description
package are rather outdated: they do not include thebase
ortool0
frames, nor does the package include the recently added UR3 model.Would it be an option to just add the
ur_description
from theuniversal_robot
repository to theur_driver
package (in this repository)run_depend
s instead of duplicating it?