Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

1. Create a Workspace

mkdir -p psdk_ws/src && cd psdk_ws/src

2. Clone the Repository

git clone https://github.com/bitcurious/dji_rc_controller.git

3. Build the Package

Navigate to your workspace and build the package:

cd ~/psdk_ws
colcon build --packages-select dji_rc_controller

4. Run the Controller Node

ros2 run dji_rc_controller rc_controller

5. Select Control Mode

When the program is running, you will be prompted to enter a control mode:

  • 0 = Attitude Control
  • 1 = Velocity Body
  • 2 = Velocity Ground Absolute Yaw
  • 3 = Velocity Ground Yaw Rate
  • q = Quit

Simply enter the desired mode number to test different control options.


About

This repository captures data from the DJI drone's remote controller using the PSDK ROS 2 wrapper and sends it with different control flags based on user input. It is designed to help test various control options for DJI drones by utilizing these control flags.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages