diff --git a/src/grinding_sim/description/scene.xml b/src/grinding_sim/description/scene.xml index 740cb18b..ad7edda5 100644 --- a/src/grinding_sim/description/scene.xml +++ b/src/grinding_sim/description/scene.xml @@ -398,7 +398,7 @@ diff --git a/src/lab_sim/config/config.yaml b/src/lab_sim/config/config.yaml index 2a0f1e9c..85265ad4 100644 --- a/src/lab_sim/config/config.yaml +++ b/src/lab_sim/config/config.yaml @@ -47,9 +47,13 @@ objectives: - "moveit_studio::behaviors::ServoBehaviorsLoader" - "moveit_studio::behaviors::VisionBehaviorsLoader" - "moveit_studio::behaviors::ConverterBehaviorsLoader" + - "moveit_studio::behaviors::MujocoBehaviorsLoader" # Specify source folder for objectives # [Required] objective_library_paths: + mujoco_objectives: + package_name: "moveit_pro_objectives" + relative_path: "objectives/mujoco" sim_objectives: package_name: "lab_sim" relative_path: "objectives" diff --git a/src/lab_sim/description/scene.xml b/src/lab_sim/description/scene.xml index 5843b5a6..7d896c29 100644 --- a/src/lab_sim/description/scene.xml +++ b/src/lab_sim/description/scene.xml @@ -73,6 +73,7 @@ + +