class ChangeTwist

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
linearfloat32Linear Cartesian velocity increment (in meters per second)
angularfloat32Angular Cartesian velocity increment (in degrees per second)

Member functions

Function nameReturn typeInput typeDescription
linear()float32voidReturns the current value of linear. If the linear is not set, returns 0.
set_linear()voidfloat32Sets the value of linear. After calling this, linear() will return value.
clear_linear()voidvoidClears the value of linear. After calling this, linear() will return 0.
angular()float32voidReturns the current value of angular. If the angular is not set, returns 0.
set_angular()voidfloat32Sets the value of angular. After calling this, angular() will return value.
clear_angular()voidvoidClears the value of angular. After calling this, angular() will return 0.

Parent topic: Base (C++)