Skip to content

Commit c3a4bd1

Browse files
Update README.md
1 parent 18170bd commit c3a4bd1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Autonomous-Robot-Simulation
22
Simulation of an autonomously navigating robot.
3-
This is a WIP project used for experimentation.
3+
44
<br>
55
Author: Cameron Rosenthal @Supernova1114
66
<br>
77

8+
### Robot Parameters:
9+
safeDistanceThresh: // If an obstacle is within this distance, the robot will attempt to avoid it.
10+
goToFreeSpaceDistThresh: // Should be greater than safeDistanceThresh. If an obstacle is between this distance and safeDistanceThresh, the robot will traverse towards free space.
11+
maxMoveSpeed: // Normal move speed.
12+
maxRotationSpeed: // Normal rotation speed.
13+
avoidanceMoveSpeed: // Move speed during the robot's obstacle avoidance attempt.
14+
avoidanceRotationSpeed: // Rotation speed during the robot's obstacle avoidance attempt.
15+
816
### Notes
9-
- Robot uses a simulated 2D LIDAR module for mapping.
10-
-
17+
- Robot uses a simulated 2D LIDAR module for ranging data.
1118

1219
### Video Preview
1320
https://youtu.be/HtbmhMs_dQk?si=Of1G35uVCwFAjkB1

0 commit comments

Comments
 (0)