Package Summary

Tags No category tags.
Version 0.18.9
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version humble
Last Updated 2024-04-24
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Audrow Nash
  • Michael Jeronimo

Authors

  • Dirk Thomas
  • Mabel Zhang
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2param

0.18.9 (2024-02-16)

0.18.8 (2024-01-24)

0.18.7 (2023-07-18)

  • Update ros2 param dump dosctring. (#837) (#840)
  • Contributors: mergify[bot]

0.18.6 (2023-04-25)

0.18.5 (2023-01-10)

0.18.4 (2022-11-07)

0.18.3 (2022-04-08)

0.18.2 (2022-03-30)

  • Add timeout to kill hanging tests (#701)
  • Contributors: Audrow Nash

0.18.1 (2022-03-28)

0.18.0 (2022-03-01)

0.17.1 (2022-01-25)

0.17.0 (2022-01-25)

0.16.1 (2022-01-14)

0.16.0 (2022-01-14)

  • Fix how ros2 param interprets command-line arguments. (#684)
  • Contributors: Chris Lalancette

0.15.0 (2021-11-18)

  • Update maintainers to Aditya Pande, Audrow Nash, and Michael Jeronimo (#673)
  • Updated maintainers (#670)
  • Removed redundant code (#666)
  • Reapply #659 (#661)
  • Fix flaky ros2 param list (#656)
  • Skip None Result (#646)
  • add \'--write\' option to avoid an unintentional data loss. (#638)
  • Add changelogs (#635)
  • Contributors: Aditya Pande, Audrow Nash, Ivan Santiago Paunovic, Jacob Perron, Jay Wang, Tomoya Fujita

0.14.0 (2021-04-26)

0.13.0 (2021-04-06)

0.12.0 (2021-03-02)

  • Make the ros2param --filter test more reliable. (#606)
  • Add wildcard loading to ros2 param load. (#602)
  • Ros2 param dump/load should use fully qualified node names. (#600)
  • Add --filter options for \'ros2 param list\'. (#592)
  • Remove maintainer. (#597)
  • Add rosparam verb load. (#590)
  • Add Audrow as a maintainer. (#591)
  • Contributors: Audrow Nash, Claire Wang, Ivan Santiago Paunovic, Victor Lopez

0.11.0 (2021-01-25)

0.10.1 (2020-12-08)

0.10.0 (2020-11-02)

  • Add \"--param-type\" option to ros2param list. (#572)
  • Update maintainers. (#568)
  • Contributors: Claire Wang, tomoya

0.9.5 (2020-06-01)

0.9.4 (2020-05-26)

  • Avoid array.array in ros2 param output. (#508)
  • Contributors: Michel Hidalgo

0.9.3 (2020-05-13)

0.9.2 (2020-05-08)

0.9.1 (2020-05-06)

0.9.0 (2020-04-29)

  • [ros2param] Convert test_verb_dump into launch test. (#485) Fixes https://github.com/ros2/ros2cli/issues/480 The actual tests are the same, except with the use of launch_testing we ensure the CLI daemon is restarted between tests. This follows a similar pattern as the other ros2cli tests. In addition to converting to launch tests, this change also runs the tests for all RMW implementations. For now, we are skipping tests on Windows. Other CLI tests are skipped on Windows since https://github.com/ros2/ros2cli/pull/489. To be reverted when https://github.com/ros2/build_farmer/issues/248 is resolved.
  • Do not wait for entire timeout. (#486) Follow-up to #481 This makes the tests faster.
  • [ros2param] Add timeout to ros2param list. (#469)
  • [ros2param] Wait for discovery before running tests. (#481) Fixes #480. Catch expected exceptions from rclpy (or transitively as xmlrpc.client.Fault) while we wait for discovery in the test setup.
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Use f-string. (#448)
    • Use f-string
    • Remove unused variable
  • Fix ros2param tests. (#441)
  • Only load required entry points which improves the performance. (#436)
    • Extend API to exclude extensions from loading
    • Add add_subparsers_on_demand() function
    • Update all extensions to use the new API
    • Deprecate old API, add deprecation warnings
  • Contributors: Dirk Thomas, DongheeYe, Jacob Perron

0.8.6 (2019-11-19)

0.8.5 (2019-11-14)

  • 0.8.5
  • Contributors: Shane Loretz

0.8.4 (2019-11-13)

  • 0.8.4
  • Contributors: Michael Carroll

0.8.3 (2019-10-23)

  • 0.8.3
  • Add ros2 param describe. (#367)
    • Add ros2 param describe
    • Fix linter
  • Add completion for parameter name arguments. (#364)
    • Add completion for parameter name arguments
    • Style
    • Add parameter name completion for set
  • Contributors: Dirk Thomas, Shane Loretz

0.8.2 (2019-10-08)

  • 0.8.2
  • Contributors: Dirk Thomas

0.8.1 (2019-10-04)

  • 0.8.1
  • Contributors: Michael Carroll

0.8.0 (2019-09-26)

  • Install resource marker file for packages. (#339)
  • Update setup.py version. (#331) Versions now match latest tag and package.xml.
  • Install package manifest. (#330)
  • Adjusting ros2param tests to take into account automatic declaration of \'use_sim_time\' parameter. (#307)
  • Add param dump <node-name>. (#285)
    • Wip param dump
    • Default path & cleanup
    • Wip test verb dump
    • Rm spin_once
    • Nested namespaces
    • Cleaning up
    • Multithread the test
    • Todo use PARAMETER_SEPARATOR_STRING
    • Test comp generate<->expected param file
    • Lipstick
    • Use proper PARAMETER_SEPARATOR_STRING
    • Mv common code to api
    • Rename param output-dir
    • Rm line breaks
    • Raise rather than print
    • Rm useless import
    • Raise rather than print
    • Add --print option
    • Prepend node namespace to output filename
    • Preempted -> preempt
    • \"w\" -> \'w\'
    • Output file using fully qualified node name
    • Fix linter tests
    • Relaxe --print preempt test
  • Contributors: Dirk Thomas, Jacob Perron, Jeremie Deray, Juan Ignacio Ubeira

0.7.4 (2019-05-29)

  • Fix param list for hidden nodes. (#268)
  • Fix param list for nodes which don\'t have the service. (#265)
  • Contributors: Dirk Thomas

0.7.3 (2019-05-20)

0.7.2 (2019-05-08)

  • Add xmllint linter test. (#232)
    • Add xmllint test to ament_python packages
    • Cover new packages as well
  • Use yaml.safe_load (round2). (#229)
    • Use yaml.safe_load (round2)
    • Without the typo
  • Add capability to use ros2 param set for array types. (#199)
    • Add tests for converting string values to parameter types
    • Use YAML parsing to convert parameters to correct type
    • Do not perform redundant type conversions
    • Fix import ordering
    • Use single quotes instead of double
    • Prevent unnecessary list comprehensions
    • Consolidate similar tests into single paramatrized function
    • Remove obsolete functions
    • Expect array.array for numerics
  • Contributors: Mikael Arguedas, sgvandijk

0.7.1 (2019-04-17)

0.7.0 (2019-04-14)

0.6.3 (2019-02-08)

0.6.2 (2018-12-12)

  • Add slash for node name. (#179)
    • Add slash for node name
    • Check for forward slash in ros2param
    • Use get_absolute_node_name function
  • Contributors: Karsten Knese

0.6.1 (2018-12-06)

  • 0.6.1 bump package.xml, setup.py and setup.cfg versions
  • Contributors: Shane Loretz

0.6.0 (2018-11-19)

  • Node name with namespace. (#146)
  • Contributors: Dirk Thomas

0.5.4 (2018-08-20)

  • Add support for parameter prefixes in ros2 param list. (#131)
    • Add support for parameter prefix in ros2 param list
    • Require at least 1 prefix and simplify logic
  • Remove apparently unused yaml dependency. (#130)
  • Contributors: Mikael Arguedas

0.5.3 (2018-07-17)

0.5.2 (2018-06-28)

0.5.1 (2018-06-27 12:27)

0.5.0 (2018-06-27 12:17)

  • Specific message for unset parameters. (#104)
  • Update ros2 param list output for a specific node. (#98)
  • Add ros2 param. (#95)
    • Add ros2 param
    • Remove debug output
    • Add rcl_interfaces dependency instead of relying on it transitively
    • Typo
    • Check if value is None regardless of the hide type value
    • Return error when requested paraemeter is not set
    • Remove condition
  • Contributors: Dirk Thomas, dhood

0.4.0 (2017-12-08)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.25.6
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version iron
Last Updated 2024-04-24
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Audrow Nash
  • Geoffrey Biggs

Authors

  • Aditya Pande
  • Dirk Thomas
  • Mabel Zhang
  • Michael Jeronimo
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2param

0.25.6 (2024-04-19)

  • ros2 param dump should handle empty list as exception. (#882)
  • Contributors: Tomoya Fujita

0.25.5 (2024-02-07)

0.25.4 (2023-11-17)

0.25.3 (2023-09-08)

  • Fix tests with get_type_description service and param present (#839)
  • Contributors: Emerson Knapp

0.25.2 (2023-07-14)

  • Update ros2 param dump dosctring. (#841)
  • Contributors: Murilo M Marinho

0.25.1 (2023-05-11)

0.25.0 (2023-04-18)

  • remove deprecated options (#824)
  • Make all of the dependencies in pure Python packages exec_depend. (#823)
  • Contributors: Chris Lalancette, Tomoya Fujita

0.24.1 (2023-04-12)

0.24.0 (2023-04-11)

0.23.0 (2023-03-02)

  • add timeout option for ros2param to find node. (#802)
  • Contributors: Tomoya Fujita

0.22.0 (2023-02-14)

  • Fix printing of integer and double arrays. (#804)
  • [rolling] Update maintainers - 2022-11-07 (#776)
  • Contributors: Audrow Nash, Chris Lalancette

0.21.0 (2022-11-02)

0.20.0 (2022-09-13)

  • refactor: make ros2param use rclpy.parameter_client (#716)
  • Contributors: Brian

0.19.0 (2022-04-29)

0.18.3 (2022-04-08)

0.18.2 (2022-03-30)

  • Add timeout to kill hanging tests (#701)
  • Contributors: Audrow Nash

0.18.1 (2022-03-28)

0.18.0 (2022-03-01)

0.17.1 (2022-01-25)

0.17.0 (2022-01-25)

0.16.1 (2022-01-14)

0.16.0 (2022-01-14)

  • Fix how ros2 param interprets command-line arguments. (#684)
  • Contributors: Chris Lalancette

0.15.0 (2021-11-18)

  • Update maintainers to Aditya Pande, Audrow Nash, and Michael Jeronimo (#673)
  • Updated maintainers (#670)
  • Removed redundant code (#666)
  • Reapply #659 (#661)
  • Fix flaky ros2 param list (#656)
  • Skip None Result (#646)
  • add \'--write\' option to avoid an unintentional data loss. (#638)
  • Add changelogs (#635)
  • Contributors: Aditya Pande, Audrow Nash, Ivan Santiago Paunovic, Jacob Perron, Jay Wang, Tomoya Fujita

0.14.0 (2021-04-26)

0.13.0 (2021-04-06)

0.12.0 (2021-03-02)

  • Make the ros2param --filter test more reliable. (#606)
  • Add wildcard loading to ros2 param load. (#602)
  • Ros2 param dump/load should use fully qualified node names. (#600)
  • Add --filter options for \'ros2 param list\'. (#592)
  • Remove maintainer. (#597)
  • Add rosparam verb load. (#590)
  • Add Audrow as a maintainer. (#591)
  • Contributors: Audrow Nash, Claire Wang, Ivan Santiago Paunovic, Victor Lopez

0.11.0 (2021-01-25)

0.10.1 (2020-12-08)

0.10.0 (2020-11-02)

  • Add \"--param-type\" option to ros2param list. (#572)
  • Update maintainers. (#568)
  • Contributors: Claire Wang, tomoya

0.9.5 (2020-06-01)

0.9.4 (2020-05-26)

  • Avoid array.array in ros2 param output. (#508)
  • Contributors: Michel Hidalgo

0.9.3 (2020-05-13)

0.9.2 (2020-05-08)

0.9.1 (2020-05-06)

0.9.0 (2020-04-29)

  • [ros2param] Convert test_verb_dump into launch test. (#485) Fixes https://github.com/ros2/ros2cli/issues/480 The actual tests are the same, except with the use of launch_testing we ensure the CLI daemon is restarted between tests. This follows a similar pattern as the other ros2cli tests. In addition to converting to launch tests, this change also runs the tests for all RMW implementations. For now, we are skipping tests on Windows. Other CLI tests are skipped on Windows since https://github.com/ros2/ros2cli/pull/489. To be reverted when https://github.com/ros2/build_farmer/issues/248 is resolved.
  • Do not wait for entire timeout. (#486) Follow-up to #481 This makes the tests faster.
  • [ros2param] Add timeout to ros2param list. (#469)
  • [ros2param] Wait for discovery before running tests. (#481) Fixes #480. Catch expected exceptions from rclpy (or transitively as xmlrpc.client.Fault) while we wait for discovery in the test setup.
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Use f-string. (#448)
    • Use f-string
    • Remove unused variable
  • Fix ros2param tests. (#441)
  • Only load required entry points which improves the performance. (#436)
    • Extend API to exclude extensions from loading
    • Add add_subparsers_on_demand() function
    • Update all extensions to use the new API
    • Deprecate old API, add deprecation warnings
  • Contributors: Dirk Thomas, DongheeYe, Jacob Perron

0.8.6 (2019-11-19)

0.8.5 (2019-11-14)

  • 0.8.5
  • Contributors: Shane Loretz

0.8.4 (2019-11-13)

  • 0.8.4
  • Contributors: Michael Carroll

0.8.3 (2019-10-23)

  • 0.8.3
  • Add ros2 param describe. (#367)
    • Add ros2 param describe
    • Fix linter
  • Add completion for parameter name arguments. (#364)
    • Add completion for parameter name arguments
    • Style
    • Add parameter name completion for set
  • Contributors: Dirk Thomas, Shane Loretz

0.8.2 (2019-10-08)

  • 0.8.2
  • Contributors: Dirk Thomas

0.8.1 (2019-10-04)

  • 0.8.1
  • Contributors: Michael Carroll

0.8.0 (2019-09-26)

  • Install resource marker file for packages. (#339)
  • Update setup.py version. (#331) Versions now match latest tag and package.xml.
  • Install package manifest. (#330)
  • Adjusting ros2param tests to take into account automatic declaration of \'use_sim_time\' parameter. (#307)
  • Add param dump <node-name>. (#285)
    • Wip param dump
    • Default path & cleanup
    • Wip test verb dump
    • Rm spin_once
    • Nested namespaces
    • Cleaning up
    • Multithread the test
    • Todo use PARAMETER_SEPARATOR_STRING
    • Test comp generate<->expected param file
    • Lipstick
    • Use proper PARAMETER_SEPARATOR_STRING
    • Mv common code to api
    • Rename param output-dir
    • Rm line breaks
    • Raise rather than print
    • Rm useless import
    • Raise rather than print
    • Add --print option
    • Prepend node namespace to output filename
    • Preempted -> preempt
    • \"w\" -> \'w\'
    • Output file using fully qualified node name
    • Fix linter tests
    • Relaxe --print preempt test
  • Contributors: Dirk Thomas, Jacob Perron, Jeremie Deray, Juan Ignacio Ubeira

0.7.4 (2019-05-29)

  • Fix param list for hidden nodes. (#268)
  • Fix param list for nodes which don\'t have the service. (#265)
  • Contributors: Dirk Thomas

0.7.3 (2019-05-20)

0.7.2 (2019-05-08)

  • Add xmllint linter test. (#232)
    • Add xmllint test to ament_python packages
    • Cover new packages as well
  • Use yaml.safe_load (round2). (#229)
    • Use yaml.safe_load (round2)
    • Without the typo
  • Add capability to use ros2 param set for array types. (#199)
    • Add tests for converting string values to parameter types
    • Use YAML parsing to convert parameters to correct type
    • Do not perform redundant type conversions
    • Fix import ordering
    • Use single quotes instead of double
    • Prevent unnecessary list comprehensions
    • Consolidate similar tests into single paramatrized function
    • Remove obsolete functions
    • Expect array.array for numerics
  • Contributors: Mikael Arguedas, sgvandijk

0.7.1 (2019-04-17)

0.7.0 (2019-04-14)

0.6.3 (2019-02-08)

0.6.2 (2018-12-12)

  • Add slash for node name. (#179)
    • Add slash for node name
    • Check for forward slash in ros2param
    • Use get_absolute_node_name function
  • Contributors: Karsten Knese

0.6.1 (2018-12-06)

  • 0.6.1 bump package.xml, setup.py and setup.cfg versions
  • Contributors: Shane Loretz

0.6.0 (2018-11-19)

  • Node name with namespace. (#146)
  • Contributors: Dirk Thomas

0.5.4 (2018-08-20)

  • Add support for parameter prefixes in ros2 param list. (#131)
    • Add support for parameter prefix in ros2 param list
    • Require at least 1 prefix and simplify logic
  • Remove apparently unused yaml dependency. (#130)
  • Contributors: Mikael Arguedas

0.5.3 (2018-07-17)

0.5.2 (2018-06-28)

0.5.1 (2018-06-27 12:27)

0.5.0 (2018-06-27 12:17)

  • Specific message for unset parameters. (#104)
  • Update ros2 param list output for a specific node. (#98)
  • Add ros2 param. (#95)
    • Add ros2 param
    • Remove debug output
    • Add rcl_interfaces dependency instead of relying on it transitively
    • Typo
    • Check if value is None regardless of the hide type value
    • Return error when requested paraemeter is not set
    • Remove condition
  • Contributors: Dirk Thomas, dhood

0.4.0 (2017-12-08)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.32.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version rolling
Last Updated 2024-04-24
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Audrow Nash
  • Geoffrey Biggs

Authors

  • Aditya Pande
  • Dirk Thomas
  • Mabel Zhang
  • Michael Jeronimo
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2param

0.32.0 (2024-04-16)

0.31.2 (2024-03-27)

  • ros2 param dump should handle empty list as exception. (#881)
  • Contributors: Tomoya Fujita

0.31.1 (2024-02-07)

0.31.0 (2024-01-24)

0.30.1 (2023-12-26)

0.30.0 (2023-11-06)

  • Warning: get_parameter_value() is deprecated. (#866)
  • Contributors: Tomoya Fujita

0.29.1 (2023-10-04)

0.29.0 (2023-08-21)

0.28.0 (2023-07-11)

  • Fix tests with get_type_description service and param present (#838)
  • Update ros2 param dump dosctring. (#837)
  • Contributors: Emerson Knapp, Murilo M Marinho

0.27.0 (2023-06-07)

0.26.1 (2023-05-11)

0.26.0 (2023-04-28)

0.25.0 (2023-04-18)

  • remove deprecated options (#824)
  • Make all of the dependencies in pure Python packages exec_depend. (#823)
  • Contributors: Chris Lalancette, Tomoya Fujita

0.24.1 (2023-04-12)

0.24.0 (2023-04-11)

0.23.0 (2023-03-02)

  • add timeout option for ros2param to find node. (#802)
  • Contributors: Tomoya Fujita

0.22.0 (2023-02-14)

  • Fix printing of integer and double arrays. (#804)
  • [rolling] Update maintainers - 2022-11-07 (#776)
  • Contributors: Audrow Nash, Chris Lalancette

0.21.0 (2022-11-02)

0.20.0 (2022-09-13)

  • refactor: make ros2param use rclpy.parameter_client (#716)
  • Contributors: Brian

0.19.0 (2022-04-29)

0.18.3 (2022-04-08)

0.18.2 (2022-03-30)

  • Add timeout to kill hanging tests (#701)
  • Contributors: Audrow Nash

0.18.1 (2022-03-28)

0.18.0 (2022-03-01)

0.17.1 (2022-01-25)

0.17.0 (2022-01-25)

0.16.1 (2022-01-14)

0.16.0 (2022-01-14)

  • Fix how ros2 param interprets command-line arguments. (#684)
  • Contributors: Chris Lalancette

0.15.0 (2021-11-18)

  • Update maintainers to Aditya Pande, Audrow Nash, and Michael Jeronimo (#673)
  • Updated maintainers (#670)
  • Removed redundant code (#666)
  • Reapply #659 (#661)
  • Fix flaky ros2 param list (#656)
  • Skip None Result (#646)
  • add \'--write\' option to avoid an unintentional data loss. (#638)
  • Add changelogs (#635)
  • Contributors: Aditya Pande, Audrow Nash, Ivan Santiago Paunovic, Jacob Perron, Jay Wang, Tomoya Fujita

0.14.0 (2021-04-26)

0.13.0 (2021-04-06)

0.12.0 (2021-03-02)

  • Make the ros2param --filter test more reliable. (#606)
  • Add wildcard loading to ros2 param load. (#602)
  • Ros2 param dump/load should use fully qualified node names. (#600)
  • Add --filter options for \'ros2 param list\'. (#592)
  • Remove maintainer. (#597)
  • Add rosparam verb load. (#590)
  • Add Audrow as a maintainer. (#591)
  • Contributors: Audrow Nash, Claire Wang, Ivan Santiago Paunovic, Victor Lopez

0.11.0 (2021-01-25)

0.10.1 (2020-12-08)

0.10.0 (2020-11-02)

  • Add \"--param-type\" option to ros2param list. (#572)
  • Update maintainers. (#568)
  • Contributors: Claire Wang, tomoya

0.9.5 (2020-06-01)

0.9.4 (2020-05-26)

  • Avoid array.array in ros2 param output. (#508)
  • Contributors: Michel Hidalgo

0.9.3 (2020-05-13)

0.9.2 (2020-05-08)

0.9.1 (2020-05-06)

0.9.0 (2020-04-29)

  • [ros2param] Convert test_verb_dump into launch test. (#485) Fixes https://github.com/ros2/ros2cli/issues/480 The actual tests are the same, except with the use of launch_testing we ensure the CLI daemon is restarted between tests. This follows a similar pattern as the other ros2cli tests. In addition to converting to launch tests, this change also runs the tests for all RMW implementations. For now, we are skipping tests on Windows. Other CLI tests are skipped on Windows since https://github.com/ros2/ros2cli/pull/489. To be reverted when https://github.com/ros2/build_farmer/issues/248 is resolved.
  • Do not wait for entire timeout. (#486) Follow-up to #481 This makes the tests faster.
  • [ros2param] Add timeout to ros2param list. (#469)
  • [ros2param] Wait for discovery before running tests. (#481) Fixes #480. Catch expected exceptions from rclpy (or transitively as xmlrpc.client.Fault) while we wait for discovery in the test setup.
  • More verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • Use f-string. (#448)
    • Use f-string
    • Remove unused variable
  • Fix ros2param tests. (#441)
  • Only load required entry points which improves the performance. (#436)
    • Extend API to exclude extensions from loading
    • Add add_subparsers_on_demand() function
    • Update all extensions to use the new API
    • Deprecate old API, add deprecation warnings
  • Contributors: Dirk Thomas, DongheeYe, Jacob Perron

0.8.6 (2019-11-19)

0.8.5 (2019-11-14)

  • 0.8.5
  • Contributors: Shane Loretz

0.8.4 (2019-11-13)

  • 0.8.4
  • Contributors: Michael Carroll

0.8.3 (2019-10-23)

  • 0.8.3
  • Add ros2 param describe. (#367)
    • Add ros2 param describe
    • Fix linter
  • Add completion for parameter name arguments. (#364)
    • Add completion for parameter name arguments
    • Style
    • Add parameter name completion for set
  • Contributors: Dirk Thomas, Shane Loretz

0.8.2 (2019-10-08)

  • 0.8.2
  • Contributors: Dirk Thomas

0.8.1 (2019-10-04)

  • 0.8.1
  • Contributors: Michael Carroll

0.8.0 (2019-09-26)

  • Install resource marker file for packages. (#339)
  • Update setup.py version. (#331) Versions now match latest tag and package.xml.
  • Install package manifest. (#330)
  • Adjusting ros2param tests to take into account automatic declaration of \'use_sim_time\' parameter. (#307)
  • Add param dump <node-name>. (#285)
    • Wip param dump
    • Default path & cleanup
    • Wip test verb dump
    • Rm spin_once
    • Nested namespaces
    • Cleaning up
    • Multithread the test
    • Todo use PARAMETER_SEPARATOR_STRING
    • Test comp generate<->expected param file
    • Lipstick
    • Use proper PARAMETER_SEPARATOR_STRING
    • Mv common code to api
    • Rename param output-dir
    • Rm line breaks
    • Raise rather than print
    • Rm useless import
    • Raise rather than print
    • Add --print option
    • Prepend node namespace to output filename
    • Preempted -> preempt
    • \"w\" -> \'w\'
    • Output file using fully qualified node name
    • Fix linter tests
    • Relaxe --print preempt test
  • Contributors: Dirk Thomas, Jacob Perron, Jeremie Deray, Juan Ignacio Ubeira

0.7.4 (2019-05-29)

  • Fix param list for hidden nodes. (#268)
  • Fix param list for nodes which don\'t have the service. (#265)
  • Contributors: Dirk Thomas

0.7.3 (2019-05-20)

0.7.2 (2019-05-08)

  • Add xmllint linter test. (#232)
    • Add xmllint test to ament_python packages
    • Cover new packages as well
  • Use yaml.safe_load (round2). (#229)
    • Use yaml.safe_load (round2)
    • Without the typo
  • Add capability to use ros2 param set for array types. (#199)
    • Add tests for converting string values to parameter types
    • Use YAML parsing to convert parameters to correct type
    • Do not perform redundant type conversions
    • Fix import ordering
    • Use single quotes instead of double
    • Prevent unnecessary list comprehensions
    • Consolidate similar tests into single paramatrized function
    • Remove obsolete functions
    • Expect array.array for numerics
  • Contributors: Mikael Arguedas, sgvandijk

0.7.1 (2019-04-17)

0.7.0 (2019-04-14)

0.6.3 (2019-02-08)

0.6.2 (2018-12-12)

  • Add slash for node name. (#179)
    • Add slash for node name
    • Check for forward slash in ros2param
    • Use get_absolute_node_name function
  • Contributors: Karsten Knese

0.6.1 (2018-12-06)

  • 0.6.1 bump package.xml, setup.py and setup.cfg versions
  • Contributors: Shane Loretz

0.6.0 (2018-11-19)

  • Node name with namespace. (#146)
  • Contributors: Dirk Thomas

0.5.4 (2018-08-20)

  • Add support for parameter prefixes in ros2 param list. (#131)
    • Add support for parameter prefix in ros2 param list
    • Require at least 1 prefix and simplify logic
  • Remove apparently unused yaml dependency. (#130)
  • Contributors: Mikael Arguedas

0.5.3 (2018-07-17)

0.5.2 (2018-06-28)

0.5.1 (2018-06-27 12:27)

0.5.0 (2018-06-27 12:17)

  • Specific message for unset parameters. (#104)
  • Update ros2 param list output for a specific node. (#98)
  • Add ros2 param. (#95)
    • Add ros2 param
    • Remove debug output
    • Add rcl_interfaces dependency instead of relying on it transitively
    • Typo
    • Check if value is None regardless of the hide type value
    • Return error when requested paraemeter is not set
    • Remove condition
  • Contributors: Dirk Thomas, dhood

0.4.0 (2017-12-08)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 0.5.4
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version bouncy
Last Updated 2018-08-22
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.6.3
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version crystal
Last Updated 2019-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.8
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version eloquent
Last Updated 2020-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.7.11
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version dashing
Last Updated 2020-07-11
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.13.5
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Mabel Zhang
  • Audrow Nash

Authors

  • Dirk Thomas
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2param

0.13.5 (2022-12-02)

  • Mark test verb load, list and dump as xfail (#773)
  • Contributors: Crist

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.9.13
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/ros2cli.git
VCS Type git
VCS Version foxy
Last Updated 2023-03-16
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The param command for ROS 2 command line tools.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package ros2param

0.9.13 (2023-03-16)

  • Added changelogs
  • Contributors: Dharini Dutia

0.9.12 (2022-09-12)

0.9.11 (2022-01-31)

0.9.10 (2021-10-05)

  • Fix flaky ros2 param list (#656) (#664)
  • Contributors: Jacob Perron

0.9.9 (2021-03-24)

  • 0.9.9
  • Add wildcard loading to ros2 param load (#602)
  • ros2 param dump/load should use fully qualified node names (#600)
  • Add rosparam verb load (#590)
  • Contributors: Audrow Nash, Ivan Santiago Paunovic, Victor Lopez

0.9.8 (2020-12-08)

0.9.7 (2020-07-07)

0.9.6 (2020-06-23)

0.9.5 (2020-06-01)

0.9.4 (2020-05-26)

  • Avoid array.array in ros2 param output. (#508)
  • Contributors: Michel Hidalgo

0.9.3 (2020-05-13)

0.9.2 (2020-05-08)

0.9.1 (2020-05-06)

0.9.0 (2020-04-29)

  • [ros2param] Convert test_verb_dump into launch test (#485)
  • Do not wait for entire timeout (#486)
  • [ros2param] Add timeout to ros2param list (#469)
  • [ros2param] Wait for discovery before running tests (#481)
  • more verbose test_flake8 error messages (same as ros2/launch_ros#135)
  • use f-string (#448)
  • fix ros2param tests (#441)
  • only load required entry points which improves the performance (#436)
  • Contributors: Dirk Thomas, DongheeYe, Jacob Perron

0.8.6 (2019-11-19)

0.8.5 (2019-11-14)

  • 0.8.5
  • Contributors: Shane Loretz

0.8.4 (2019-11-13)

  • 0.8.4
  • Contributors: Michael Carroll

0.8.3 (2019-10-23)

  • 0.8.3
  • add ros2 param describe (#367)
  • add completion for parameter name arguments (#364)
  • Contributors: Dirk Thomas, Shane Loretz

0.8.2 (2019-10-08)

  • 0.8.2
  • Contributors: Dirk Thomas

0.8.1 (2019-10-04)

  • 0.8.1
  • Contributors: Michael Carroll

0.8.0 (2019-09-26)

  • install resource marker file for packages (#339)
  • Update setup.py version (#331)
  • install package manifest (#330)
  • Adjusting ros2param tests to take into account automatic declaration of \'use_sim_time\' parameter. (#307)
  • Add param dump <node-name> (#285)
  • Contributors: Dirk Thomas, Jacob Perron, Jeremie Deray, Juan Ignacio Ubeira

0.7.4 (2019-05-29)

  • fix param list for hidden nodes (#268)
  • fix param list for nodes which don\'t have the service (#265)
  • Contributors: Dirk Thomas

0.7.3 (2019-05-20)

0.7.2 (2019-05-08)

  • add xmllint linter test (#232)
  • use yaml.safe_load (round2) (#229)
  • Add capability to use ros2 param set for array types (#199)
  • Contributors: Mikael Arguedas, sgvandijk

0.7.1 (2019-04-17)

0.7.0 (2019-04-14)

0.6.3 (2019-02-08)

0.6.2 (2018-12-12)

  • add slash for node name (#179)
  • Contributors: Karsten Knese

0.6.1 (2018-12-06)

  • 0.6.1
  • Contributors: Shane Loretz

0.6.0 (2018-11-19)

  • node name with namespace (#146)
  • Contributors: Dirk Thomas

0.5.4 (2018-08-20)

  • add support for parameter prefixes in ros2 param list (#131)
  • remove apparently unused yaml dependency (#130)
  • Contributors: Mikael Arguedas

0.5.3 (2018-07-17)

0.5.2 (2018-06-28)

0.5.1 (2018-06-27 12:27)

0.5.0 (2018-06-27 12:17)

  • Specific message for unset parameters (#104)
  • update ros2 param list output for a specific node (#98)
  • add ros2 param (#95)
  • Contributors: Dirk Thomas, dhood

0.4.0 (2017-12-08)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2param at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.