forked from mirte-robot/mirte-ros-packages
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
3 changed files
with
169 additions
and
44 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 |
---|---|---|
@@ -0,0 +1,90 @@ | ||
device: | ||
mirte: | ||
type: pcb | ||
version: 0.8 | ||
max_frequency: 50 | ||
distance: | ||
left: | ||
name: left | ||
device: mirte | ||
connector: SRF1 | ||
right: | ||
name: right | ||
device: mirte | ||
connector: SRF2 | ||
encoder: | ||
left: | ||
name: left | ||
device: mirte | ||
connector: ENC1 | ||
right: | ||
name: right | ||
device: mirte | ||
connector: ENC2 | ||
intensity: | ||
left: | ||
name: left | ||
device: mirte | ||
connector: IR1 | ||
right: | ||
name: right | ||
device: mirte | ||
connector: IR2 | ||
oled: | ||
left: | ||
name: left | ||
device: mirte | ||
connector: I2C2 | ||
right: | ||
name: right | ||
device: mirte | ||
connector: I2C1 | ||
servo: | ||
left: | ||
name: left | ||
device: mirte | ||
connector: Servo1 | ||
right: | ||
name: right | ||
device: mirte | ||
connector: Servo2 | ||
# These servo's have the same pins as the ObjectDetectors. So as | ||
# soon as they are implemented, these should be commented out | ||
gripper: | ||
name: gripper | ||
device: mirte | ||
connector: Servo3 | ||
arm: | ||
name: arm | ||
device: mirte | ||
connector: Servo4 | ||
|
||
keypad: | ||
yellow: | ||
name: keypad | ||
device: mirte | ||
connector: Keypad | ||
motor: | ||
left: | ||
name: left | ||
device: mirte | ||
connector: MC1-A | ||
type: pp | ||
right: | ||
name: right | ||
device: mirte | ||
connector: MC1-B | ||
type: pp | ||
# These motors have the same pins as the line intensity sensors. So | ||
# when uncommenting these, please comment the intensity sensors. | ||
# left2: | ||
# name: left2 | ||
# device: mirte | ||
# connector: MC2-A | ||
# type: pp | ||
# right2: | ||
# name: right2 | ||
# device: mirte | ||
# connector: MC2-B | ||
# type: pp | ||
# TODO: add obstacle detection |
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
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