How to meet Bullet requirement for rosdep tf2_bullet? Or can I trick rosdep?
I am attempting to do a ROS install on Raspbian (pi). 3.10.25+
Pretty much everything has gone very well until I tried to install the tf2_bullet package that I need for create_node.
To install new packages I have been following the instructions here: http://wiki.ros.org/ROSberryPi/Settin...
Running
rosdep install --from-paths src --ignore-src --rosdistro hydro -y --os=debian:wheezy
I get the error:
ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies:
tf2_bullet: No definition of [bullet] for OS version [wheezy]
I have manually installed bullet on my system from source (although I'm not sure I did it right).
I've already checked and create_node does in fact need tf, which depends on tf2 down to bullet.
I see in the source for rosdep that it does a look up in the data dictionary passed in to RosdepDefinition, but I haven't yet found where that data dictionary is created.
Anyone know how to get bullet installed or how I can get rosdep to move past this point?
Thanks