Class pyspacemouse::types::AxisConvention
ClassList > pyspacemouse > types > AxisConvention
Inherits the following classes: str, Enum
Public Static Attributes
| Type | Name |
|---|---|
| str | HID = "hid" |
| str | HID_Z_UP = "hid\_z\_up" |
| str | LEGACY = "legacy" |
| str | ROS = "ros" |
| str | UNITY = "unity" |
Detailed Description
Public Static Attributes Documentation
variable HID
str pyspacemouse.types.AxisConvention::HID;
variable HID_Z_UP
str pyspacemouse.types.AxisConvention::HID_Z_UP;
variable LEGACY
str pyspacemouse.types.AxisConvention::LEGACY;
variable ROS
str pyspacemouse.types.AxisConvention::ROS;
variable UNITY
str pyspacemouse.types.AxisConvention::UNITY;
The documentation for this class was generated from the following file pyspacemouse/types.py