add warning for unitree sdk2
This commit is contained in:
parent
eeff28fb7a
commit
0353e101c7
|
@ -15,6 +15,7 @@ Todo List:
|
||||||
- [x] [OCS2 Quadruped Control](controllers/ocs2_quadruped_controller)
|
- [x] [OCS2 Quadruped Control](controllers/ocs2_quadruped_controller)
|
||||||
- [x] [Learning-based Controller](controllers/rl_quadruped_controller/)
|
- [x] [Learning-based Controller](controllers/rl_quadruped_controller/)
|
||||||
- [ ] Fully understand the RL Workflow
|
- [ ] Fully understand the RL Workflow
|
||||||
|
- [ ] ROS2 Humble Gazebo Classic Support
|
||||||
|
|
||||||
Video for Unitree Guide Controller:
|
Video for Unitree Guide Controller:
|
||||||
[](https://www.bilibili.com/video/BV1aJbAeZEuo/)
|
[](https://www.bilibili.com/video/BV1aJbAeZEuo/)
|
||||||
|
@ -35,6 +36,10 @@ Video for OCS2 Quadruped Controller:
|
||||||
```
|
```
|
||||||
|
|
||||||
### 1.1 Mujoco Simulator
|
### 1.1 Mujoco Simulator
|
||||||
|
Please use this [Mujoco Simulation](hardwares/hardware_unitree_mujoco) for more robot models and contact sensor.
|
||||||
|
|
||||||
|
> **Warning:** CycloneDDS ROS2 RMW may conflict with unitree_sdk2. If you cannot launch unitree mujoco simulation without `sudo`, then you cannot used `unitree_mujoco_hardware`. You can switch to gazebo, or tried to solve the conflict by uninstall CycloneDDS ROS2 RMW.
|
||||||
|
|
||||||
* Launch the unitree mujoco go2 simulation
|
* Launch the unitree mujoco go2 simulation
|
||||||
* Launch the ros2-control
|
* Launch the ros2-control
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -13,6 +13,8 @@ This folder contains the URDF and SRDF files for the quadruped robot.
|
||||||
* Deep Robotics
|
* Deep Robotics
|
||||||
* [Lite 3](deep_robotics/lite3_description/)
|
* [Lite 3](deep_robotics/lite3_description/)
|
||||||
* [X30](deep_robotics/x30_description/)
|
* [X30](deep_robotics/x30_description/)
|
||||||
|
* Anybotics
|
||||||
|
* [Anymal C](anybotics/anymal_c_description/)
|
||||||
|
|
||||||
## 1. Steps to transfer urdf to Mujoco model
|
## 1. Steps to transfer urdf to Mujoco model
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue