Skip to content

Commit bdd1c8e

Browse files
authored
Merge pull request #440 from PickNikRobotics/add-core-visualization-objectives-to-configs
Add core visualization Objectives to configs
2 parents 20d5529 + fc3cb50 commit bdd1c8e

File tree

7 files changed

+19
-0
lines changed

7 files changed

+19
-0
lines changed

src/factory_sim/config/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ objectives:
146146
perception_objectives:
147147
package_name: "moveit_pro_objectives"
148148
relative_path: "objectives/perception"
149+
visualization_objectives:
150+
package_name: "moveit_pro_objectives"
151+
relative_path: "objectives/visualization"
149152
sim_objectives:
150153
package_name: "factory_sim"
151154
relative_path: "objectives"

src/grinding_sim/config/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ objectives:
137137
perception_objectives:
138138
package_name: "moveit_pro_objectives"
139139
relative_path: "objectives/perception"
140+
visualization_objectives:
141+
package_name: "moveit_pro_objectives"
142+
relative_path: "objectives/visualization"
140143
sim_objectives:
141144
package_name: "grinding_sim"
142145
relative_path: "objectives"

src/lab_sim/test/objectives_integration_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"Inspector",
7777
"Pick 1 Pill Bottle",
7878
"AddBottlesToPlanningScene",
79+
"Interactive Marker Visualization", # Server not available for GetTextFromUser
7980
}
8081

8182

src/moveit_pro_franka_configs/dual_arm_sim/config/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ objectives:
111111
perception_objectives:
112112
package_name: "moveit_pro_objectives"
113113
relative_path: "objectives/perception"
114+
visualization_objectives:
115+
package_name: "moveit_pro_objectives"
116+
relative_path: "objectives/visualization"
114117
custom_objectives:
115118
package_name: "dual_arm_sim"
116119
relative_path: "objectives"

src/moveit_pro_franka_configs/kitchen_sim/config/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ objectives:
6565
perception_objectives:
6666
package_name: "moveit_pro_objectives"
6767
relative_path: "objectives/perception"
68+
visualization_objectives:
69+
package_name: "moveit_pro_objectives"
70+
relative_path: "objectives/visualization"
6871
sim_objectives:
6972
package_name: "kitchen_sim"
7073
relative_path: "objectives"

src/moveit_pro_kinova_configs/kinova_sim/config/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ objectives:
171171
mujoco_objectives:
172172
package_name: "moveit_pro_objectives"
173173
relative_path: "objectives/mujoco"
174+
visualization_objectives:
175+
package_name: "moveit_pro_objectives"
176+
relative_path: "objectives/visualization"
174177
sim_objectives:
175178
package_name: "kinova_sim"
176179
relative_path: "objectives"

src/moveit_pro_ur_configs/picknik_ur_base_config/config/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ objectives:
184184
perception_objectives:
185185
package_name: "moveit_pro_objectives"
186186
relative_path: "objectives/perception"
187+
visualization_objectives:
188+
package_name: "moveit_pro_objectives"
189+
relative_path: "objectives/visualization"
187190
simulation_objectives:
188191
package_name: "picknik_ur_base_config"
189192
relative_path: "objectives"

0 commit comments

Comments
 (0)