Crazyflie Drone Operations Quiz

Crazyflie Drone Operations Quiz

University

13 Qs

quiz-placeholder

Similar activities

Velocity Speed Acceleration

Velocity Speed Acceleration

8th Grade - University

15 Qs

Units & Dimensions

Units & Dimensions

University

10 Qs

Motion Speed

Motion Speed

7th Grade - University

15 Qs

Drone Ecosystem Day 2

Drone Ecosystem Day 2

3rd Grade - Professional Development

10 Qs

Motion Distance and Displacement

Motion Distance and Displacement

9th Grade - University

15 Qs

Velocity and Speed

Velocity and Speed

8th Grade - University

15 Qs

Yr 10 Kinematics - Linear Motion Checklist

Yr 10 Kinematics - Linear Motion Checklist

10th Grade - University

15 Qs

Speed Velocity Distance

Speed Velocity Distance

7th Grade - University

15 Qs

Crazyflie Drone Operations Quiz

Crazyflie Drone Operations Quiz

Assessment

Quiz

Science

University

Hard

Created by

Frederick Feraco

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Samuel and Elijah are on a mission to explore the skies with their Crazyflie drone! Can you guess the default height it takes off to when they use the MotionCommander?

1.0 meters

0.1 meters

0.5 meters

0.3 meters

Answer explanation

The default takeoff height for the Crazyflie drone using the MotionCommander is 0.3 meters. This is the standard setting that ensures stable flight during initial ascent.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Imagine you're piloting the Crazyflie drone on a thrilling adventure! Which command would you use to make it zoom forward by a specific distance and impress your friends Benjamin, Abigail, and Elijah?

mc.right(distance_m)

mc.forward(distance_m)

mc.up(distance_m)

mc.down(distance_m)

Answer explanation

To make the Crazyflie drone zoom forward, you would use the command mc.forward(distance_m). This command specifically instructs the drone to move in the forward direction by the specified distance, impressing your friends!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Anika and Noah are on a thrilling mission with their Crazyflie drone. Suddenly, they need to stop all movements of the drone immediately to avoid an obstacle. What command should they use?

mc.pause()

mc.halt()

mc.stop()

mc.land()

Answer explanation

The command mc.stop() is specifically designed to immediately halt all movements of the drone, making it the correct choice to avoid an obstacle. Other options like mc.pause() or mc.land() do not provide an instant stop.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Harper and Anika are programming their Crazyflie drone for a fun aerial show. Which function should they use to make the drone perform a dazzling circle to the right?

mc.circle_right(radius_m, velocity_m_s)

mc.turn_right(angle_deg)

mc.spiral(duration, radius, turns, ascend)

mc.circle_left(radius_m, velocity_m_s)

Answer explanation

To make the drone perform a circle to the right, Harper and Anika should use the function mc.circle_right(radius_m, velocity_m_s). This function specifically commands the drone to execute a rightward circular motion.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Zoe and Avery are on a mission to explore the wonders of the Crazyflie drone! Can you help them discover the magical purpose of the Flow Deck?

To enhance battery life

To increase flight speed

To improve camera resolution

To enable autonomous positioning

Answer explanation

The Flow Deck is designed to enable autonomous positioning of the Crazyflie drone, allowing it to navigate and stabilize itself without manual control, making it essential for advanced flight capabilities.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ava and Harper are coding wizards in their robotics club, and they're trying to make their drone perform some cool tricks using the Multi-Ranger Deck. Which magical import spell do they need to cast to unlock the Multi-Ranger Deck commands?

from cflib.utils import Logger

from cflib.positioning.motion_commander import MotionCommander

from cflib.swarms.multiranger import Multiranger

from cflib.drivers.crazyflie import Crazyflie

Answer explanation

To unlock the Multi-Ranger Deck commands, Ava and Harper need to import the Multiranger class specifically designed for that purpose. The correct import statement is 'from cflib.swarms.multiranger import Multiranger'.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Imagine you're piloting the Crazyflie drone on an adventurous mission with Scarlett and Lily. What amazing ability does the Multi-Ranger Deck give your drone?

Track GPS coordinates

Sense obstacles in five directions

Monitor weather conditions

Check battery levels

Answer explanation

The Multi-Ranger Deck enhances the Crazyflie drone by allowing it to sense obstacles in five directions, which is crucial for navigating complex environments safely. This capability is essential for adventurous missions.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?