Easys is an open source underwater robot. This repository contains the hardware and ROS 2 software needed to control the platform.
- Raspberry Pi 4 (4 GB RAM or higher) as the onboard computer
- Ubuntu 22.04
- ROS 2 Humble
If you are using Docker, the scripts under setup_env/ provide build and run helpers.
cd <your_ros2_workspace>/src
git clone https://github.com/tamago117/easys_a1.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
pip install -r src/easys_a1/requirements.txt
colcon build --symlink-installros2 launch easys_ros easys_control.launch.pyros2 launch easys_ros remote_control.launch.pyThe Gazebo-based simulator is available at Easys_sim.
