linuxchunk / chunkbot_one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot Package for automous navigation and mapping

Overview

This package contains the launch files, nodes, and topics required for autonomous navigation and mapping. The robot is a 4 wheel drive robot with a lidar. The robot is controlled by a raspberry pi 4. The robot uses ROS2 humble.

Dependencies

Software

Hardware (In simulation its optional)

Installation

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
git clone https://github.com/linuxchunk/chunkbot_one.git
cd ~/catkin_ws
colcon make

Usage

source ~/catkin_ws/install/setup.bash
ros2 launch chunkbot_one launch_robot.launch.py

Launching with Simulation

source ~/catkin_ws/install/setup.bash
ros2 launch chunkbot_one launch_sim.launch.py

About


Languages

Language:CMake 29.5%Language:Python 23.9%Language:C 20.0%Language:C++ 19.8%Language:Shell 6.9%