-
Notifications
You must be signed in to change notification settings - Fork 5
Pull Request #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
OpalJellyfish
wants to merge
55
commits into
vinitha910:master
Choose a base branch
from
OpalJellyfish:dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pull Request #2
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
25ae45e
added comment
OpalJellyfish d63c903
Modified methods in graph.cpp
OpalJellyfish ced85e7
Modified comparator in dijkstra.h and methods in dijkstra.cpp
OpalJellyfish 210617d
blah
OpalJellyfish 84ff411
changed comment
OpalJellyfish 30ab40c
Modified methods
OpalJellyfish 9f67a08
Modified methods
OpalJellyfish bed0f76
Modified comparator
OpalJellyfish 3e07d4b
Modified run_planner
OpalJellyfish df0685f
Added errors.txt which contains make errors
OpalJellyfish 355ea19
Fixed bug in dijkstra.h
OpalJellyfish d792f10
Merge branch 'dev' of https://github.com/OpalJellyfish/grid_planner_a…
OpalJellyfish 2ac9f35
Squashed bug in comparator
OpalJellyfish 34c0919
Fixed bug
OpalJellyfish 2d2be3a
Squashed more bugs
OpalJellyfish fddae77
Fixed bug
OpalJellyfish 40cd018
Squashed bugs
OpalJellyfish 5683deb
Squashed bugs
OpalJellyfish 0886980
Squashed bugs
OpalJellyfish b808be0
Squashed bugs
OpalJellyfish 498d76b
Squashed bugs
OpalJellyfish 4f53e62
Squashed bugs
OpalJellyfish 20a554a
Squashed bugs
OpalJellyfish 1a33307
Bug
OpalJellyfish 985061a
bug
OpalJellyfish 6e017be
bug
OpalJellyfish 3d93d18
bug
OpalJellyfish ecbd953
bug
OpalJellyfish 1aebbcd
bug
OpalJellyfish 08fd0ae
bug
OpalJellyfish 1683c90
bug
OpalJellyfish 99221da
bug
OpalJellyfish db1ca17
bug
OpalJellyfish d26e68e
bug
OpalJellyfish 5a4ff5c
bug
OpalJellyfish 5987f48
used [] instead of insert for map
OpalJellyfish 8aacb0c
added getchar() to while loop for debugging
OpalJellyfish 95b35b5
Did lots of debugging
OpalJellyfish 7ebbc6d
Fixed minor cpplint issues
OpalJellyfish c05d448
Fixed some cpplint errors
OpalJellyfish e672f99
Fixed cpplint errors
OpalJellyfish 71033ee
Fixed indentation and variable naming
OpalJellyfish 39dcb2c
Fixed variable naming and removed errrors.txt
OpalJellyfish e69783c
Removed unnecessary if statement
OpalJellyfish 875e496
Renamed iter
OpalJellyfish 3e298dc
Removed unnecessary else statement
OpalJellyfish 691f989
Changes placement of variable declarartions
OpalJellyfish d8cd325
add const keyword
OpalJellyfish ab540ca
Removed unnecessary else statement
OpalJellyfish 799d342
Added const keyword
OpalJellyfish 9e6f010
Removed two else statements
OpalJellyfish 4cfe7d9
Iterate using index rather than using pointers
OpalJellyfish 864fbcc
Iterate over index rather than pointers for safety
OpalJellyfish c8767f5
fixed cpplint errors
OpalJellyfish e612fe1
Remove redundancy and unnecessary blank lines
OpalJellyfish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| *.o | ||
| *.gch | ||
| test | ||
| *.swp |
Binary file not shown.
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| 0 0 | ||
| 1 0 | ||
| 2 0 | ||
| 3 1 | ||
| 4 2 | ||
| 5 3 | ||
| 6 4 | ||
| 7 4 | ||
| 8 4 | ||
| 9 4 | ||
| 10 4 | ||
| 11 5 | ||
| 12 6 | ||
| 12 7 | ||
| 12 8 | ||
| 12 9 | ||
| 12 10 | ||
| 12 11 | ||
| 12 12 | ||
| 12 13 | ||
| 13 14 | ||
| 14 15 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| 13 14 | ||
| 13 13 | ||
| 13 12 | ||
| 13 11 | ||
| 13 10 | ||
| 13 9 | ||
| 13 8 | ||
| 13 7 | ||
| 12 6 | ||
| 11 5 | ||
| 10 6 | ||
| 10 7 | ||
| 10 8 | ||
| 10 9 | ||
| 10 10 | ||
| 10 11 | ||
| 9 12 | ||
| 8 13 |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.