Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package parameter_expression
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.0.2 (2025-09-23)
------------------
* Merge pull request `#1 <https://github.com/ForteFibre/parameter_expression/issues/1>`_ from ForteFibre/fix/pkg-config
Add pkg-config as build dependencies
* Add pkg-config as build dependencies
* Apply formatter
* Change to Apache License 2.0
* Add README
* Move from our internal library
* initial commit
* Contributors: f0reachARR, ぐるぐる
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>parameter_expression</name>
<version>0.0.1</version>
<version>0.0.2</version>
<description>Using mathematical expression in ROS 2 parameter</description>
<maintainer email="f0reach@f0reach.me">f0reachARR</maintainer>
<license>Apache License 2.0</license>
Expand Down