Skip to content

AerialRobotics-IITK/ISRO-Robotics-Challenge-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS 2 Humble Setup for CubePilot and RealSense

📦 Prerequisites

Ensure you have ROS 2 Humble installed on your Raspberry Pi (or Ubuntu system).
Refer to the official ROS 2 Humble installation guide.


🧠 Install RTAB-Map

RTAB-Map is a real-time appearance-based mapping system.

sudo apt update
sudo apt install ros-humble-rtabmap

🛰️ Connect CubePilot to Raspberry Pi via Serial

Identify the serial device

ls /dev/tty*
sudo usermod -a -G dialout $USER
newgrp dialout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published