Razany98 / ROS-2-installation-on-Jetson-Nano

7 stars 4 forks source link
jetson-nano ros-foxy ros2

To Install ROS 2 on Jetson Nano:

open the program and select the image, then select the device port name.

*Notes: The flashing takes long time up to 30 minutes.

Once the XUbuntu image is loaded, open the terminal to write the ROS 2 installation commands.

Get the commands from here: https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html

or simply copy/paste from the following:

1 - Set Locale:

2 - Setup Sources:

3 - Installing ROS packages:

4 - Environment Setup:

Now you are done installing ROS2, try to write command:

and you'll see the default two topics indicating that ros is successfully running.