2024-09-20 15:29:44 +08:00
|
|
|
# Quadruped ROS2 Control
|
2024-09-11 20:41:12 +08:00
|
|
|
|
2024-09-20 15:29:44 +08:00
|
|
|
This repository contains the ros2-control based controllers for the quadruped robot.
|
|
|
|
* [Controllers](controllers): contains the ros2-control controllers
|
|
|
|
* [Commands](commands): contains command node used to send command to the controller
|
|
|
|
* [Descriptions](descriptions): contains the urdf model of the robot
|
|
|
|
* [Hardwares](hardwares): contains the ros2-control hardware interface for the robot
|
|
|
|
|
2024-09-20 17:56:00 +08:00
|
|
|
Todo List:
|
|
|
|
- [x] Mujoco Simulation
|
|
|
|
- [x] Unitree Guide Controller
|
|
|
|
- [x] Gazebo Simulation
|
|
|
|
- [x] Leg PD Controller
|
2024-09-25 21:01:50 +08:00
|
|
|
- [x] Contact Sensor
|
2024-09-20 17:56:00 +08:00
|
|
|
- [ ] OCS2 Legged Control
|
|
|
|
|
2024-09-29 17:09:06 +08:00
|
|
|
[![](http://i1.hdslb.com/bfs/archive/310e6208920985ac43015b2da31c01ec15e2c5f9.jpg)](https://www.bilibili.com/video/BV1aJbAeZEuo/)
|
2024-09-20 15:29:44 +08:00
|
|
|
|
|
|
|
## 1. Build
|
2024-09-11 20:41:12 +08:00
|
|
|
* rosdep
|
|
|
|
```bash
|
|
|
|
cd ~/ros2_ws
|
|
|
|
rosdep install --from-paths src --ignore-src -r -y
|
|
|
|
```
|