ros-industrial-consortium / scan_n_plan_workshop

48 stars 25 forks source link

Create docker file/image for ROS bridge #54

Closed marip8 closed 7 months ago

marip8 commented 8 months ago

Per the suggestion of @gavanderhoorn, we should provide a Docker image (and probably Docker file) for the ROS bridge that supports the required topics, services, and actions required by the SNP application. The entrypoint for this image should probably be the bridge launch command (ros2 run ros1_bridge dynamic_bridge --bridge-all-1to2-topics).

Note the bridge install instruction from here denotes a branch of the bridge (action_bridge) that has since been removed or overwritten

marrts commented 8 months ago

The commit history is lost somehow, but here is the exact state of that branch pulled from the demo computer we were running for the SNP demo.

marip8 commented 8 months ago

@collinthornton is looking into this. I think we'll need to install the following packages in both ROS distros:

marip8 commented 7 months ago

Docker files for the action_bridge version of the ros1_bridge were added here. A pre-built Docker image can be downloaded via docker pull ghcr.io/ros-industrial/ros1_bridge:noetic-foxy