Mobile Robot Control 2023 Group 7: Difference between revisions
Jump to navigation
Jump to search
(Added dont_Crash video. and elaborated) |
(→Logs: edited log) |
||
Line 15: | Line 15: | ||
==Logs== | ==Logs== | ||
*Output for: io.speak("test") [Pg. 14] | *Output for: io.speak("test") [Pg. 14] | ||
*Odometry data consensus | |||
==Exercise-1: The art of not crashing [dont_crash.cpp]== | ==Exercise-1: The art of not crashing [dont_crash.cpp]== |
Revision as of 18:47, 15 May 2023
Group members:
Name | student ID |
---|---|
Ram Balaji Ramachandran | 1896067 |
Nisha Joy | 1810502 |
Dharshan Bashkaran Latha | 1868950 |
Logs
- Output for: io.speak("test") [Pg. 14]
- Odometry data consensus
Exercise-1: The art of not crashing [dont_crash.cpp]
A code that keeps the robot moving forward until an object comes in front of it was created and the results were verified on the simulation platform.
The code was then taken to testing on 4th of May 2023, and the testing was performed on the BOBO robot.
There were some hiccups in compiling and running the code. It was all cleared and the test outcome was succcesful! The proximity adopted was 20 cm to have a closer cut-off.