Skip to content

Commit 60122c5

Browse files
committed
Change factory_sim warnings to infos
1 parent 06cf283 commit 60122c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/factory_sim/objectives/plan_and_execute_with_orientation_samples.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
>
172172
<Action
173173
ID="LogMessage"
174-
log_level="warn"
174+
log_level="info"
175175
message="Pausing. Unable to plan to reachability pose. Press Resume when ready."
176176
/>
177177
<Action

src/factory_sim/objectives/reset_planning_scene.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Control ID="Sequence">
1010
<Action
1111
ID="LogMessage"
12-
log_level="warn"
12+
log_level="info"
1313
message="There might be some warnings and errors when this Objective runs, as long as the Objective completes successfully, everything worked as intended."
1414
/>
1515
<SubTree ID="Remove Tools from PlanningScene" _collapsed="false" />

0 commit comments

Comments
 (0)