Field-Robotics-Lab / dave

Project DAVE
Apache License 2.0
224 stars 72 forks source link

Movit_commander package.xml build error #248

Closed woensug-choi closed 2 years ago

woensug-choi commented 2 years ago
 ~/uuv_ws  catkin_make
Base path: /home/woensug/uuv_ws
Source space: /home/woensug/uuv_ws/src
Build space: /home/woensug/uuv_ws/build
Devel space: /home/woensug/uuv_ws/devel
Install space: /home/woensug/uuv_ws/install
Creating symlink "/home/woensug/uuv_ws/src/CMakeLists.txt" pointing to "/opt/ros/noetic/share/catkin/cmake/toplevel.cmake"
Error(s) in package '/home/woensug/uuv_ws/src/dave/urdf/robots/rexrov_oberon7_moveit/package.xml':
Error(s):
- The manifest of package "rexrov_oberon7_moveit" (with format version 1) must not contain the following tags: exec_depend
- Either update to a newer format or replace <exec_depend> tags with <run_depend> tags.
 ~/uuv_ws  catkin build
Error: The file /home/woensug/uuv_ws/src/dave/urdf/robots/rexrov_oberon7_moveit/package.xml is an invalid package.xml file. See below for details:
Error(s):
- The manifest of package "rexrov_oberon7_moveit" (with format version 1) must not contain the following tags: exec_depend

Am I alone? Changing exec_depend to run_depend solved the problem.

@crvogt @Yadunund

Yadunund commented 2 years ago

My apologies @woensug-choi this regression is caused by https://github.com/Field-Robotics-Lab/dave/issues/248. I've opened https://github.com/Field-Robotics-Lab/dave/pull/250

mabelzhang commented 2 years ago

I think the comment above means to tag #239 :)