ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Figured it out myself.
Had to change the rosdep.yaml file in the ros package. Changed the dependancy from libboost1.42-all-dev to libboost1.46-all-dev. That was all that was needed.
Hopefully it saves someone else hours of headache :-P