Skip to content

Commit

Permalink
Updates for Melodic and Noetic release
Browse files Browse the repository at this point in the history
  • Loading branch information
dcconner authored and fmessmer committed Jul 17, 2023
1 parent a3e0d59 commit 587958e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package flexbe_app
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.4.0 (2023-05-18)
------------------
* Merge develop branch
* Updates for Melodic and Noetic releases on github.com/FlexBE

2.3.0 (2020-11-19)
------------------
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2017,
Copyright (c) 2017-2023,
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ User interface (editor + runtime control) for the FlexBE behavior engine.

Clone the following repos into your ROS workspace:

git clone https://github.com/team-vigir/flexbe_behavior_engine.git # if not already present
git clone https://github.com/FlexBE/flexbe_behavior_engine.git # if not already present
git clone https://github.com/FlexBE/flexbe_app.git

Build you workspace:
Expand Down Expand Up @@ -49,15 +49,7 @@ Use the following launch file to run both of the above for local behavior execut

## Backwards Compatibility

The FlexBE App in this repository replaces the previous *flexbe_chrome_app*. Please refer to the following announcement for an overview of the most important changes: [Future of the FlexBE Chrome App](https://github.com/pschillinger/flexbe_chrome_app/issues/11)

If you have been using FlexBE already with the old Chrome app, you can convert the content of your repository according to the structure defined below. Besides adding the export statement to your state packages, you can automate this conversion by running the FlexBE App. If no behavior package is detected, it will suggest you to initialize one.

---

Deprecated Chrome App branch: **deprecated/chrome_app**

*Please checkout the above branch on all repos if available for a best-effort support of the deprecated Chrome app. However, please consider to update as soon as possible according to the instructions below to ensure that the system will remain working in the future and to receive all updates.*
The FlexBE App in this repository replaces the previous *flexbe_chrome_app*.

---

Expand All @@ -77,7 +69,7 @@ A package is a state package for FlexBE if its `package.xml` declares the export
...
</package>

It is then expected to provide Python class definitions as described in [Developing Basic States](http://wiki.ros.org/flexbe/Tutorials/Developing%20Basic%20States). Example: [flexbe_states](https://github.com/team-vigir/flexbe_behavior_engine/tree/feature/flexbe_app/flexbe_states). Adding the above export statement is the only change to previous versions.
It is then expected to provide Python class definitions as described in [Developing Basic States](http://wiki.ros.org/flexbe/Tutorials/Developing%20Basic%20States). Example: [flexbe_states](https://github.com/FlexBE/flexbe_behavior_engine/tree/feature/flexbe_app/flexbe_states). Adding the above export statement is the only change to previous versions.

### Behavior packages

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>flexbe_app</name>
<version>2.3.0</version>
<version>2.4.0</version>
<description>
flexbe_app provides a user interface (editor + runtime control) for the FlexBE behavior engine.
</description>
Expand Down

0 comments on commit 587958e

Please sign in to comment.