You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to separate the code in different ROS2 packages (reseq-core, reseq-digital-twin, reseq-sensors) and split them on two different docker images: the first will use Ubuntu Jammy with ROS, the second for the sensors only will need to deal with the RealSense peculiarities. We alse want to be alble to start both the containers with the same ROS2 configuration which will be passed to both, and provide a default configuration.
Most modules can use only the standard image (Ubuntu Jammy, arm64) like this (link)
The optional RealSense module will need some extra work
We want to separate the code in different ROS2 packages (reseq-core, reseq-digital-twin, reseq-sensors) and split them on two different docker images: the first will use Ubuntu Jammy with ROS, the second for the sensors only will need to deal with the RealSense peculiarities. We alse want to be alble to start both the containers with the same ROS2 configuration which will be passed to both, and provide a default configuration.
The text was updated successfully, but these errors were encountered: