ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ROS2 Runtime dependencies

asked 2022-03-14 11:09:41 -0500

strike_eagle_iii gravatar image

updated 2022-03-14 11:11:02 -0500

What are the runtime dependencies of ROS2? The use-case is that I want to make a docker image that only has what I need to start/run ros2 applications (possibly GUI tools), not build any apps. What is needed? I'm also building from source since I'm running on an Nvidia Jetson that still has Ubuntu 18.04 and I'd like to use ROS2 Galactic.

This is a great docker file for doing a complete source build, but it's overkill for an image that only needs to start and run a node:

https://github.com/dusty-nv/jetson-co...

What can get trimmed out?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-03-16 13:15:36 -0500

pedro1713 gravatar image

Maybe start from the same image and change the ros pkg argument from ros_base to ros_core. ros_core is the smaller variant. I'm not entirely sure on the specifics, but you may be able to check here https://github.com/ros2/variants

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2022-03-14 11:09:41 -0500

Seen: 219 times

Last updated: Mar 16 '22