CHANGELOG
Changelog for package ros2interface
0.18.11 (2024-07-26)
0.18.10 (2024-05-15)
0.18.9 (2024-02-16)
0.18.8 (2024-01-24)
0.18.7 (2023-07-18)
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)
Depend on launch packages instead of ros_testing to avoid circular dependency (#685)
Contributors: Shane Loretz
0.15.0 (2021-11-18)
0.14.0 (2021-04-26)
0.13.0 (2021-04-06)
0.12.0 (2021-03-02)
0.11.0 (2021-01-25)
Remove ros2interface test dependencies on builtin interface. (#579)
Contributors: Audrow Nash
0.10.1 (2020-12-08)
0.10.0 (2020-11-02)
0.9.5 (2020-06-01)
[ros2interface] Allow stdin input for ‘ros2 interface show’. (#387) * Allow stdin input for ‘ros2 interface show’ * Just use help for all the information * Fix import order * Simplify logic * Catch empty values in case stdin doesn’t contain output * Add test for ‘ros2 interface show’ with stdin * Use test_msgs instead of std_msgs for stdin test * Use example_interfaces in help for show Co-authored-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Contributors: Nursharmin Ramli
0.9.4 (2020-05-26)
0.9.3 (2020-05-13)
0.9.2 (2020-05-08)
0.9.1 (2020-05-06)
0.9.0 (2020-04-29)
Skip CLI tests on Windows until we resolve the blocking/hanging isuse. (#489)
More verbose test_flake8 error messages (same as ros2/launch_ros#135)
Remove ready_fn from test descriptions. (#376)
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
Add docblock for ros2interface command. (#434)
Contributors: Dirk Thomas, Jacob Perron, Peter Baughman, Steven! Ragnarök
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
[ros2interface] Fix tests. (#386) Broken in https://github.com/ros2/rosidl_runtime_py/pull/6
Contributors: Jacob Perron, Michael Carroll
0.8.3 (2019-10-23)
0.8.3
End-to-end test coverage for CLI commands output. (#304) * Add end-to-end CLI output tests for ros2: - ros2action - ros2service - ros2topic - ros2msg - ros2srv - ros2interface - ros2node - ros2pkg
Make ros2 interface show fail gracefully (no traceback). (#372)
Move rosidl implementation details to rosidl_runtime_py. (#371) * Move rosidl implementation details to rosidl_runtime_py This resolves several TODOs. Here is the PR moving the related functions to their new home: https://github.com/ros2/rosidl_runtime_py/pull/3 * Remove dependencies on deprecated packages * Remove obsolete test * Make linters happy :)
Handle bad or missing package on ros2 interface show. (#366)
Ensure ros2 interface show has trailing newline. (#368)
Contributors: Dirk Thomas, Jacob Perron, Michel Hidalgo, 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)
Add interface proto . (#298) * Add interface proto * Use rosidl_runtime_py.utilities * No-hyphens -> no-quotes
Install package manifest. (#330)
Ros2interface fixes/changes. (#308) * Minor changes to ros2interface
[ros2interface] Fix output formatting. (#289) * Add missing indentation to list verb output * Format show verb error message
Added ros2interface to replace ros2 msg/srv. (#288) * Adding ros2 interface command line tool Signed off by: Siddharth Kucheria
Contributors: Dirk Thomas, Jacob Perron, Jeremie Deray, Siddharth Kucheria