-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed duplicate launch file, added READMEs, added docs and typehint…
…s, code quality stuff
- Loading branch information
Showing
6 changed files
with
110 additions
and
208 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Hybrid Path Guidance | ||
|
||
This package provides the implementation of hybrid path guidance for the Vortex ASV. | ||
|
||
## Usage | ||
|
||
To use the hybrid path guidance launch it using: `ros2 launch hybridpath_guidance hybridpath_guidance.launch` | ||
Or alternatively, run it together with the hybridpath controller using the launch file `hybridpath.launch.py` in asv_setup | ||
|
||
## Configuration | ||
|
||
You can configure the behavior of the hybrid path guidance by modifying the parameters in the `config` directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Hybrid Path Controller | ||
|
||
This package provides the implementation of hybrid path controller for the Vortex ASV. | ||
|
||
## Usage | ||
|
||
To use the hybrid path guidance launch it using: `ros2 launch hybridpath_controller hybridpath_controller.launch` | ||
Or alternatively, run it together with the hybridpath guidance using the launch file `hybridpath.launch.py` in asv_setup | ||
|
||
## Configuration | ||
|
||
You can configure the behavior of the hybrid path controller by modifying the parameters in the `config` directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters