RoShip Interfaces  0.1.1
A metapackage of interface used for RoShip Based Systems
Loading...
Searching...
No Matches
Thrust.msg
Go to the documentation of this file.
1# The Thrust message represents both a proportional and
2# an absolute thrust value
3# Thrust shall be computed as follows:
4# float thrust = proportional_value * scale
5
6# A scale factor that, when multiplied by the proportional_value, yields
7# the thrust in newtons. If this value is not known the scale shall
8# be set to 0.0. This will produce a valid thrust of 0.0 if no checking is
9# implemented in software but still allows to user to see if the thruster
10# is uncalibrated by checking (scale == 0.0)
11float32 scale
12
13## A value from -1.0 to 1.0 representing the proportional control thruster
14float32 proportional_value
15
16