-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6654761
commit 63ea76f
Showing
1 changed file
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# Auto-Docking-Design | ||
|
||
# INTRODUCTION | ||
* This is a design draft for the Robot auto ducking. | ||
|
||
|
||
# COMPONENTS | ||
* On docking station | ||
* IR emitter | ||
* On Robot | ||
* Two IR receivers | ||
|
||
# BASIC OPERATIONS | ||
* We will use ROS navigation to command Robot to be 1 or 2 meter in front or the docking station. The Robot's back will be facing to the docking station. | ||
* ROS navigation can cause around 30cm position errors | ||
* Then, two IR receivers will receive IR signals. | ||
* The Robot will start to to PID control to keep the two IR receiver reading balanced. | ||
* Until the PMU got the charging flag. | ||
|
||
# ISSUES | ||
* We didn't found proper IR emitter and IR receivers. Keep looking at it. | ||
|
||
|