mkdir -p psdk_ws/src && cd psdk_ws/srcgit clone https://github.com/bitcurious/dji_rc_controller.gitNavigate to your workspace and build the package:
cd ~/psdk_ws
colcon build --packages-select dji_rc_controllerros2 run dji_rc_controller rc_controllerWhen the program is running, you will be prompted to enter a control mode:
0= Attitude Control1= Velocity Body2= Velocity Ground Absolute Yaw3= Velocity Ground Yaw Rateq= Quit
Simply enter the desired mode number to test different control options.