complete_coverage
ROS implementation of online complete coverage maneuvering for unmanned surface vehicles
File Explorer
Download Latest Version (.zip)- binn.rviz
- coverage_binn.h
- partition_binn.h
- simple_dubins_path.h
- coverage_binn.launch
- coverage_binn.cpp
- coverage_binn_node.cpp
- partition_binn.cpp
- simple_dubins_path.cpp
- CMakeLists.txt
- package.xml
- coverage.rviz
- real_coverage.rviz
- a_star.h
- coverage.h
- partition.h
- simple_dubins_path.h
- coverage.launch
- real_coverage.launch
- visualize.launch
- DubinInput.msg
- coverage.cpp
- coverage_node.cpp
- partition.cpp
- simple_dubins_path.cpp
- simple_dubins_path_node.cpp
- CMakeLists.txt
- package.xml
- rplidar.rules
- xsens.rules
- guidance.h
- real_guidance.launch
- sim_guidance.launch
- guidance.cpp
- guidance_node.cpp
- CMakeLists.txt
- package.xml
- map_params.yaml
- map_inflating.launch
- CMakeLists.txt
- package.xml
- mr_obs_connector.launch
- mr_obs_connector.py
- mr_ros.proto
- mr_ros_pb2.py
- CMakeLists.txt
- package.xml
- real_otter.lua
- sim_otter.lua
- slam.rviz
- real_otter.launch
- sim_otter.launch
- CMakeLists.txt
- package.xml
- a2_rplidar.launch
- gps.launch
- imu.launch
- lidar.launch
- localization.launch
- quat2rpy.launch
- android_filter.cpp
- laser_filter.cpp
- odom_filter.cpp
- quat2rpy.py
- CMakeLists.txt
- package.xml
- SpeedCourse.msg
- CMakeLists.txt
- package.xml
- .gitignore
- .gitmodules
- .rosinstall
- LICENSE
- nmea_navsat_driver
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jhlenes/complete_coverage
Downloads the entire project code from GitHub to your computer.
cd complete_coverage
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt install python3-serial
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. CMake
MediumPrerequisites
cd coverage_binn
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
