diff --git a/src/lab_sim/objectives/_scan_scene.xml b/src/lab_sim/objectives/_scan_scene.xml
index 352a6be1..5efd09a6 100644
--- a/src/lab_sim/objectives/_scan_scene.xml
+++ b/src/lab_sim/objectives/_scan_scene.xml
@@ -14,6 +14,13 @@
joint_group_name="manipulator"
controller_names="joint_trajectory_controller"
waypoint_name="Park Far Right"
+ acceleration_scale_factor="1.0"
+ controller_action_server="/joint_trajectory_controller/follow_joint_trajectory"
+ keep_orientation="false"
+ keep_orientation_tolerance="0.05"
+ link_padding="0.01"
+ seed="0"
+ velocity_scale_factor="1.0"
/>
diff --git a/src/lab_sim/objectives/close_gripper.xml b/src/lab_sim/objectives/close_gripper.xml
index afb24319..6960f3d7 100644
--- a/src/lab_sim/objectives/close_gripper.xml
+++ b/src/lab_sim/objectives/close_gripper.xml
@@ -1,8 +1,9 @@
+
diff --git a/src/lab_sim/objectives/joint_diagnostic.xml b/src/lab_sim/objectives/joint_diagnostic.xml
index 411f9f15..256af4b3 100644
--- a/src/lab_sim/objectives/joint_diagnostic.xml
+++ b/src/lab_sim/objectives/joint_diagnostic.xml
@@ -1,9 +1,10 @@
+
diff --git a/src/lab_sim/objectives/load_and_execute_joint_trajectory.xml b/src/lab_sim/objectives/load_and_execute_joint_trajectory.xml
index d8a502e1..e8fcb932 100644
--- a/src/lab_sim/objectives/load_and_execute_joint_trajectory.xml
+++ b/src/lab_sim/objectives/load_and_execute_joint_trajectory.xml
@@ -1,10 +1,10 @@
-
+
diff --git a/src/lab_sim/objectives/ml_segment_image_from_text_prompt.xml b/src/lab_sim/objectives/ml_segment_image.xml
similarity index 82%
rename from src/lab_sim/objectives/ml_segment_image_from_text_prompt.xml
rename to src/lab_sim/objectives/ml_segment_image.xml
index 23066b78..1d34c70f 100644
--- a/src/lab_sim/objectives/ml_segment_image_from_text_prompt.xml
+++ b/src/lab_sim/objectives/ml_segment_image.xml
@@ -1,9 +1,9 @@
-
+
@@ -27,7 +27,7 @@
-
+
diff --git a/src/lab_sim/objectives/ml_segment_point_cloud_from_text_prompt.xml b/src/lab_sim/objectives/ml_segment_point_cloud.xml
similarity index 84%
rename from src/lab_sim/objectives/ml_segment_point_cloud_from_text_prompt.xml
rename to src/lab_sim/objectives/ml_segment_point_cloud.xml
index e7376992..b51e1479 100644
--- a/src/lab_sim/objectives/ml_segment_point_cloud_from_text_prompt.xml
+++ b/src/lab_sim/objectives/ml_segment_point_cloud.xml
@@ -1,12 +1,9 @@
-
+
@@ -32,7 +29,7 @@
-
+
diff --git a/src/lab_sim/objectives/ml_segment_point_cloud_from_clicked_point.xml b/src/lab_sim/objectives/ml_segment_point_cloud_from_clicked_point.xml
index 98b13fe2..991f93b0 100644
--- a/src/lab_sim/objectives/ml_segment_point_cloud_from_clicked_point.xml
+++ b/src/lab_sim/objectives/ml_segment_point_cloud_from_clicked_point.xml
@@ -7,7 +7,7 @@
-
+
@@ -124,7 +124,7 @@
-
+
diff --git a/src/lab_sim/objectives/ml_auto_grasp_object_from_text_prompt.xml b/src/lab_sim/objectives/pick_all_pill_bottles.xml
similarity index 93%
rename from src/lab_sim/objectives/ml_auto_grasp_object_from_text_prompt.xml
rename to src/lab_sim/objectives/pick_all_pill_bottles.xml
index 2fbeae71..c75c32d1 100644
--- a/src/lab_sim/objectives/ml_auto_grasp_object_from_text_prompt.xml
+++ b/src/lab_sim/objectives/pick_all_pill_bottles.xml
@@ -1,12 +1,9 @@
-
+
@@ -113,7 +110,7 @@
-
+
diff --git a/src/lab_sim/objectives/playback_square_trajectory.xml b/src/lab_sim/objectives/playback_square_trajectory.xml
index 6c8ef60d..df810fd2 100644
--- a/src/lab_sim/objectives/playback_square_trajectory.xml
+++ b/src/lab_sim/objectives/playback_square_trajectory.xml
@@ -1,9 +1,10 @@
+
+
diff --git a/src/lab_sim/objectives/record_square_trajectory.xml b/src/lab_sim/objectives/record_square_trajectory.xml
index e628866f..e7578569 100644
--- a/src/lab_sim/objectives/record_square_trajectory.xml
+++ b/src/lab_sim/objectives/record_square_trajectory.xml
@@ -1,10 +1,10 @@
-
+
diff --git a/src/lab_sim/objectives/fuse_multiple_views.xml b/src/lab_sim/objectives/scan_multiple_views.xml
similarity index 83%
rename from src/lab_sim/objectives/fuse_multiple_views.xml
rename to src/lab_sim/objectives/scan_multiple_views.xml
index fca6155d..16448fe6 100644
--- a/src/lab_sim/objectives/fuse_multiple_views.xml
+++ b/src/lab_sim/objectives/scan_multiple_views.xml
@@ -1,8 +1,8 @@
-
+
@@ -16,7 +16,7 @@
/>
-
+
diff --git a/src/lab_sim/test/objectives_integration_test.py b/src/lab_sim/test/objectives_integration_test.py
index 185e09fd..6a44abd7 100644
--- a/src/lab_sim/test/objectives_integration_test.py
+++ b/src/lab_sim/test/objectives_integration_test.py
@@ -37,6 +37,7 @@
run_objective,
)
+# Looping objectives to cancel partway through
cancel_objectives = {
"3 Waypoints Pick and Place",
"Cycle Between Waypoints",
@@ -54,17 +55,18 @@
"ML Grasp Object from Text Prompt",
}
+# Objectives to skip entirely from integration testing
skip_objectives = {
"Grasp Object from Text Prompt", # https://github.com/PickNikRobotics/moveit_pro/issues/13236
"Grasp Planning",
"Joint Diagnostic",
- "Fuse Multiple Views",
+ "Scan Multiple Views",
"MPC Pose Tracking",
"MPC Pose Tracking With Point Cloud Avoidance",
- "ML Segment Image from Text Prompt",
+ "ML Segment Image",
"ML Segment Point Cloud from Clicked Point",
"ML Auto Grasp Object from Clicked Point", # Skipped because there is no primary ui to switch to in ci
- "ML Auto Grasp Object from Text Prompt",
+ "Pick All Pill Bottles",
"Pick up Cube",
"Place Object",
"Record Square Trajectory",
diff --git a/src/lab_sim/waypoints/ur_waypoints.yaml b/src/lab_sim/waypoints/ur_waypoints.yaml
index ec9160d5..f33dd550 100644
--- a/src/lab_sim/waypoints/ur_waypoints.yaml
+++ b/src/lab_sim/waypoints/ur_waypoints.yaml
@@ -601,7 +601,7 @@
wrench: []
name: Flask 3d - Place
- description: ''
- favorite: false
+ favorite: true
joint_group_names:
- gripper
- linear_actuator