Conversation
This was
linked to
issues
Jun 20, 2026
Open
This was
linked to
issues
Jun 20, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
ROS action servers for all four lifecycle nodes (
spiral_search,follow_pipeline,recharge_battery,recover_thrusters). Ause_action_serverparameter (defaultfalse) keeps the existing lifecycle-transition-driven behavior; whentrue, each node waits for an action goal before starting its behavior.New action message types in
suave_msgs:SpiralSearch,FollowPipeline,RechargeBattery,RecoverThrusters.Action client support in
suave_bt: the BT nodessearch_pipeline,inspect_pipeline,recharge, andrecover_thrusterscan now operate in either legacy mode (polling lifecycle transitions) or action-server mode (sending ROS goals). Controlled by ause_action_serverlaunch argument that propagates to both the managing BT node and the managed lifecycle nodes.suave_runner: experiment logs are now saved per-run under<result_path>/logs/run_{exp_idx}_{run_idx}/.suave_runner: crashed campaigns can be resumed from an existing result folder via theresume_result_pathparameter.suave_runner: statistical analysis module.Repository contributor guide.
Public Python API documentation.
Changed
Removed
BlueROVGazebonested ROS node from lifecycle nodes. Navigation is now handled by a lightweightMavrosPositionControllerowned by each lifecycle node — no child node or private executor. Thesuavepackage no longer depends onmavros_wrapper.mavros/local_position/poseis now published directly in the Gazebo/map frame. Frame offset conversions have been removed from all navigation nodes.suave_runnerno longer uses a.donefile for run-completion signaling.Fixed
result_filenameargument not propagated correctly in launch files.Runner crash when no thruster events were recorded in a run.