Search Header Logo

Crazyflie Drone Operations Quiz

Authored by Frederick Feraco

Science

University

Crazyflie Drone Operations Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?