Skip to content
Snippets Groups Projects
Commit 516b1b0e authored by phfriedl's avatar phfriedl
Browse files

added small comment to CustomControllerService

parent f248fd16
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ bool calculateControlOutput(Controller::Request &request, Controller::Response &
//for students to set the newly calculated commands for the controller
response.controlOutput.roll = 0;
response.controlOutput.pitch = 0;
response.controlOutput.yaw = 0;
response.controlOutput.yaw = 0; //in [rad] --> will be converted to degree in CrazyRadio.py before sending to Crazyflie
response.controlOutput.motorCmd1 = 0;
response.controlOutput.motorCmd2 = 0;
response.controlOutput.motorCmd3 = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment