Skip to content
Snippets Groups Projects
Commit 0ec8258c authored by bucyril's avatar bucyril
Browse files

blabliblablu

parent f28e28bf
No related branches found
No related tags found
No related merge requests found
safeController: "SafeControllerService/RateController"
customController: "FollowCrazyflieService/FollowController"
customController: "CircleControllerService/CircleController"
......@@ -144,10 +144,10 @@ void convertIntoBodyFrame(float est[9], float (&state)[9], float yaw_measured) {
}
void calculateCircle(Setpoint &circlePoint){
circlePoint.x = RADIUS*cos(OMEGA*currentTime);
circlePoint.x = 0;
circlePoint.y = RADIUS*sin(OMEGA*currentTime);
circlePoint.z = 0;
circlePoint.yaw = OMEGA*currentTime;
circlePoint.z = RADIUS*cos(OMEGA*currentTime);
circlePoint.yaw = 0;//OMEGA*currentTime;
}
......
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