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ök

0.4.0 (2017-12-08)