Package Summary

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

Repository Summary

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

Package Description

Test command line arguments passed to ros2 executables.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Shane Loretz

Authors

  • Shane Loretz
  • Jacob Perron
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package test_cli

0.12.4 (2023-11-21)

0.12.3 (2022-04-05)

0.12.2 (2022-03-28)

0.12.1 (2022-01-13)

0.12.0 (2021-11-18)

  • Updated maintainers (#489)
  • Add changelogs (#473)
  • Contributors: Aditya Pande, Ivan Santiago Paunovic

0.11.1 (2021-04-26)

0.11.0 (2021-04-06)

0.10.0 (2021-03-18)

  • Update maintainers. (#450)
  • Enable -Wall, -Wextra, and -Wpedantic. (#447)
  • Contributors: Audrow Nash, Jacob Perron

0.9.1 (2020-07-06)

0.9.0 (2020-06-04)

0.8.0 (2019-11-20)

  • 0.8.0
  • Promote special CLI rules to flags. (#385)
  • Use of -r/--remap flags where appropriate. (#384)
  • Adapt to \'--ros-args ... [--]\'-based ROS args extraction. (#381)
    • Use --ros-args in test_cli package tests.
    • Use --ros-args in test_cli_remapping package tests.
  • Remove the test_cli dependency on launch. (#375) It never uses it, so we don\'t need it.
  • [test_cli] don\'t fail the build if the test is missing. (#371)
  • Contributors: Chris Lalancette, Michael Carroll, Michel Hidalgo, Mikael Arguedas

0.7.1 (2019-05-29)

  • Update to use new parameter option names. (#370)
  • Contributors: William Woodall

0.7.0 (2019-05-20)

  • Disable long term flaky test test_params_yaml. (#369)
  • Declaring initial parameters. (#358)
  • Merge pull request #356 from ros2/issue/321_enhance_parameter_api
  • Using new parameter API; allowing undeclared parameters.
  • Read only parameters. (#278)
    • Expect declared parameters + use_sim_time
    • Replace create_parameter with declare_parameter
    • Expect declared parameters + use_sim_time
    • Replace create_parameter with declare_parameter
    • Fixup node constructor now that we have NodeOptions
    • Cleanup test_parameters_server.cpp
    • Silence warnings for tests of deprecated methods
    • Remove redundant test (now lives in rclcpp\'s test_node.cpp)
    • Fixup tests
    • Extend deprecation warning suppression to support Windows too
    • Use option to allow declaring of parameters via yaml file for test
  • Fixes a failing test introduced by the switch to array.array. (#341)
  • Contributors: Dirk Thomas, Juan Ignacio Ubeira, Shane Loretz

0.6.0 (2018-12-14)

  • Test parameter behavior for rclpy nodes. (#293)
  • Use debug python executable on windows. (#281)
    • Use debug python executable on windows
    • Get python debug executable from pythonextra
  • Test initializing parameters from command line. (#274)
    • Add test_cli package with tests for __params:= argument
  • Contributors: Shane Loretz, Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Test command line arguments passed to ros2 executables.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

  • Aditya Pande
  • Jacob Perron
  • Shane Loretz
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package test_cli

0.15.3 (2024-02-07)

0.15.2 (2023-07-14)

0.15.1 (2023-04-11)

0.15.0 (2023-02-13)

  • Update the system tests to C++17. (#510)
  • [rolling] Update maintainers - 2022-11-07 (#509)
  • Contributors: Audrow Nash, Chris Lalancette

0.14.0 (2022-09-13)

0.13.0 (2022-05-04)

0.12.3 (2022-04-05)

0.12.2 (2022-03-28)

0.12.1 (2022-01-13)

0.12.0 (2021-11-18)

  • Updated maintainers (#489)
  • Add changelogs (#473)
  • Contributors: Aditya Pande, Ivan Santiago Paunovic

0.11.1 (2021-04-26)

0.11.0 (2021-04-06)

0.10.0 (2021-03-18)

  • Update maintainers. (#450)
  • Enable -Wall, -Wextra, and -Wpedantic. (#447)
  • Contributors: Audrow Nash, Jacob Perron

0.9.1 (2020-07-06)

0.9.0 (2020-06-04)

0.8.0 (2019-11-20)

  • 0.8.0
  • Promote special CLI rules to flags. (#385)
  • Use of -r/--remap flags where appropriate. (#384)
  • Adapt to \'--ros-args ... [--]\'-based ROS args extraction. (#381)
    • Use --ros-args in test_cli package tests.
    • Use --ros-args in test_cli_remapping package tests.
  • Remove the test_cli dependency on launch. (#375) It never uses it, so we don\'t need it.
  • [test_cli] don\'t fail the build if the test is missing. (#371)
  • Contributors: Chris Lalancette, Michael Carroll, Michel Hidalgo, Mikael Arguedas

0.7.1 (2019-05-29)

  • Update to use new parameter option names. (#370)
  • Contributors: William Woodall

0.7.0 (2019-05-20)

  • Disable long term flaky test test_params_yaml. (#369)
  • Declaring initial parameters. (#358)
  • Merge pull request #356 from ros2/issue/321_enhance_parameter_api
  • Using new parameter API; allowing undeclared parameters.
  • Read only parameters. (#278)
    • Expect declared parameters + use_sim_time
    • Replace create_parameter with declare_parameter
    • Expect declared parameters + use_sim_time
    • Replace create_parameter with declare_parameter
    • Fixup node constructor now that we have NodeOptions
    • Cleanup test_parameters_server.cpp
    • Silence warnings for tests of deprecated methods
    • Remove redundant test (now lives in rclcpp\'s test_node.cpp)
    • Fixup tests
    • Extend deprecation warning suppression to support Windows too
    • Use option to allow declaring of parameters via yaml file for test
  • Fixes a failing test introduced by the switch to array.array. (#341)
  • Contributors: Dirk Thomas, Juan Ignacio Ubeira, Shane Loretz

0.6.0 (2018-12-14)

  • Test parameter behavior for rclpy nodes. (#293)
  • Use debug python executable on windows. (#281)
    • Use debug python executable on windows
    • Get python debug executable from pythonextra
  • Test initializing parameters from command line. (#274)
    • Add test_cli package with tests for __params:= argument
  • Contributors: Shane Loretz, Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Test command line arguments passed to ros2 executables.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

  • Aditya Pande
  • Jacob Perron
  • Shane Loretz
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package test_cli

0.20.1 (2024-03-27)

0.20.0 (2023-12-26)

  • Switch to target_link_libraries everywhere. (#532)
  • Contributors: Chris Lalancette

0.19.0 (2023-10-04)

0.18.0 (2023-09-07)

0.17.1 (2023-08-21)

0.17.0 (2023-07-11)

0.16.1 (2023-05-11)

0.16.0 (2023-04-28)

0.15.1 (2023-04-11)

0.15.0 (2023-02-13)

  • Update the system tests to C++17. (#510)
  • [rolling] Update maintainers - 2022-11-07 (#509)
  • Contributors: Audrow Nash, Chris Lalancette

0.14.0 (2022-09-13)

0.13.0 (2022-05-04)

0.12.3 (2022-04-05)

0.12.2 (2022-03-28)

0.12.1 (2022-01-13)

0.12.0 (2021-11-18)

  • Updated maintainers (#489)
  • Add changelogs (#473)
  • Contributors: Aditya Pande, Ivan Santiago Paunovic

0.11.1 (2021-04-26)

0.11.0 (2021-04-06)

0.10.0 (2021-03-18)

  • Update maintainers. (#450)
  • Enable -Wall, -Wextra, and -Wpedantic. (#447)
  • Contributors: Audrow Nash, Jacob Perron

0.9.1 (2020-07-06)

0.9.0 (2020-06-04)

0.8.0 (2019-11-20)

  • 0.8.0
  • Promote special CLI rules to flags. (#385)
  • Use of -r/--remap flags where appropriate. (#384)
  • Adapt to \'--ros-args ... [--]\'-based ROS args extraction. (#381)
    • Use --ros-args in test_cli package tests.
    • Use --ros-args in test_cli_remapping package tests.
  • Remove the test_cli dependency on launch. (#375) It never uses it, so we don\'t need it.
  • [test_cli] don\'t fail the build if the test is missing. (#371)
  • Contributors: Chris Lalancette, Michael Carroll, Michel Hidalgo, Mikael Arguedas

0.7.1 (2019-05-29)

  • Update to use new parameter option names. (#370)
  • Contributors: William Woodall

0.7.0 (2019-05-20)

  • Disable long term flaky test test_params_yaml. (#369)
  • Declaring initial parameters. (#358)
  • Merge pull request #356 from ros2/issue/321_enhance_parameter_api
  • Using new parameter API; allowing undeclared parameters.
  • Read only parameters. (#278)
    • Expect declared parameters + use_sim_time
    • Replace create_parameter with declare_parameter
    • Expect declared parameters + use_sim_time
    • Replace create_parameter with declare_parameter
    • Fixup node constructor now that we have NodeOptions
    • Cleanup test_parameters_server.cpp
    • Silence warnings for tests of deprecated methods
    • Remove redundant test (now lives in rclcpp\'s test_node.cpp)
    • Fixup tests
    • Extend deprecation warning suppression to support Windows too
    • Use option to allow declaring of parameters via yaml file for test
  • Fixes a failing test introduced by the switch to array.array. (#341)
  • Contributors: Dirk Thomas, Juan Ignacio Ubeira, Shane Loretz

0.6.0 (2018-12-14)

  • Test parameter behavior for rclpy nodes. (#293)
  • Use debug python executable on windows. (#281)
    • Use debug python executable on windows
    • Get python debug executable from pythonextra
  • Test initializing parameters from command line. (#274)
    • Add test_cli package with tests for __params:= argument
  • Contributors: Shane Loretz, Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_cli 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.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.

Package Summary

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

Repository Summary

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

Package Description

Test command line arguments passed to ros2 executables.

Additional Links

No additional links.

Maintainers

  • Jacob Perron
  • William Woodall

Authors

  • Shane Loretz
README
No README found. See repository README.
CHANGELOG

Changelog for package test_cli

0.11.2 (2022-12-06)

  • Add changelogs (#474)
  • Contributors: Ivan Santiago Paunovic

0.11.1 (2021-04-26)

0.11.0 (2021-04-06)

0.10.0 (2021-03-18)

  • Update maintainers. (#450)
  • Enable -Wall, -Wextra, and -Wpedantic. (#447)
  • Contributors: Audrow Nash, Jacob Perron

0.9.1 (2020-07-06)

0.9.0 (2020-06-04)

0.8.0 (2019-11-20)

  • 0.8.0
  • Promote special CLI rules to flags. (#385)
  • Use of -r/--remap flags where appropriate. (#384)
  • Adapt to \'--ros-args ... [--]\'-based ROS args extraction. (#381)
    • Use --ros-args in test_cli package tests.
    • Use --ros-args in test_cli_remapping package tests.
  • Remove the test_cli dependency on launch. (#375) It never uses it, so we don\'t need it.
  • [test_cli] don\'t fail the build if the test is missing. (#371)
  • Contributors: Chris Lalancette, Michael Carroll, Michel Hidalgo, Mikael Arguedas

0.7.1 (2019-05-29)

  • Update to use new parameter option names. (#370)
  • Contributors: William Woodall

0.7.0 (2019-05-20)

  • Disable long term flaky test test_params_yaml. (#369)
  • Declaring initial parameters. (#358)
  • Merge pull request #356 from ros2/issue/#321enhance_parameter_api Using new parameter API: allowing undeclared parameters.
  • Using new parameter API; allowing undeclared parameters.
  • Read only parameters. (#278)
    • Expect declared parameters + use_sim_time
    • Replace create_parameter with declare_parameter
    • Expect declared parameters + use_sim_time
    • Replace create_parameter with declare_parameter
    • Fixup node constructor now that we have NodeOptions
    • Cleanup test_parameters_server.cpp
    • Silence warnings for tests of deprecated methods
    • Remove redundant test (now lives in rclcpp\'s test_node.cpp)
    • Fixup tests
    • Extend deprecation warning suppression to support Windows too
    • Use option to allow declaring of parameters via yaml file for test
  • Fixes a failing test introduced by the switch to array.array. (#341)
  • Contributors: Dirk Thomas, Juan Ignacio Ubeira, Shane Loretz

0.6.0 (2018-12-14)

  • Test parameter behavior for rclpy nodes. (#293)
  • Use debug python executable on windows. (#281)
    • Use debug python executable on windows
    • Get python debug executable from pythonextra
  • Test initializing parameters from command line. (#274)
    • Add test_cli package with tests for __params:= argument
  • Contributors: Shane Loretz, Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_cli at Robotics Stack Exchange

Package Summary

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

Repository Summary

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

Package Description

Test command line arguments passed to ros2 executables.

Additional Links

No additional links.

Maintainers

  • Shane Loretz

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.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_cli 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.