Package symbol

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

Package symbol

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
jazzy

Package Summary

Version 2.8.2
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version jazzy
Last Updated 2025-12-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

2.8.1 (2025-11-06)

  • Fix: Ewellix Parameters (#203) Add mount parameter and remove redefinition of urdf functions
  • Contributors: luis-camero

2.8.0 (2025-10-23)

  • Add a new [platform.wireless]{.title-ref} section to config (#201)
  • Replace [assert]{.title-ref} with [raise]{.title-ref} + relevant Exception (#200)
  • Fix: OakD Parameters (#202)
    • Use empty strings as defaults
  • Raise a FileNotFound exception instead of an assertion error if the middleware config path doesn't exist; this makes it easier to catch those exceptions in CI tests. Fix a bug where setting the extra launch to None raises an unintended exception (#199)
  • Add [system.bash]{.title-ref} support (#196)
    • Add [system.bash]{.title-ref} section to robot.yaml with [source]{.title-ref} and [env]{.title-ref} sub-fields for adding additional bash sources and envars
    • Add new envar to Flir camera sample
  • Allow multiple launch files to be listed in platform.extras.launch, add launch arguments field (#197)
  • Add support for automatic discovery range (#191)
    • Add ROS_STATIC_PEERS and ROS_AUTOMATIC_DISCOVERY_RANGE setters to middleware
    • Add middleware samples
  • Rename [oakd]{.title-ref} namespace in robot.yaml to [luxonis_oakd]{.title-ref} (#192)
  • Contributors: Chris Iverach-Brereton, luis-camero

2.8.2 (2025-12-16)

  • Fix reading arm_id (#204)

  • 2.8.1

  • Changes.

  • Fix: Ewellix Parameters (#203) Add mount parameter and remove redefinition of urdf functions

  • 2.8.0

  • Changes.

  • Add a new [platform.wireless]{.title-ref} section to config (#201)

    • Add a new [platform.wireless]{.title-ref} section to contain router, base station, wireless_watcher parameters

    * Fixed linting. ---------Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>>

  • Replace [assert]{.title-ref} with [raise]{.title-ref} + relevant Exception (#200)

    • Raise a FileNotFound exception instead of an assertion error if the middleware config path doesn't exist; this makes it easier to catch those exceptions in CI tests. Fix a bug where setting the extra launch to None raises an unintended exception
    • Start replacing all [assert CONDITION[, 'error message']]{.title-ref} instances with [if]{.title-ref} + [raise]{.title-ref} with more precise exceptions (generally PermissionError, FileNotFoundError, ValueError, or TypeError)
    • Replace more asserts
    • Replace asserts in username. Don't allow underscores; these are not valid in Linux usernames. Verify that the first character is not a digit or hyphen
    • More asserts
    • More asserts
    • More asserts
    • More asserts
    • Fix length check
    • id -> _id
    • .config -> .control
    • UR_TYPE -> UR_TYPES
    • More asserts
    • Finish first pass removing all asserts
    • Missing negative sign
    • Fix wonky indent
    • Fix formatting issues
  • Fix: OakD Parameters

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange

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

clearpath_config package from clearpath_config repo

clearpath_config

ROS Distro
humble

Package Summary

Version 0.3.3
License BSD-3
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clearpathrobotics/clearpath_config.git
VCS Type git
VCS Version main
Last Updated 2024-09-29
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Clearpath Configuration YAML Parser and Writer

Maintainers

  • Luis Camero

Authors

No additional authors.

clearpath_config

Clearpath Configuration YAML Parser

Find documentation on the Clearpath Configuration YAML and more about the Clearpath ROS 2 System on the Clearpath Documentation webpage.

Configration Examples

Under the sample folder there are example configurations that can be used as the starting point of your robot.yaml.

Unit Tests

All unit tests are written using PyTest following the Good Integration Practices.

Therefore, clearpath_config_test is a package that mirrors the clearpath_config package structure. Each file from clearpath_config that is to be tested should have a corresponding file with the same name and the suffix _test.py.

To run the tests:

cd .../clearpath_config
python3 -m pytest

PyTest will automatically search for the suffix _test throughout the current directory and run the tests.

CHANGELOG

Changelog for package clearpath_config

0.3.3 (2024-09-29)

  • Allow all parameters to be modified
  • Contributors: Luis Camero

0.3.2 (2024-09-23)

  • Alphabetically order packages
  • Add manipulators to setup
  • Contributors: Luis Camero

0.3.1 (2024-09-19)

  • Fix battery in r100 sample
  • Contributors: Luis Camero

0.3.0 (2024-09-19)

  • Add samples to setup.py

  • Remove empty line in D150 attachments

  • Height parameters for tower shoulder

  • FAMS, HAMS, and Tower as separate attachments

  • Add height parameter to Dingo top plate

  • Add samples for Dingo O and Ridgeback

  • 0.3 Release Candidate with Main Changes (#73)

    • Renamed node to intel_realsense in config
    • Changes.
    • 0.2.8
    • Added Zed as type of camera
    • Added Zed to configuration
    • Changes.
    • 0.2.9
    • Updated Realsense parameters
    • Updated Microstrain link parameter
    • Changes.
    • 0.2.10
    • Adds GQ7 as possible sensor
    • Changes.

    * 0.2.11

    Co-authored-by: Tony Baltovski <<tbaltovski@clearpathrobotics.com>> Co-authored-by: robbiefish <<rob.fisher@hbkworld.com>>

  • Fix ridgeback battery configuration

  • 0.2.8

  • Changes.

  • Renamed node to intel_realsense in config

  • 0.2.7

  • Changes.

  • W200 attachments default to 0

  • Re-added host and namespace

  • Minimal samples.

  • Removed long line

  • Added launch to extras

  • 0.2.6

  • Changes.

  • Switched local server to be referenced as loopback in the ROS_DISCOVERY_SERVER envar

  • Add discovery server support

  • assertion error if the hostname is blank (otherwise causes an invalid index exception)

  • Add localhost field which is set automatically

  • Reformat hosts section to single list of all computers

  • 0.2.5

  • Changes.

  • Added battery launch arguments to support launching the valence bms node

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged clearpath_config at Robotics Stack Exchange