wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quizzz time

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does the cd command mean?/

Что означает команда cd?

a)

open with Python

b)

open in a text editor

c)

change directory

d)

list of files and folders

2.

What does the sudo command mean?/

Что означает команда sudo?

a)

open with Python

b)

open in a text editor

c)

run a command as superuser

d)

list of files and folders

3.

Which mode in PX4 is intended for autonomous flights?/

Какой режим в PX4 предназначен для автономных полетов?

a)

OFFBOARD

b)

GUIDED

c)

POSITION

d)

MANUAL

4.

Which programming pattern is implemented by ROS topics?/

Реализацией какого паттерна программирования являются ROS-топики?

a)

Proxy

b)

Decorator

c)

Remote Procedure Call

d)

Publish-Subscribe

5.

What programming pattern kind are ROS services?/

Реализацией какого паттерна программирования являются ROS-сервисы?

a)

Proxy

b)

Decorator

c)

Remote Procedure Call

d)

Publish-Subscribe

6.

In which topic the information from the laser rangefinder is published in "Clover"?/

В какой топик в "Клевере" публикуется информация с лазерного дальномера?

a)

/rangefinder

b)

/rangefinder/range

c)

/laser

d)

/laser/range

7.

What command in the command line can be used to output messages published in the ROS topic?/

С помощью какой команды в командной строке можно вывести сообщения, публикуемые в ROS-топик?

a)

rostopic

b)

echo

c)

rostopic echo

d)

rostopic print

8.

What function should be used in Python ROS nodes to implement delays?/

Какую функцию следует использовать в ROS-нодах на Python для реализации задержек?

a)

time.sleep()

b)

time.delay()

c)

rospy.delay()

d)

rospy.sleep()

9.

Which ROS service in Clover is used to fly to the point?/

Какой ROS-сервис в "Клевере" используется для полета в точку?

a)

fly

b)

get_to

c)

navigate

d)

rospy

10.

Using which ROS service, you can get the position and orientation of the "Clover"?/Используя какой ROS-сервиc, можно получить позицию и ориентацию "Клевера"?

a)

telemetry

b)

get_telemetry

c)

get_position

d)

position