Skip to content

jb-balaji/chicken_head

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chicken_head

Chicken head demo using a 5DOF manipulator on CHAMP Quadruped Robot. CHAMP Chicken Head

Installation

  1. Clone and install all dependencies:

     sudo apt install -y python3-rosdep
     cd <your_ws>/src
     git clone https://github.com/jb-balaji/chicken_head -b jb/ros2_variant
     cd ..
     rosdep install --from-paths src --ignore-src -r -y
    
  2. Build your workspace:

     cd <your_ws>
     colcon build
     source <your_ws/>/install/setup.bash
    

Quick Start

  1. Run the demo:

     ros2 launch chicken_head demo.launch.py 
    

About

ROS2 Humble Variant of CHAMP doing chicken head

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.8%
  • Python 14.4%
  • CMake 7.8%