Is it not possible to install and use ros2 locally on jetson nano? Is there any answer other than docker container?

Hello,

Is it not possible to install and use ros2 locally on jetson nano?
Is there any answer other than docker container?

Thank you.

Hi @forumuser, yes it is possible, you just have to build ROS2 from source outside of container. I prefer doing it in a container to keep the environment clean and also so it is easier to distribute to other Jetson devices, but to each their own.

Here are some build scripts that you can run outside of container:

These basically follow the same steps as my Dockerfiles do.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.