I’m very new to ROS2 and recently bought a Jetson Orin Nano to start learning. I’m struggling a bit with the initial setup and configuration, so any beginner-friendly guidance on setting up ROS2 on this device would be very helpful.
Also, I’m looking for an onboard simulation environment that the Orin Nano can handle. Unfortunately, Isaac Sim isn’t an option for me due to its high hardware requirements. Are there any lighter-weight simulation environments suitable for beginners that would run on the Orin Nano?
Hi @david.workacc08, which version of JetPack are you on with your Orin Nano? If you are on JetPack 6 and Ubuntu 22.04, you can just install ROS Humble from apt (more or less following the same procedure as you would on x86)
However I’m not sure Gazebo is still working on Ubuntu 22.04 or not as it had not been maintained in leui of Ignition (which apparently is now back to Gazebo). I have also run MimicGen simulator on Jetson - some of those sims based on the Gym interface seem to work, others not.
hi @dusty_nv i have installed jetpack 6, now i want to install ros2 is there a document for the installation. which is the best suitable ros2 version for my jetson orin nano development kit?
I saw in your other thread the issue you encountered with Ignition, and while that would seem almost a separate issue due to how ROS and Gazebo are decoupled, would presume that you went down the apt path or similar already.