Skip to content
Snippets Groups Projects
Commit 1f223e17 authored by Angel's avatar Angel
Browse files

some comments on plotting variables

parent 43103417
No related branches found
No related tags found
No related merge requests found
...@@ -138,6 +138,10 @@ bool calculateControlOutput(Controller::Request &request, Controller::Response & ...@@ -138,6 +138,10 @@ bool calculateControlOutput(Controller::Request &request, Controller::Response &
debugMsg.vicon_pitch = request.ownCrazyflie.pitch; debugMsg.vicon_pitch = request.ownCrazyflie.pitch;
debugMsg.vicon_yaw = request.ownCrazyflie.yaw; debugMsg.vicon_yaw = request.ownCrazyflie.yaw;
// debugMsg.value_1 = // new debug variables
// // ......................
// debugMsg.value_10 = // from value_1 to value_10, fill with debug variables to plot
debugPublisher.publish(debugMsg); debugPublisher.publish(debugMsg);
......
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