ROS2-Control implementations for Quadruped robots
Go to file
Huang Zhenbiao ee4118b4e5 current problem is from wbc 2024-09-27 17:40:22 +08:00
commands update README.md 2024-09-20 15:39:50 +08:00
controllers current problem is from wbc 2024-09-27 17:40:22 +08:00
descriptions add support for aliengo 2024-09-26 20:24:03 +08:00
hardwares/hardware_unitree_mujoco ocs2 controller adding 2024-09-24 21:50:46 +08:00
submodules ocs2 controller init 2024-09-24 19:48:14 +08:00
.gitignore init commit 2024-09-09 22:18:19 +08:00
.gitmodules ocs2 controller init 2024-09-24 19:48:14 +08:00
README.md state estimate tested 2024-09-25 21:01:50 +08:00

README.md

Quadruped ROS2 Control

This repository contains the ros2-control based controllers for the quadruped robot.

  • Controllers: contains the ros2-control controllers
  • Commands: contains command node used to send command to the controller
  • Descriptions: contains the urdf model of the robot
  • Hardwares: contains the ros2-control hardware interface for the robot

Todo List:

  • Mujoco Simulation
  • Unitree Guide Controller
  • Gazebo Simulation
  • Leg PD Controller
  • Contact Sensor
  • OCS2 Legged Control

1. Build

  • rosdep
cd ~/ros2_ws
rosdep install --from-paths src --ignore-src -r -y