ROS2

ROS2 Foxy Fitzroy Install Guide

NOTE: ROS2 is new, but we suggest you use it over ROS1, as ROS1 will be deprecated in the near future. You may run into issues with the ROS2 section of this Gitbook. If you have any issues with the guide, please email landon.haugh@nxp.com if external, or use Teams/Email if internal. MAVROS is not compatible with ROS2. MicroRTPS and PX4 ROS Com replace MAVROS.

Follow the guide at the link below to install ROS2 Foxy Fitzroy on your NavQ running the Demo image.

Note 1: at Setup Sources step you might get an error message by curl. To avoid this, run the following commands:

sudo rm -rf /usr/lib/libcurl*
sudo apt install curl

Note 2: at Install ROS2 package step, run the ros-foxy-ros-base installer, as the Desktop tools are not needed on NavQ:

sudo apt install ros-foxy-ros-base

Last updated