as2_python_api.modules.dummy_module module

Dummy Module for testing purpouses.

This module is a dummy module that does nothing but print the arguments it receives.

class as2_python_api.modules.dummy_module.DummyModule(drone: DroneInterface)

Bases: ModuleBase

Dummy Module.

destroy()

Do nothing.

Dummy Module does not inherit from a behavior with a destroy method, so self defining it

stop()

Stop dummy module.