Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.84 KB

File metadata and controls

64 lines (38 loc) · 1.84 KB

Humic ROS package

Paper

https://www.koreascience.or.kr/article/JAKO202124553294650.page

1. Installation ROS Noetic

ROS Version: Noetic(on Ubuntu 20.04)

Installation instructions

Or script

2. Configuring Your ROS Environment

3. Download HUMIC Package in Your Workspace

  • Move to Your ROS workspace

    sudo apt-get install ros-noetic-vision-msgs
    cd ~/catkin_ws/src
    
  • Clone HUMIC package

    git clone https://github.com/SeoulTech-HCIRLab/Humic.git
    

4. Build

  cd ~/catkin_ws/ && catkin_make

5. Run HUMIC URDF Model

6. Run HUMIC Navigation using reinforcement learning