-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhumanoid_controller.xml
More file actions
30 lines (30 loc) · 1.26 KB
/
humanoid_controller.xml
File metadata and controls
30 lines (30 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<library path="humanoid_controller">
<class name="humanoid_controller/MotionTrackingController"
type="legged::MotionTrackingController"
base_class_type="controller_interface::ControllerInterface">
<description>
Template controller for legged robot.
</description>
</class>
<class name="humanoid_controller/HolosomaLocomotionController"
type="legged::HolosomaLocomotionController"
base_class_type="controller_interface::ControllerInterface">
<description>
Holosoma locomotion controller.
</description>
</class>
<class name="humanoid_controller/UnitreeLocomotionController"
type="legged::UnitreeLocomotionController"
base_class_type="controller_interface::ControllerInterface">
<description>
Unitree RL gym locomotion controller with LSTM support.
</description>
</class>
<class name="humanoid_controller/AmpLocomotionController"
type="legged::AmpLocomotionController"
base_class_type="controller_interface::ControllerInterface">
<description>
AMP (Adversarial Motion Priors) locomotion controller with observation history.
</description>
</class>
</library>