moveit / moveit_visual_tools

Helper functions for displaying and debugging MoveIt! data in Rviz via published markers
BSD 3-Clause "New" or "Revised" License
151 stars 102 forks source link

Fixes for missing declarations in collision_objects_test.cpp #5

Closed dylanvaughn closed 9 years ago

dylanvaughn commented 9 years ago

Hi - this was the last compile error I ran across when building the clam arm packages.

Here was the error I was getting:

https://gist.github.com/dylanvaughn/6f5f200de30fc101bd15

These changes fix the issue.

Thanks, Dylan

davetcoleman commented 9 years ago

Huh, I don't understand how I commited this file without that being fixed. Thanks!