HarvestX / h6x-Internship

HarvestX ROS2 Internship.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h6x-Internship

HarvestX Internship contens.

Start from here.


Requirements


Install

Locate package in workspace

mkdir -p ~/ws_galactic/src
cd ~/ws_galactic/src
git clone git@github.com:HarvestX/h6x-Internship.git

Run script to install dependencies

source /opt/ros/galactic/setup.bash
cd ~/ws_galactic/src/h6x-Internship
./setup.bash
exec -l $SHELL

Build Source

Open new terminal and type followings.

source /opt/ros/galactic/setup.bash
cd ~/ws_galactic
colcon build

Usage

  • Display each system
ros2 launch h6x_internship_gazebo world.launch.py

About

HarvestX ROS2 Internship.

License:Apache License 2.0


Languages

Language:C++ 84.7%Language:Python 9.0%Language:CMake 5.0%Language:Shell 1.4%