Setting up NavQ for use on the NXP Cup Car
Setting up the FMU
Install Fast-DDS
$ cd ~
$ mkdir src && cd src
$ git clone --recursive https://github.com/eProsima/Fast-DDS.git -b v2.0.0 FastRTPS-2.0.0
$ cd FastRTPS-2.0.0
$ mkdir build && cd build
$ cmake -DTHIRDPARTY=ON -DSECURITY=ON ..
$ make
$ sudo make installInstall Fast-DDS-Gen
$ cd ~/src
$ git clone --recursive https://github.com/eProsima/Fast-DDS-Gen.git -b v1.0.4 Fast-RTPS-Gen
$ cd Fast-RTPS-Gen
$ ./gradlew assemble
$ sudo ./gradlew installClone & build PX4-Autopilot from rudislabs repo
Setting up NavQ
Flash NavQ with fresh image
Run setup script to install ROS2 Foxy and microRTPS
Install ROS2 camera tools
Clone and build `nxp_cup_vision`
Running simulated PixyCamera
Running cam2image
Running nxp_tack_vision
Last updated
Was this helpful?