Installation
Prerequisites
Before installing the PyCuVSLAM ROS2 package, ensure you have the following prerequisites:
- ROS2 installed (Humble Hawksbill or later)
- Python 3.8 or later
- OpenCV
- PCL (Point Cloud Library)
Installation Steps
- Clone the repository:
git clone https://github.com/yourusername/pycuvslam-ros2.git
- Navigate to the workspace:
cd pycuvslam-ros2
- Install dependencies:
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
- Build the package:
colcon build
- Source the setup file:
source install/setup.bash