Skip to content

Commit

Permalink
Update CHANGELOG.rst
Browse files Browse the repository at this point in the history
Signed-off-by: fred-labs <[email protected]>
  • Loading branch information
fred-labs committed Oct 2, 2024
1 parent 7e28bf0 commit 00027d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libs/scenario_execution_kubernetes/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>scenario_execution_kubernetes</name>
<version>1.1.0</version>
<version>1.2.0</version>
<description>Package for scenario execution kubernetes library</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_kubernetes/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name=PACKAGE_NAME,
version='1.1.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
7 changes: 1 addition & 6 deletions scenario_execution_rviz/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@ Changelog for package scenario_execution_rviz

Forthcoming
-----------
* Minor fixes + cleanup (`#119 <https://github.com/IntelLabs/scenario_execution/issues/119>`_)
* Publish behavior tree by default, update clients (`#111 <https://github.com/IntelLabs/scenario_execution/issues/111>`_)
* Cleanup example_scenario_control (`#52 <https://github.com/IntelLabs/scenario_execution/issues/52>`_)
* Add example scenario for scenario control using rviz (`#21 <https://github.com/IntelLabs/scenario_execution/issues/21>`_)
* Update rviz-plugin, add rviz config (`#20 <https://github.com/IntelLabs/scenario_execution/issues/20>`_)
* Rviz tree view + gazebo_tf_publisher (`#11 <https://github.com/IntelLabs/scenario_execution/issues/11>`_)
* Initial creation of rviz plugin package for scenario execution

0 comments on commit 00027d7

Please sign in to comment.