drone_controller
drone_controller copied to clipboard
High level controller (way point following using PD controller) implemented in ROS. Mainly intended for usage with DJI Tello
I do not see usage of the PID part of the code in your project? I mean how do you get the topics such as [/pid_roll/control_effort](https://github.com/surfii3z/drone_controller/blob/master/scripts/moma_mission.py#:~:text=/pid_roll/control_effort), [/pid_pitch/control_effort](https://github.com/surfii3z/drone_controller/blob/master/scripts/moma_mission.py#:~:text=/pid_roll/control_effort), [/pid_thrust/control_effort](https://github.com/surfii3z/drone_controller/blob/master/scripts/moma_mission.py#:~:text=/pid_roll/control_effort), [/pid_yaw/control_effort](https://github.com/surfii3z/drone_controller/blob/master/scripts/moma_mission.py#:~:text=/pid_yaw/control_effort). Also...
any chance that it will have the version of ROS2?