Inspired by the work of @nicolov mentioned in Code for building ROS nodes in Bazel - Projects - Open Robotics Discourse I worked out to some extent building of ROS (1) with Bazel. Check out the code at GitHub - mvukov/rules_ros: Build ROS (1) with Bazel.
2 Likes
Small update:
- Worked out ros_launch target.
- Worked out running a deployment (ros_launch) target from a Docker container.