-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ROS 2 Humble needed release notes #2446
Comments
I can help add release notes related to launch, specifically, I think these ones are worth mentioning:
|
I can do at least a few:
I will check the list and claim a few more later. |
I think we can omit ros2/launch_ros#259, since it is a bugfix that should probably be backported. |
I've checked off boxes for items being added in #2486 I've added a strike-through for those items that I didn't think worth mentioning with the following rationale:
|
We've done the release notes we are going to do, so closing this out. |
Earlier this week I generated the complete changelog for Humble using a script. I then spent several hours reading that changelog, looking for things to add to the short-form changelog (I think my eyes are now permanently glazed over). While doing this, what I was looking for were user-facing APIs or features, not bug-fixes. What I came up with is the following list of changes that would ideally be documented for Humble. Note that there are probably both false-positives (there are things on the list that don't need to be documented) as well as false-negatives (I may have missed a new feature here or there). Still, I think this represents a decent overall look at everything new in Humble. Items that are already checked off already have a release note, so no need to do additional work there.
void shared_ptr<MessageT>
subscription callback signatures rclcpp#1713, Fix deprecated subscriber callback warnings examples#323, Fix deprecated sub callback warnings ros-visualization/interactive_markers#84, and others)Launch Executable description (Adding Executable description class launch#454)Launch_ros alternate parameter file configuration (Support both parameter file configurations for composable nodes launch_ros#259)Launch_ros change push-ros-namespace to push_ros_namespace (Addpush_ros_namespace
alias topush-ros-namespace
launch_ros#250)launch_testing Remove deprecated ready_fn ([launch_testing] remove deprecatedready_fn
feature launch#589)ros2 bag convert
rosbag2#921)ros2 bag play
rosbag2#904)The text was updated successfully, but these errors were encountered: