This repository was archived by the owner on Apr 24, 2023. It is now read-only.
Closed
Conversation
* Adding design documents for cone of shame * Update cone of shame design doc * Update cone of shame design document * update to include details regarding ROS service and costmap2d layer * update ways of obtaining line cost2dmap layer and details of cone creation
* Merged waypoint_source and action_server into navigation_client * Removed waypoint_source and action_server
* Created ray_Casting design document * Fixed typos
* Created node for ground segmentation * Added organization for following the algorithm * Line fitting * polished up some params * parameter tuning * refactor into pointcloud_filter node * formatting * where did that space come from * oops found another * removed unused include * started addressing PR comments * Addressed some comments, improved documentation * addressed rest of comments and added documentation for least squares approach * Some more small changes
* Added launch file for specifically setting the waypoint file path * Fixed parseWaypointFile so whitespace and comments don't break it * Split setting waypoint_file_path into two arguments: folder_path (default = sandbox/waypoints) and file_name * Changed removeWhitespace into a one line call with str.erase and std::remove * Made sandbox folder into a package * Changed default folder_path to use igvc_sandbox package * Changed default value of "reading_from_file" to "false"
* Created IOP research doc and updated READMEs. * Removed a lot of comments * Added back tldr
Contributor
|
@ceelo777 I don't think this is what you want to do. This is a PR that wants to merge The only thing you need to do is to click the Re-request review button in the top right corner under reviewers, which will allow me to review your new changes. |
Contributor
|
As such, I'm closing this PR. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Edited my design document for D* Lite.