Autonomous-Racing-PG / ar-tu-do

ROS & Gazebo project for 1/10th scale self-driving race cars
88 stars 36 forks source link

Removed unneeded dependency that caused a warning #207

Closed StefanJVA closed 5 years ago

StefanJVA commented 5 years ago

Fixes the warning

"WARNING: package "racer_description" should not depend on metapackage "ros_controllers" but on its packages instead"

that appeared each time the workspace was build from scratch.

StefanJVA commented 5 years ago

I know for a fact that the racer_description package needs some kind of ROS controller package, I just don't know which. The dependency on the metapackage is mainly just for rosdep since the required packages are not installed by default. If you check out this branch, everything seems to be fine since the required packages are already installed on your system; the only way to be sure whether any dependency is actually required or not is to reinstall ROS from scratch. Even the Travis build may succeed but actually running Gazebo will fail. I've already (unsuccessfully) tried before to fix this problem (#148) but I figured it is too much work for too little payoff.

Oki Doki, then let us close this PR and forget that it ever happened :D