This repository has been archived by the owner on May 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* organize pathfinders into separate directory, modularize captain * organize lidars into their own package * update rst files to reflect directory changes * fix import issues related to lidar/pathfinder packages, implement unimplemented method in Pathfinder * wrap up merge conflicts * Properly close resources in `rover.py`
- Loading branch information
1 parent
04216ea
commit 077da8d
Showing
23 changed files
with
489 additions
and
438 deletions.
There are no files selected for viewing
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,53 @@ | ||
unified\_frameworks.pathfinders package | ||
======================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
unified\_frameworks.pathfinders.NavigatorClass module | ||
----------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.pathfinders.NavigatorClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.pathfinders.a\_star\_navigator module | ||
--------------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.pathfinders.a_star_navigator | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.pathfinders.pathfinder module | ||
------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.pathfinders.pathfinder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.pathfinders.rapid\_random\_tree module | ||
---------------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.pathfinders.rapid_random_tree | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.pathfinders.straight\_shot module | ||
----------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.pathfinders.straight_shot | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: unified_frameworks.pathfinders | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,61 @@ | ||
unified\_frameworks.sensor\_array.lidar package | ||
=============================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
unified\_frameworks.sensor\_array.lidar.LidarClass module | ||
--------------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.sensor_array.lidar.LidarClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.sensor\_array.lidar.actual\_lidar module | ||
------------------------------------------------------------ | ||
|
||
.. automodule:: unified_frameworks.sensor_array.lidar.actual_lidar | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.sensor\_array.lidar.bridge\_lidar module | ||
------------------------------------------------------------ | ||
|
||
.. automodule:: unified_frameworks.sensor_array.lidar.bridge_lidar | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.sensor\_array.lidar.fake\_lidar module | ||
---------------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.sensor_array.lidar.fake_lidar | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.sensor\_array.lidar.lidar module | ||
---------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.sensor_array.lidar.lidar | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
unified\_frameworks.sensor\_array.lidar.lidar\_visualizer module | ||
---------------------------------------------------------------- | ||
|
||
.. automodule:: unified_frameworks.sensor_array.lidar.lidar_visualizer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: unified_frameworks.sensor_array.lidar | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
Oops, something went wrong.