Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add unitree go2 robot [porting to ros2] #24

Open
wants to merge 4 commits into
base: ros2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Please take note that although the README may contain instructions how to run in
- Boston Dynamic's Spot
- Unitree Robotics' Aliengo
- Unitree Robotics' Go1
- Unitree Robotics' Go2
- Unitree Robotics' A1
- MIT Mini Cheetah
- OpenDog V2
Expand All @@ -49,6 +50,7 @@ The URDFs found in this repository have been forked/modified/linked from the fol
- [SpotMicroAI](https://gitlab.com/custom_robots/spotmicroai)
- [Unitree Robotics' Aliengo](https://github.com/unitreerobotics/unitree_ros)
- [Unitree Robotics' Go1](https://github.com/unitreerobotics/unitree_ros)
- [Unitree Robotics' Go2](https://github.com/anujjain-dev/go2_description)
- [Unitree Robotics' A1](https://github.com/unitreerobotics/unitree_ros)
- [Stochlab's Stochlite](https://stochlab.github.io/)
- [MangDang's Mini Pupper](https://github.com/mangdangroboticsclub/mini_pupper_ros)
Expand Down
11 changes: 11 additions & 0 deletions configs/go2_config/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 3.5)
project(go2_config)

find_package(ament_cmake REQUIRED)

install(
DIRECTORY launch config maps worlds
DESTINATION share/${PROJECT_NAME}
)

ament_package()
Loading