diff --git a/src/factory_sim/config/config.yaml b/src/factory_sim/config/config.yaml index 07dae9f77..c1e3280cf 100644 --- a/src/factory_sim/config/config.yaml +++ b/src/factory_sim/config/config.yaml @@ -146,6 +146,9 @@ objectives: perception_objectives: package_name: "moveit_pro_objectives" relative_path: "objectives/perception" + visualization_objectives: + package_name: "moveit_pro_objectives" + relative_path: "objectives/visualization" sim_objectives: package_name: "factory_sim" relative_path: "objectives" diff --git a/src/grinding_sim/config/config.yaml b/src/grinding_sim/config/config.yaml index b04e01281..20d36f8f2 100644 --- a/src/grinding_sim/config/config.yaml +++ b/src/grinding_sim/config/config.yaml @@ -137,6 +137,9 @@ objectives: perception_objectives: package_name: "moveit_pro_objectives" relative_path: "objectives/perception" + visualization_objectives: + package_name: "moveit_pro_objectives" + relative_path: "objectives/visualization" sim_objectives: package_name: "grinding_sim" relative_path: "objectives" diff --git a/src/lab_sim/objectives/move_along_square.xml b/src/lab_sim/objectives/move_along_square.xml index 352045a1a..9a8951898 100644 --- a/src/lab_sim/objectives/move_along_square.xml +++ b/src/lab_sim/objectives/move_along_square.xml @@ -1,5 +1,6 @@ + - + + + + + diff --git a/src/lab_sim/objectives/record_square_trajectory.xml b/src/lab_sim/objectives/record_square_trajectory.xml index e75785690..0dd945154 100644 --- a/src/lab_sim/objectives/record_square_trajectory.xml +++ b/src/lab_sim/objectives/record_square_trajectory.xml @@ -33,21 +33,27 @@ keep_orientation_tolerance="0.05" link_padding="0.01" velocity_scale_factor="1.0" - waypoint_name="Flask 3a - Pre Pick" + waypoint_name="Look at Base" + seed="0" /> diff --git a/src/lab_sim/test/objectives_integration_test.py b/src/lab_sim/test/objectives_integration_test.py index 14845858d..b7cc48271 100644 --- a/src/lab_sim/test/objectives_integration_test.py +++ b/src/lab_sim/test/objectives_integration_test.py @@ -76,6 +76,8 @@ "Inspector", "Pick 1 Pill Bottle", "AddBottlesToPlanningScene", + "Interactive Marker Visualization", # Server not available for GetTextFromUser + "Octomap Example", # Requires user input to clear the octomap. } diff --git a/src/moveit_pro_franka_configs/dual_arm_sim/config/config.yaml b/src/moveit_pro_franka_configs/dual_arm_sim/config/config.yaml index 3866e4977..9f27025d5 100644 --- a/src/moveit_pro_franka_configs/dual_arm_sim/config/config.yaml +++ b/src/moveit_pro_franka_configs/dual_arm_sim/config/config.yaml @@ -108,6 +108,9 @@ objectives: perception_objectives: package_name: "moveit_pro_objectives" relative_path: "objectives/perception" + visualization_objectives: + package_name: "moveit_pro_objectives" + relative_path: "objectives/visualization" custom_objectives: package_name: "dual_arm_sim" relative_path: "objectives" diff --git a/src/moveit_pro_franka_configs/kitchen_sim/config/config.yaml b/src/moveit_pro_franka_configs/kitchen_sim/config/config.yaml index 4eaae526d..dc7bffe73 100644 --- a/src/moveit_pro_franka_configs/kitchen_sim/config/config.yaml +++ b/src/moveit_pro_franka_configs/kitchen_sim/config/config.yaml @@ -65,6 +65,9 @@ objectives: perception_objectives: package_name: "moveit_pro_objectives" relative_path: "objectives/perception" + visualization_objectives: + package_name: "moveit_pro_objectives" + relative_path: "objectives/visualization" sim_objectives: package_name: "kitchen_sim" relative_path: "objectives" diff --git a/src/moveit_pro_kinova_configs/kinova_sim/config/config.yaml b/src/moveit_pro_kinova_configs/kinova_sim/config/config.yaml index 1cc3b3d32..096c30f16 100644 --- a/src/moveit_pro_kinova_configs/kinova_sim/config/config.yaml +++ b/src/moveit_pro_kinova_configs/kinova_sim/config/config.yaml @@ -168,9 +168,9 @@ objectives: perception_objectives: package_name: "moveit_pro_objectives" relative_path: "objectives/perception" - mujoco_objectives: + visualization_objectives: package_name: "moveit_pro_objectives" - relative_path: "objectives/mujoco" + relative_path: "objectives/visualization" sim_objectives: package_name: "kinova_sim" relative_path: "objectives" diff --git a/src/moveit_pro_kinova_configs/kinova_sim/objectives/reset_simulation.xml b/src/moveit_pro_kinova_configs/kinova_sim/objectives/reset_simulation.xml new file mode 100644 index 000000000..ae9879f82 --- /dev/null +++ b/src/moveit_pro_kinova_configs/kinova_sim/objectives/reset_simulation.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/moveit_pro_ur_configs/picknik_ur_base_config/config/config.yaml b/src/moveit_pro_ur_configs/picknik_ur_base_config/config/config.yaml index 8a85c5d99..56b238d9d 100644 --- a/src/moveit_pro_ur_configs/picknik_ur_base_config/config/config.yaml +++ b/src/moveit_pro_ur_configs/picknik_ur_base_config/config/config.yaml @@ -184,6 +184,9 @@ objectives: perception_objectives: package_name: "moveit_pro_objectives" relative_path: "objectives/perception" + visualization_objectives: + package_name: "moveit_pro_objectives" + relative_path: "objectives/visualization" simulation_objectives: package_name: "picknik_ur_base_config" relative_path: "objectives"