Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 960 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 960 Bytes

Local Pathfinding

Tests

UBC Sailbot's local pathfinding ROS package

Run

Using main launch file: ros2 launch local_pathfinding main_launch.py

Launch Parameters

Launch arguments are added to the run command in the format <name>:=<value>.

name description value
log_level Logging level A severity level (case insensitive)

Server Files

The server files: get_server.py and post_server.py are basic http server files which are used for testing the global_path module's GET and POST methods.