drfenixion / freecad.robotcad

RobotCAD is a FreeCAD workbench to generate robot description packages for ROS2 (URDF) with launchers to Gazebo and RViz.
GNU Lesser General Public License v2.1
90 stars 10 forks source link

manifest of package robotcad must not contain the following tags: date, freecadmin, content, icon #35

Closed altineller closed 3 weeks ago

altineller commented 3 weeks ago

Hello,

I made a new workspace, robotcad_ws and under it created a directory src, and inside src I cloned this repository.

After that under ~/robotcad_ws I run the command:

rosdep install -y -r -q --from-paths src --ignore-src --rosdistro ${ROS_DISTRO}

only to get the following error:

Error(s) in package '/home/can/robotcad_ws/src/freecad.robotcad/package.xml': Error(s):

Looking at the file package.xml it contains many non-standard tags.

What am I doing wrong?

Best Regards, Can

altineller commented 3 weeks ago

Answering my own question: after cloning the repository, we cd to docker/ros2ws under the cloned repository and then install dependencies with the given command. It then installs dependencies with no problem. Best regards, C.A.