CHANGELOG

Changelog for package ros2_control_test_assets

4.9.0 (2024-04-30)

  • Component parser: Get mimic information from URDF (#1256)

  • Contributors: Christoph Fröhlich

4.8.0 (2024-03-27)

4.7.0 (2024-03-22)

4.6.0 (2024-03-02)

4.5.0 (2024-02-12)

4.4.0 (2024-01-31)

4.3.0 (2024-01-20)

  • [ResourceManager] adds test for uninitialized hardware (#1243)

  • Contributors: Maximilian Schik

4.2.0 (2023-12-12)

4.1.0 (2023-11-30)

4.0.0 (2023-11-21)

3.21.0 (2023-11-06)

3.20.0 (2023-10-31)

  • [ResourceManager] deactivate hardware from read/write return value (#884)

  • Contributors: Felix Exner (fexner)

3.19.1 (2023-10-04)

3.19.0 (2023-10-03)

3.18.0 (2023-08-17)

3.17.0 (2023-08-07)

3.16.0 (2023-07-09)

3.15.0 (2023-06-23)

3.14.0 (2023-06-14)

  • [URDF Parser] Allow empty urdf tag, e.g., parameter (#1017)

  • Contributors: Felix Exner (fexner)

3.13.0 (2023-05-18)

3.12.2 (2023-04-29)

3.12.1 (2023-04-14)

3.12.0 (2023-04-02)

3.11.0 (2023-03-22)

3.10.0 (2023-03-16)

3.9.1 (2023-03-09)

3.9.0 (2023-02-28)

3.8.0 (2023-02-10)

  • Fix CMake install so overriding works (#926)

  • Contributors: Tyler Weaver

3.7.0 (2023-01-24)

3.6.0 (2023-01-12)

3.5.1 (2023-01-06)

3.5.0 (2022-12-06)

  • Rename class type to plugin name #api-breaking #abi-breaking (#780)

  • Contributors: Bence Magyar

3.4.0 (2022-11-27)

3.3.0 (2022-11-15)

3.2.0 (2022-10-15)

3.1.0 (2022-10-05)

3.0.0 (2022-09-19)

2.15.0 (2022-09-19)

2.14.0 (2022-09-04)

2.13.0 (2022-08-03)

2.12.1 (2022-07-14)

2.12.0 (2022-07-09)

2.11.0 (2022-07-03)

  • Update maintainers of packages (#753)

  • Remove ament autolint (#749)

  • Contributors: Bence Magyar

2.10.0 (2022-06-18)

  • Make RHEL CI happy! (#730)

  • CMakeLists cleanup (#733)

  • Contributors: Andy Zelenak, Márk Szitanics

2.9.0 (2022-05-19)

2.8.0 (2022-05-13)

2.7.0 (2022-04-29)

2.6.0 (2022-04-20)

2.5.0 (2022-03-25)

2.4.0 (2022-02-23)

2.3.0 (2022-02-18)

2.2.0 (2022-01-24)

  • Resource Manager API changes for hardware lifecycle #api-breaking #abi-breaking (#589) * Towards selective starting and stoping of hardware components. Cleaning and renaming. * Move Lifecycle of hardware component to the bottom for better overview. * Use the same nomenclature as for controllers. ‘start’ -> ‘activate’; ‘stop’ -> ‘deactivate’ * Add selective starting and stopping of hardware resources. Add HardwareComponentInfo structure in resource manager. Use constants for HW parameters in tests of resource_manager. Add list hardware components in CM to get details about them and check their status. Use clear name for ‘guard’ and move release cmd itfs for better readability. RM: Add lock for accesing maps with stored interfaces. Separate hardware components-related services after controllers-related services. Add service for activate/deactive hardware components. Add activation and deactivation through ResourceStorage. This helps to manage available command interfaces. * Use lifecycle_msgs/State in ListHardwareCompoents for state representation. * Simplify repeatable code in methods. * Add HW shutdown structure into ResouceManager. * Fill out service callback in CM and add parameter for auto-configure. * Move claimed_command_itf_map to ResourceStorage from ResourceManager. * Do not automatically configure hardware in RM. * Lifecycle and claiming in Resource Manager is working. * Extend controller manager to support HW lifecycle. * Add also available and claimed status into list components service output. * Add SetHardwareComponentState service. * Make all output in services debug-output. * Remove specific services for hardware lifecycle management and leave only ‘set_hardware_component_state’ service. * Make init_resource_manager less stateful. * Keep old api to start/activate all components per default. * Remove ‘moving’/’non-moving’ interface-handling. * Remove obsolete ‘import_components’ methods without hardware info and fix post_initialization test. Co-authored-by: Bence Magyar <bence.magyar.robotics@gmail.com>

  • Contributors: Denis Štogl

2.1.0 (2022-01-11)

2.0.0 (2021-12-29)

  • Adding support for ‘initial_value’ parameter. (#593)

  • Contributors: bailaC

1.2.0 (2021-11-05)

1.1.0 (2021-10-25)

  • Moving diffbot_urdf to ros2_control_test_assets. (#558)

  • Contributors: bailaC

1.0.0 (2021-09-29)

  • Remove unnecessary includes (#518)

  • Do not manually set C++ version to 14 (#516)

  • Contributors: Bence Magyar, Denis Štogl

0.8.0 (2021-08-28)

  • Use clang format as code formatter (#491)

  • Transmission parsing v2 (#471)

  • Added GPIO parsing and test (#436)

  • Contributors: Bence Magyar, Denis Štogl, Mathias Arbo

0.7.1 (2021-06-15)

0.7.0 (2021-06-06)

0.6.1 (2021-05-31)

0.6.0 (2021-05-23)

0.5.0 (2021-05-03)

0.4.0 (2021-04-07)

  • [ros2_control_test_assets] Fix typo (#371)

  • Contributors: Yutaka Kondo

0.3.0 (2021-03-21)

0.2.1 (2021-03-02)

0.2.0 (2021-02-26)

  • Add “Fake” components for simple integration of framework (#323)

  • Moved example URDFs for parser/scenario tests to assets package (#316)

  • Contributors: Denis Štogl

0.1.6 (2021-02-05)

  • correct hardware interface validation in resource manager. (#317)

  • Add missing test dep (#321)

  • Contributors: Bence Magyar, Karsten Knese

0.1.5 (2021-02-04)

  • Add missing buildtool dep (#319)

  • Contributors: Bence Magyar

0.1.4 (2021-02-03)

  • Add test assets package (#289)

  • Contributors: Denis Štogl

0.1.3 (2021-01-21)

0.1.2 (2021-01-06)

0.1.1 (2020-12-23)

0.1.0 (2020-12-22)