File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ Jazzy v2.x (TBD)
1616 * Sets the ``k_velocity `` to fix the safety limits for effort client command modes.
1717 * Removes the controller-related parts from the ``*_description.xacro `` files, now named ``*.urdf.xacro ``.
1818 * Fix tests.
19-
19+ * Depend on `` ament_cmake_pytest `` for tests only.
2020* ``lbr_ros2_control ``: Uses the joint limits as obtained from the joints inside the URDF, previously redundant in ``<command_interface> `` tags.
2121* Related pull requests:
2222
2323 * Namespace argument: https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/344, https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/353
2424 * Effort limits: https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/357
2525 * URDF de-coupling: https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/359
2626 * Ament target dependencies: https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/364
27- * Test fixes: https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/367
27+ * Test fixes: https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/367, https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/373
2828
2929Jazzy v2.4.3 (2025-12-09)
3030--------------------------
Original file line number Diff line number Diff line change 77
88# find dependencies
99find_package (ament_cmake REQUIRED )
10- find_package (ament_cmake_pytest REQUIRED )
1110
1211# install
1312install (
@@ -18,6 +17,7 @@ install(
1817ament_environment_hooks ("${CMAKE_CURRENT_SOURCE_DIR } /${PROJECT_NAME } .dsv" )
1918
2019if (BUILD_TESTING)
20+ find_package (ament_cmake_pytest REQUIRED )
2121 ament_add_pytest_test (test_urdf ${CMAKE_CURRENT_SOURCE_DIR } /test/test_urdf.py )
2222endif ()
2323
Original file line number Diff line number Diff line change 88 <license >Apache-2.0</license >
99
1010 <buildtool_depend >ament_cmake</buildtool_depend >
11- <buildtool_depend >ament_cmake_pytest</buildtool_depend >
1211
1312 <exec_depend >gz_ros2_control</exec_depend >
1413 <exec_depend >joint_state_publisher_gui</exec_depend >
1716 <exec_depend >tf2_ros</exec_depend >
1817 <exec_depend >xacro</exec_depend >
1918
19+ <test_depend >ament_cmake_pytest</test_depend >
2020 <test_depend >python3-pytest</test_depend >
2121
2222 <export >
You can’t perform that action at this time.
0 commit comments