arjun-sadananda / go2_nav2_ros2

package:go2_description
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Unitree Go2 goes 2 goal

ROS2 Packages for simulating Unitree Go2 in Gazebo ROS2 and navigating the robot to a desired goal using Nav2.

Tested on ROS2 Humble.

This repo includes the following packages:

To Run: Go2 navigates 2 goal (in amazon small warehouse)

navigation This hand held video recording has to be changed to screen recording

Behind the Scenes

champ_config gazebo.launch.py

champ_config navigate.launch.py

The packages not mentioned so far ar champ and champ_msgs. champ contains the library files (from https://github.com/chvmp/libchamp.git) needed for the quadruped_controller_node and state_estimation_node. champ_msgs contains the custom msg types used in the aforementioned nodes.

That wraps the tour of this repo.