hardware requirements:
- Rubik Pi 3
- Slamtec RPLidar A1
- BNO055 IMU
- RF2O laser odometry
- SLAM Toolbox
This repository contains only the project-specific packages:
wave_rover_base- base motor command noderover_description- URDF and robot_state_publisherrover_bringup- launch files and configsble_server- handles bluetooth connectivityapp- creates moblie application
- Ubuntu 24.04
- ROS 2 Jazzy
bno055- ros2 package for imu driverrf2o_laser_odometry- open source package for lidar odometrysllidar_ros2- open source package for Lidar sensorNav2- ros2 package for navigationSlam Toolbox- ros2 package for SLAM
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws
git clone https://github.com/montse-jara/wave_rover.git .