Skip to content

Commit 519f520

Browse files
committed
fixes identation
1 parent 5559ad5 commit 519f520

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,25 @@ Humble v2.0.0 (2024-07-08)
55
--------------------------
66
* Remove ``app.launch.py`` from demos in favor for ``ros2_control`` variant (breaking change)
77
* ``lbr_ros2_control``:
8+
89
* Add Cartesian impedance controller
910
* Add ``lbr_system_parameters.yaml`` for system parameter configuration
1011
* ``lbr_demos``:
12+
1113
* Remove legacy demos
1214
* Add demo for each available controller, both in C++ and Python
1315
* ``lbr_fri_ros2``: De-couple the async client into ``position`` / ``torque`` / ``wrench``
1416
* Matrix testing against multiple FRIs (https://github.com/lbr-stack/fri): ``1.11``, ``1.14``, ``1.15``, ``1.16``, ``2.5``, ``2.7``
1517
* IDL changes: (breaking change)
18+
1619
* ``lbr_fri_msgs`` to ``lbr_fri_idl``
1720
* Moved ``lbr_fri_idl`` into external folder (https://github.com/lbr-stack/lbr_fri_idl) for supporting multiple FRI versions
1821
* Renamed ``LBRPositionCommand`` to ``LBRJointPositionCommand``
1922
* Update documentation
20-
- Refer https://lbr-stack.readthedocs.io/en/latest/
21-
- Deletes branches at https://github.com/lbr-stack/lbr_stack_doc in favor of tags
22-
- Adds an architecture chart to highlight ``lbr_ros2_control`` relation to ``ros2_control``
23+
24+
* Refer https://lbr-stack.readthedocs.io/en/latest/
25+
* Deletes branches at https://github.com/lbr-stack/lbr_stack_doc in favor of tags
26+
* Adds an architecture chart to highlight ``lbr_ros2_control`` relation to ``ros2_control``
2327
* Add log coloring a la https://github.com/ros-controls/ros2_control/blob/e149646d3f2595f269cfa4e1cd0681abde89ee69/controller_manager/controller_manager/spawner.py#L45
2428
* Adds ``black`` linting for Python scripts
2529
* Fixes velocity limit checks in impedance control mode

0 commit comments

Comments
 (0)