Mobile Robot Control 2023 Group 9: Difference between revisions
Jump to navigation
Jump to search
m (→Exercise 1:: Added video link) |
m (→Exercise 1:) |
||
Line 14: | Line 14: | ||
=='''Exercise 1:'''== | =='''Exercise 1:'''== | ||
dont_crash design: The idea was to move forward until an object is reached (0. | dont_crash design: The idea was to move forward until an object is reached (0.5m within +/-45 deg) and then stop. If this object is removed, the robot should continue moving forward until it reaches another. | ||
<br /> | <br /> | ||
#Noise: it is there, and is slightly jittery. All objects at the height of the laser scanner are seen if they are not too far away (resulting in an inf range). If you walk near the robot, the legs look like lines that are oriented perpendicular to the robot. | #Noise: it is there, and is slightly jittery. All objects at the height of the laser scanner are seen if they are not too far away (resulting in an inf range). If you walk near the robot, the legs look like lines that are oriented perpendicular to the robot. | ||
#done | #done | ||
#yes, it works the same as in the simulation | #yes, it works the same as in the simulation as long as the speed is low enough and the distance is high enough. ie, the robot cannot move extremely fast (ie 0.7m/s) or stop too close to an object (ie 0.3m) with the real robot. | ||
#https://photos.app.goo.gl/qFkDADTsP4tE5w4A8 (see video here) | #https://photos.app.goo.gl/qFkDADTsP4tE5w4A8 (see video here) | ||
# | # | ||
<br /> | <br /> |
Revision as of 13:44, 2 May 2023
Group 9:
Name | student ID |
---|---|
Ismail Elmasry | 1430807 |
Carolina Vissers | 1415557 |
John Assad | 1415654 |
Exercise 1:
dont_crash design: The idea was to move forward until an object is reached (0.5m within +/-45 deg) and then stop. If this object is removed, the robot should continue moving forward until it reaches another.
- Noise: it is there, and is slightly jittery. All objects at the height of the laser scanner are seen if they are not too far away (resulting in an inf range). If you walk near the robot, the legs look like lines that are oriented perpendicular to the robot.
- done
- yes, it works the same as in the simulation as long as the speed is low enough and the distance is high enough. ie, the robot cannot move extremely fast (ie 0.7m/s) or stop too close to an object (ie 0.3m) with the real robot.
- https://photos.app.goo.gl/qFkDADTsP4tE5w4A8 (see video here)