ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
TBB packages are not built for ARM architectures (not sure if that is even possible/supported).
You can however pass the robust option (-r) to rosdep, and it will continue installing the other dependencies if some packages were not found:
rosdep install --from-paths src --ignore-src --rosdistro groovy -yr
So no need to revert back to installing all dependencies by hand.