Skip to content

easysur/easys_a1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easys_a1

Easys is an open source underwater robot. This repository contains the hardware and ROS 2 software needed to control the platform.

GUhMwIQagAA75Zd

Software

Target Environment

  • 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.

Install dependency packages (rasberry pi)

Install dependency packages (remote PC)

Installation (robot and remote PC)

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-install

Launching

On the robot

ros2 launch easys_ros easys_control.launch.py

On the remote PC

ros2 launch easys_ros remote_control.launch.py

Simulator

The Gazebo-based simulator is available at Easys_sim.

About

Easys is an open source under water robot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published