From f520997de12cfb0437d02ac1737b01610e39c486 Mon Sep 17 00:00:00 2001 From: Mario Prats Date: Wed, 25 Mar 2026 08:37:29 +0100 Subject: [PATCH 1/3] add mujoco behaviors plugin to hangar_sim --- src/hangar_sim/config/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hangar_sim/config/config.yaml b/src/hangar_sim/config/config.yaml index 0e9ce13a1..feddea7ab 100644 --- a/src/hangar_sim/config/config.yaml +++ b/src/hangar_sim/config/config.yaml @@ -60,9 +60,13 @@ objectives: - "moveit_pro::behaviors::NavBehaviorsLoader" - "moveit_pro::behaviors::VisionBehaviorsLoader" - "moveit_pro::behaviors::ConverterBehaviorsLoader" + - "moveit_pro::behaviors::MujocoBehaviorsLoader" # Specify source folder for objectives # [Required] objective_library_paths: + mujoco_objectives: + package_name: "moveit_pro_objectives" + relative_path: "objectives/mujoco" hangar_sim_objectives: package_name: "hangar_sim" relative_path: "objectives" From 7e81739449079206142198d31ec896241ab41ad2 Mon Sep 17 00:00:00 2001 From: Mario Prats Date: Wed, 25 Mar 2026 08:37:43 +0100 Subject: [PATCH 2/3] loop version of Plan Path Along Surface --- .../plan_path_along_surface_-_loop.xml | 134 ++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 src/hangar_sim/objectives/plan_path_along_surface_-_loop.xml diff --git a/src/hangar_sim/objectives/plan_path_along_surface_-_loop.xml b/src/hangar_sim/objectives/plan_path_along_surface_-_loop.xml new file mode 100644 index 000000000..792087ef0 --- /dev/null +++ b/src/hangar_sim/objectives/plan_path_along_surface_-_loop.xml @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 0029c965519309c8b9c450a7aa59fcabe1394dc4 Mon Sep 17 00:00:00 2001 From: Mario Prats Date: Wed, 25 Mar 2026 08:45:48 +0100 Subject: [PATCH 3/3] bump phoebe_ws to update Objective and pass CI validation --- src/external_dependencies/phoebe_ws | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/external_dependencies/phoebe_ws b/src/external_dependencies/phoebe_ws index a17ab03db..6d29f1d2a 160000 --- a/src/external_dependencies/phoebe_ws +++ b/src/external_dependencies/phoebe_ws @@ -1 +1 @@ -Subproject commit a17ab03db2ae31ef5986fcf34a8a1fab54c65874 +Subproject commit 6d29f1d2a8e14f58091affebb02400fdd144d977