Control
FullJointControl
Bases: Motion
Full joint control.
Source code in mbodied/types/motion/control.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
|
HandControl
Bases: Motion
Action for a 7D space representing x, y, z, roll, pitch, yaw, and oppenness of the hand.
Source code in mbodied/types/motion/control.py
65 66 67 68 69 70 71 72 |
|
HumanoidControl
Bases: Motion
Control for a humanoid robot.
Source code in mbodied/types/motion/control.py
130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 |
|
JointControl
Bases: Motion
Motion for joint control.
Source code in mbodied/types/motion/control.py
38 39 40 41 42 43 44 |
|
MobileBimanualArmControl
Bases: Motion
Control for a robot that can move in 2D space with two arms.
Source code in mbodied/types/motion/control.py
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
|
MobileSingleArmControl
Bases: Motion
Control for a robot that can move in 2D space with a single arm.
Source code in mbodied/types/motion/control.py
98 99 100 101 102 103 104 105 106 107 108 109 |
|
MobileSingleHandControl
Bases: Motion
Control for a robot that can move its base in 2D space with a 6D EEF control + grasp.
Source code in mbodied/types/motion/control.py
86 87 88 89 90 91 92 93 94 95 |
|