-
- Downloads
hw: add missing test_depend on description pkg. Fix #5.
`franka_hw` test depends on `franka_description`, but the pkg manifest did not declare this dependency, leading to build ordering problems with `franka_hw` being built in parallel to `franka_description`. As `hw` depends on `description`, make the test depend explicit.
Please register or sign in to comment