Skip to content

Commit

Permalink
Update implementation
Browse files Browse the repository at this point in the history
I edited the part where the robot considered a full suction. It was the average pressure readings of the 4 chambers.
  • Loading branch information
abraham-54 authored Dec 20, 2024
1 parent 71d345a commit ac7c8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementation.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h4>Haptic Search and Pressure Sensing:</h4>
prresure reading for all 4 chambers all drop and get really close to
each other. So in the code, we compare the current pressure readings
for all 4 chambers with a certain threshold that we got from trials
and errors so that if all 4 chambers have a pressure reading that is
and errors so that if the average of the 4 chambers have a pressure reading that is
lower than the threshold, the suction is considered successful. If not
successful, we compute a directional vector base on the difference
between the pressure reading in different chambers, and normalize it
Expand Down

0 comments on commit ac7c8e2

Please sign in to comment.