-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from urastogi885/Phase3
Reviewed and checked for final submission.
- Loading branch information
Showing
203 changed files
with
4,927 additions
and
518 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,10 +1,18 @@ | ||
Checking src/detector.cpp... | ||
1/9 files checked 7% done | ||
Checking src/navigator.cpp... | ||
2/9 files checked 14% done | ||
Checking src/object_detection.cpp... | ||
3/9 files checked 30% done | ||
Checking src/obstacle_avoidance.cpp... | ||
1/5 files checked 26% done | ||
4/9 files checked 43% done | ||
Checking src/turtlebot.cpp... | ||
2/5 files checked 52% done | ||
5/9 files checked 61% done | ||
Checking test/main.cpp... | ||
3/5 files checked 66% done | ||
6/9 files checked 68% done | ||
Checking test/object_detection_test.cpp... | ||
7/9 files checked 81% done | ||
Checking test/obstacle_avoidance_test.cpp... | ||
4/5 files checked 82% done | ||
8/9 files checked 90% done | ||
Checking test/turtlebot_test.cpp... | ||
5/5 files checked 100% done | ||
9/9 files checked 100% done |
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,8 +1,22 @@ | ||
Done processing ./src/detector.cpp | ||
./src/turtlebot.cpp:141: Use operator && instead of and [readability/alt_tokens] [2] | ||
Done processing ./src/turtlebot.cpp | ||
Done processing ./src/object_detection.cpp | ||
Done processing ./src/obstacle_avoidance.cpp | ||
Done processing ./src/navigator.cpp | ||
Done processing ./test/turtlebot_test.cpp | ||
./test/object_detection_test.cpp:78: Tab found; better to use spaces [whitespace/tab] [1] | ||
./test/object_detection_test.cpp:79: Tab found; better to use spaces [whitespace/tab] [1] | ||
./test/object_detection_test.cpp:80: Tab found; better to use spaces [whitespace/tab] [1] | ||
./test/object_detection_test.cpp:81: Tab found; better to use spaces [whitespace/tab] [1] | ||
./test/object_detection_test.cpp:82: Tab found; better to use spaces [whitespace/tab] [1] | ||
./test/object_detection_test.cpp:94: Tab found; better to use spaces [whitespace/tab] [1] | ||
./test/object_detection_test.cpp:95: Tab found; better to use spaces [whitespace/tab] [1] | ||
Done processing ./test/object_detection_test.cpp | ||
Done processing ./test/main.cpp | ||
Done processing ./test/obstacle_avoidance_test.cpp | ||
Done processing ./include/object_detection/object_detection.h | ||
./include/turtlebot/turtlebot.h:121: Is this a non-const reference? If so, make const or use a pointer: ObstacleAvoidance& obstacleAvoidance [runtime/references] [2] | ||
Done processing ./include/turtlebot/turtlebot.h | ||
Done processing ./include/obstacle_avoidance/obstacle_avoidance.h | ||
Done processing ./include/obstacle_avoidance/obstacle_avoidance.h | ||
Total errors found: 9 |
Binary file not shown.
Oops, something went wrong.