-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20fc7cb
commit ac5afba
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
# gdyn-legged-locomotion | ||
4 legged robot project of 강남Dynamics Lab | ||
4-Legged Robot Project of 강남Dynamics Lab | ||
|
||
## Depend | ||
[spawn_robot_tools](https://bitbucket.org/theconstructcore/spawn_robot_tools/src/master/) | ||
|
||
## Refence | ||
|
||
### Robot Models | ||
We brought several robot models from the other github sites. | ||
We brought several robot models from the other github sites, however only hyq works in gazebo. | ||
|
||
1. [hyq](https://github.com/iit-DLSLab/hyq-description) | ||
2. [laikago, mini cheetah, quadruped](https://github.com/bulletphysics/bullet3/tree/master/examples/pybullet/gym/pybullet_data) | ||
3. [opendog](https://github.com/IanTheEngineer/opendog_robot) | ||
4. [Anymal](https://github.com/leggedrobotics/raisimLib?fbclid=IwAR3bB5PpxuEAAPYyy0g2pWjJZnUjjM8JWR_39wXo_h1kHiNymYhPQieCY0U) | ||
|
||
### Papers | ||
### Papers & Online Materials | ||
Reference papers. | ||
|
||
1. [Construct, ROS Lecture](http://www.theconstructsim.com/ros-projects-create-hopper-robot-gazebo-step-step/) | ||
2. [MIT Cheetah 3](https://ieeexplore.ieee.org/document/8593885) | ||
3. [MPC, MIT Cheetah 3](https://www.researchgate.net/publication/330591547_Dynamic_Locomotion_in_the_MIT_Cheetah_3_Through_Convex_Model-Predictive_Control) |