Closed martiniil closed 4 years ago
In the test urdf_tests.test
a MoveIt robot_model is loaded, which needs a srdf
description of the robot. At first glance this was implemented out of laziness. The test could as well be conducted without the srdf
.
Foregoing discussion: #439
Expected
Since
prbt_moveit_config
has an execution-dependency onprbt_support
,prbt_support
should not depend onprbt_moveit_config
.Observed
In
prbt_support
the testurdf_tests.test
has the following line:This introduces a dependency which is currently missing in
package.xml
.