|
A.R.G.U.S 2.1.0
Adaptive Real-Time Guardian for Unsafe Situations
|
Mapping of logical MeArm joints to PCA9685 channels. More...
#include <MotionController.hpp>
Public Attributes | |
| std::uint8_t | base {0} |
| Base joint PWM channel. | |
| std::uint8_t | lower {4} |
| Lower joint PWM channel. | |
| std::uint8_t | upper {8} |
| Upper joint PWM channel. | |
| std::uint8_t | gripper {12} |
| Gripper joint PWM channel. | |
Definition at line 35 of file MotionController.hpp.
| std::uint8_t MotionChannelMap::base {0} |
Definition at line 36 of file MotionController.hpp.
Referenced by AppController::runLiveMarkerTest(), and AppController::runMotionSmokeTest().
| std::uint8_t MotionChannelMap::gripper {12} |
Definition at line 39 of file MotionController.hpp.
| std::uint8_t MotionChannelMap::lower {4} |
Definition at line 37 of file MotionController.hpp.
| std::uint8_t MotionChannelMap::upper {8} |
Definition at line 38 of file MotionController.hpp.