-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* moved all params declarations to src/ * Update husarion_ugv_battery/launch/battery.launch.py Co-authored-by: Rafal Gorecki <[email protected]> --------- Co-authored-by: Rafal Gorecki <[email protected]>
- Loading branch information
1 parent
ac9a5de
commit efc5411
Showing
12 changed files
with
39 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/**: | ||
battery_driver: | ||
ros__parameters: | ||
adc: | ||
device0: "/sys/bus/iio/devices/iio:device0" | ||
device1: "/sys/bus/iio/devices/iio:device1" | ||
ma_window_len: | ||
charge: 10 | ||
temp: 10 | ||
ma_window_len: | ||
voltage: 10 | ||
current: 10 | ||
roboteq: | ||
driver_state_timeout: 0.2 | ||
battery_timeout: 1.0 |
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.