Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version ros2
Last Updated 2025-05-29
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.3.0 (2025-05-19)

  • Revert "Update changelog"
  • Revert "2.3.0"
  • Revert "2.3.0"
  • Revert "Update changelog"
  • Reapply "Release 2.3.0 to ros2"
  • Merge branch 'ros2' of https://github.com/husarion/husarion_ugv_ros into rel-test
  • Merge pull request #550 from husarion/release-2.3.0
  • 2.3.0
  • Update changelog
  • Merge pull request #549 from husarion/revert-546-release-2.3.0
  • Revert "Release 2.3.0"
  • Merge pull request #548 from husarion/revert-547-2.3.0-20250425
  • Revert "Release 2.3.0 to ros2"
  • Merge pull request #547 from husarion/2.3.0-20250425
  • Merge pull request #546 from husarion/release-2.3.0
  • 2.3.0
  • Update changelog
  • fix charging status charging detection (#542)
  • Merge remote-tracking branch 'origin/ros2-devel' into change-pat
  • Merge pull request #518 from husarion/jazzy-devel-hw
  • Merge branch 'ros2-devel' into jazzy-devel-hw
  • Update minimal cmake version
  • Merge branch 'jazzy-devel-sim' into jazzy-devel-hw
  • Merge branch 'ros2-devel' into jazzy-devel-sim
  • Merge branch 'jazzy-devel-sim' into jazzy-devel-hw
  • Merge branch 'ros2-devel' into jazzy-devel-sim
  • Contributors: Dawid Kmak, action-bot, github-actions[bot], kmakd, rafal-gorecki, rafal.gorecki

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro rolling showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro foxy showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro indigo showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro hydro showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro kinetic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange

No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.2.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/husarion/husarion_ugv_ros.git
VCS Type git
VCS Version humble
Last Updated 2025-04-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Nodes monitoring the battery state of Husarion Panhter robot

Additional Links

Maintainers

  • Husarion

Authors

  • Dawid Kmak
  • Krzysztof Wojciechowski

husarion_ugv_battery

The package containing nodes monitoring and publishing the internal battery state of the Husarion UGV.

Launch Files

This package contains:

  • battery.launch.py: Responsible for activating battery node, which dealing with reading and publishing battery data.

Configuration Files

ROS Nodes

battery_driver_node

Publishes battery state read from ADC unit.

Publishes

  • _battery/battery_1_status_raw [sensor_msgs/BatteryState]: First battery raw state.
  • _battery/battery_2_status_raw [sensor_msgs/BatteryState]: Second battery raw state. Published if second battery detected.
  • battery/battery_status [sensor_msgs/BatteryState]: Mean values of both batteries if robot has two batteries. Otherwise, the state of the single battery will be published.
  • battery/charging_status [husarion_ugv_msgs/ChargingStatus]: Battery charging status.
  • diagnostics [diagnostic_msgs/DiagnosticArray]: Battery diagnostic messages.

Subscribers

  • hardware/io_state [husarion_ugv_msgs/IOState]: Current state of IO.
  • hardware/robot_driver_state [husarion_ugv_msgs/RobotDriverState]: Current motor controllers’ state and error flags. Subscribed if using Roboteq motor controllers data.

Parameters

  • adc.device0 [string, default: /sys/bus/iio/devices/iio:device0]: ADC number 0 IIO device.
  • adc.device1 [string, default: /sys/bus/iio/devices/iio:device1]: ADC number 1 IIO device.
  • adc.ma_window_len.charge [int, default: 10]: Window length of a moving average, used to smooth out battery charge readings.
  • adc.ma_window_len.temp [int, default: 10]: Window length of a moving average, used to smooth out battery temperature readings.
  • battery_timeout [float, default: 1.0]: Specifies the timeout in seconds. If the node fails to read battery data exceeding this duration, the node will publish an unknown battery state.
  • ma_window_len.voltage [int, default: 10]: Window length of a moving average, used to smooth out battery voltage readings.
  • ma_window_len.current [int, default: 10]: Window length of a moving average, used to smooth out battery current readings.
  • roboteq.driver_state_timeout [float, default: 0.2]: Specifies timeout in seconds after which driver state messages will be considered old (deprecated).
CHANGELOG

\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package husarion_ugv_battery \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^

2.2.1 (2025-04-04)

2.2.0 (2025-03-13)

  • update docs and battery timeout (#500)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-devel
  • Merge pull request #496 from husarion/repo-rename
  • update links
  • Merge branch 'ros2-devel' into lights-new
  • Merge pull request #490 from husarion/ros2-fix-bild-warnings
  • fix build warnings
  • Ros2 unit test workflow (#471)
  • Add log level argument to launch files (#473)
  • Merge remote-tracking branch 'origin/ros2-devel' into e_stop_torque_enable
  • Merge pull request #480 from husarion/ros2-cmake-export
  • Add exports to cmake
  • Parameters reorganisation (#472)
  • Merge lynx_description and panther_description into husarion_ugv_descriptions (#456)
  • Readme files minor fixes (#463)
  • Merge pull request #466 from husarion/ros2-add-msgs
  • Merge branch 'ros2-devel' into ros2-add-msgs
  • Merge branch 'ros2-devel' into add-panther-diagnostics-config
  • husarion_ugv_msg -> husarion_ugv_msgs
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-devel
  • Add husarion_ugv_msgs
  • Merge pull request #457 from husarion/ros2-lynx-devel
  • Better battery estimation (#452)
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-lynx-devel
  • Merge pull request #448 from husarion/ros2-battery-warn
  • change error to warn
  • Merge pull request #438 from husarion/ros2-param-gen
  • Generate node parameters from yaml files
  • Ros2 husarion ugv v2 (#422)
  • Contributors: BOOTCFG, Dawid Kmak, Jakub Delicat, Milosz Lagan, Miłosz Łagan, Rafal Gorecki, Stefan, kmakd, rafal-gorecki

2.1.2 (2024-12-02)

  • Merge branch 'ros2-devel' into ros2-lights-tests
  • Contributors: pawelirh

2.1.1 (2024-09-05)

  • LEDStrip plugin to Gazebo (#391)
  • Merge branch 'ros2-devel' into ros2-ns-refactor
  • Merge pull request #349 from husarion/ros2-testing-poc
  • Merge branch 'ros2-devel' of https://github.com/husarion/panther_ros into ros2-add-nmea-gps
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-testing-poc
  • Merge pull request #386 from husarion/ros2-unify-filenames
  • Merge remote-tracking branch 'origin/ros2-devel' into ros2-unify-filenames
  • Ros2 battery estimation (#376)
  • Rename battery exec
  • Rename battery driver files
  • Reorganize files in panther_battery

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged husarion_ugv_battery at Robotics Stack Exchange