Skip to content

Commit

Permalink
update for ros2-devel release; tag 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 28, 2023
1 parent b46b63a commit e3528b5
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/flexbe_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
test:
strategy:
matrix:
ros: [humble] #, iron, rolling]
ros: [humble, iron, rolling]
include:
- os: ubuntu-22.04
ros: humble
python: python3
ci_branch: ros2-devel
# - os: ubuntu-22.04
# ros: iron
# ci_branch: ros2-devel
# python: python3
# - os: ubuntu-22.04
# ros: rolling
# python: python3
# ci_branch: ros2-devel
- os: ubuntu-22.04
ros: iron
ci_branch: ros2-devel
python: python3
- os: ubuntu-22.04
ros: rolling
python: python3
ci_branch: ros2-devel

runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generic FlexBE States ![Build Status](https://github.com/flexbe/generic_flexbe_states/workflows/FlexBE%20CI/badge.svg)
# Generic FlexBE States ![Build Status](https://github.com/flexbe/generic_flexbe_states/workflows/FlexBE%20CI/badge.svg?branch=ros2-devel)

A collection of robot-agnostic FlexBE states for navigation, manipulation,
perception, etc. They are agnostic in the sense that they only depend on
Expand Down
4 changes: 2 additions & 2 deletions flexbe_manipulation_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_manipulation_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.0 (2023-06-23)
------------------
* pylint testing with colcon test; flag some ROS 2 conversion issues; linter cleanup
* remove non-standard packages from rosdepend; update .github CI
* initial release of ROS 2 build; mostly untested other than some basic imports
Expand Down
2 changes: 1 addition & 1 deletion flexbe_manipulation_states/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<package format="3">
<name>flexbe_manipulation_states</name>
<version>1.0.1</version>
<version>2.0.0</version>
<description>
flexbe_manipulation_states provides a collection of robot-agnostic
states related to manipulation and trajectory execution.
Expand Down
4 changes: 2 additions & 2 deletions flexbe_navigation_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_navigation_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.0 (2023-06-23)
------------------
* pylint testing with colcon test; flag some ROS 2 conversion issues; linter cleanup
* remove non-standard packages from rosdepend; update .github CI
* initial release of ROS 2 build; mostly untested other than some basic imports
Expand Down
2 changes: 1 addition & 1 deletion flexbe_navigation_states/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<package format="3">
<name>flexbe_navigation_states</name>
<version>1.0.1</version>
<version>2.0.0</version>
<description>
flexbe_navigation_states provides a collection of robot-agnostic
states related to mobile robot navigation.
Expand Down
4 changes: 2 additions & 2 deletions flexbe_utility_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package flexbe_utility_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.0 (2023-06-23)
------------------
* pylint testing with colcon test; flag some ROS 2 conversion issues; linter cleanup
* initial release of ROS 2 build; mostly untested other than some basic imports
* Merge pull request `#9 <https://github.com/FlexBE/generic_flexbe_states/issues/9>`_ from alireza-hosseini/install-src
Expand Down
2 changes: 1 addition & 1 deletion flexbe_utility_states/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<package format="3">
<name>flexbe_utility_states</name>
<version>1.0.1</version>
<version>2.0.0</version>
<description>
Provides a collection of generic states mainly for development and debugging purposes.
</description>
Expand Down
4 changes: 2 additions & 2 deletions generic_flexbe_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package generic_flexbe_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.0 (2023-06-23)
------------------
* pylint testing with colcon test; flag some ROS 2 conversion issues; linter cleanup
* Contributors: David Conner
2 changes: 1 addition & 1 deletion generic_flexbe_states/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<package format="3">
<name>generic_flexbe_states</name>
<version>1.0.1</version>
<version>2.0.0</version>
<description>
Provides a collection of generic states mainly for development and debugging purposes.
</description>
Expand Down

0 comments on commit e3528b5

Please sign in to comment.