-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for YardForce Rev4 adapter board. (#116)
* Add support for YardForce Rev4 adapter board. * Feature/yf rev4 adapter (#118) * Config sample * Add xesc_2040_w_r4ma config * Fix submodule ref * reverted sumbodule --------- Co-authored-by: Apehaenger <[email protected]> --------- Co-authored-by: Apehaenger <[email protected]>
- Loading branch information
1 parent
7570df9
commit 0bfd489
Showing
5 changed files
with
60 additions
and
2 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
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
Submodule xesc_ros
updated
12 files
42 changes: 42 additions & 0 deletions
42
src/open_mower/params/hardware_specific/YardForceSA650/comms_xesc_2040_w_r4ma_params.yaml
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,42 @@ | ||
left_xesc: | ||
xesc_type: "xesc_2040" | ||
serial_port: "/dev/ttyAMA4" | ||
hall_table_0: 255 | ||
hall_table_1: 5 | ||
hall_table_2: 3 | ||
hall_table_3: 4 | ||
hall_table_4: 1 | ||
hall_table_5: 6 | ||
hall_table_6: 2 | ||
hall_table_7: 255 | ||
motor_current_limit: 0.5 | ||
acceleration: 20.0 | ||
has_motor_temp: false | ||
min_motor_temp: 0 | ||
max_motor_temp: 0 | ||
min_pcb_temp: 0 | ||
max_pcb_temp: 60 | ||
right_xesc: | ||
xesc_type: "xesc_2040" | ||
serial_port: "/dev/ttyAMA2" | ||
hall_table_0: 255 | ||
hall_table_1: 5 | ||
hall_table_2: 3 | ||
hall_table_3: 4 | ||
hall_table_4: 1 | ||
hall_table_5: 6 | ||
hall_table_6: 2 | ||
hall_table_7: 255 | ||
motor_current_limit: 0.5 | ||
acceleration: 20.0 | ||
has_motor_temp: false | ||
min_motor_temp: 0 | ||
max_motor_temp: 0 | ||
min_pcb_temp: 0 | ||
max_pcb_temp: 60 | ||
mower_xesc: | ||
xesc_type: "xesc_yfr4" | ||
serial_port: "/dev/ttyAMA3" | ||
motor_current_limit: 1.5 | ||
min_pcb_temp: 0 | ||
max_pcb_temp: 60 |
12 changes: 12 additions & 0 deletions
12
src/open_mower/params/hardware_specific/YardForceSA650/comms_xesc_mini_w_r4ma_params.yaml
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,12 @@ | ||
left_xesc: | ||
xesc_type: "xesc_mini" | ||
serial_port: "/dev/ttyAMA4" | ||
right_xesc: | ||
xesc_type: "xesc_mini" | ||
serial_port: "/dev/ttyAMA2" | ||
mower_xesc: | ||
xesc_type: "xesc_yfr4" | ||
serial_port: "/dev/ttyAMA3" | ||
motor_current_limit: 1.5 | ||
min_pcb_temp: 0 | ||
max_pcb_temp: 60 |