-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Attempt to clean up * Add config and launch for droan * fixed parameter exception and set map representation to disaprity * fixed pluginlib not finding disparity map representation * Clear ament_cmake_prefix and cmake_prefix on cws * Rename core_map_representation_interface --> map_representation_interface * Add unused mav_msgs dependency * removed virtual destructor * Remove old commet * Rename .h to .hpp --------- Co-authored-by: John Keller <[email protected]>
- Loading branch information
1 parent
6eab80c
commit 3d18c3e
Showing
19 changed files
with
483 additions
and
263 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
66 changes: 0 additions & 66 deletions
66
ros_ws/src/robot/autonomy/planning/local/core_map_representation_interface/CMakeLists.txt
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
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
7 changes: 4 additions & 3 deletions
7
...onomy/planning/local/disparity_map_representation/disparity_map_representation_plugin.xml
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<library path="lib/libdisparity_map_representation"> | ||
<class type="DisparityMapRepresentation" base_class_type="MapRepresentation"> | ||
<library path="disparity_map_representation"> | ||
<class type="disparity_map_representation::DisparityMapRepresentation" | ||
base_class_type="map_representation_interface::MapRepresentation"> | ||
<description>Disparity map representation plugin.</description> | ||
</class> | ||
</library> | ||
</library> |
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
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.