One of the works done by our Robotics and Machine Learning division, SELF-LEVELING QUADCOPTER
Arduino based Quadcopter.
Self-leveling is acheived by the aligning the quadcopter using the readings from the gryo as well as the accelerometer.
A four channel RC transmitter is used to control the movement of the quadcopter when in flight.
Kindly subscribe to our YouTube Channel and stay tuned.
Friday, 22 January 2016
PRACTICE PROBLEM 1 (20-1 to 27-1) : SPEED OF SOUND
#include<stdio.h>
#include<math.h>
void main()
{
int t;
scanf("%d",&t);
printf("%.2f",1086*sqrt(((5*t)+297.0)/247.0));
}
No comments:
Post a Comment