What are the param(eter)s? #73
-
What are the parameters/what do they do? I understand they hold a key/value pair to be sent to be read/written, but what are these keys and values that they hold, and what would they do? They seem similar in design to messages, and they have several similar checks/retries implemented, but I imagine they have a completely different purpose. What are they parameters to, and why are they being sent/tried to be resent like messages? They don't seem to be like parameters to a function or something. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
Parameters
in thepymavswarm
context provide an interface for getting and setting the parameters of a drone (or some other robot). Some example parameters that may be set or read can be observed here. To answer your question regarding why they are wrapped the way that they are, there are a couple of reasons: