-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Humble, Jazzy, and Rolling Release Task List #195
Comments
When will py-tree and py-tree-ros show up in rosdep for Humble? |
Completely depends on the ros team and when they roll out a release. You can keep an eye on it here. When the last box goes from red to green, it's been released. You can also point your apt source to the staging apt server if you can't wait (or you just want to road test them). They're over at http://packages.ros.org/. It used to be called |
@stonier |
Similarly, I'm trying to walk through the tutorials but the install steps are failing, my plan is to try to go backwards to Foxy for the tutorials, then maybe forward to Humble for usage unless the viewer seems critical.
|
The task list isn't quite complete as specified, but I'm getting going with releases to Humble, Jazzy, and Rolling. Most of what remains is developer experience stuff anyhow, which can be done orthogonally to the actual binary releases to the newer ROS distros. |
Bugfixes
py_trees
py_trees_ros_interfaces
py_trees_ros
py_trees_ros_tutorials
New Features / Breaking Changes
py_trees
Sequence(memory=False)
(experimental→final)Selector(memory=True)
(experimental→final)decorators.Repeat
(added)decorators.Retry
(added)decorators.Count
(added)behaviours.Count
(removed → usebehaviours.StatusQueue
+decorators.Count
)idioms.eternal_guard
(removed → useSequence(memory=False)
)behaviours.StatusSequence
→behaviours.StatusQueue
(changed)py_trees_ros
tree.setup(node, node_name)
(added)tree.setup(node, node_name, timeout, my_custom_arg="foo")
(added)General Improvements
py_trees
py_trees_ros
Development Environment
py_trees
py_trees_ros
py_trees_ros_interfaces
py_trees_js
py_trees_ros_tutorials
py_trees_ros_viewer
Release
The text was updated successfully, but these errors were encountered: