Skip to content

Commit

Permalink
jsk_2013_04_pr2_610/test/test-demo-plan.test: jsk-ros-pkg/jsk_planning@
Browse files Browse the repository at this point in the history
…88f2809 breaks test-demo-plan.test, need double quad around arguments
  • Loading branch information
k-okada committed Dec 4, 2023
1 parent dcc6522 commit f0ae44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_2013_04_pr2_610/test/test-demo-plan.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<arg name="description" value="$(find jsk_2013_04_pr2_610)/pddl/description.l"/>
<arg name="planner" value="downward" />
<arg name="use_planner_option" value="true" />
<arg name="planner_option" value="--heuristic hlm=lmcount(lm_rhw(reasonable_orders=true,lm_cost_type=2,cost_type=2),pref=true) --heuristic hff=ff() --search iterated([lazy_greedy([hff,hlm],preferred=[hff,hlm]),lazy_wastar([hff,hlm],preferred=[hff,hlm],w=5),lazy_wastar([hff,hlm],preferred=[hff,hlm],w=3),lazy_wastar([hff,hlm],preferred=[hff,hlm],w=2)],repeat_last=false)" />
<arg name="planner_option" value="--heuristic &quot;hlm=lmcount(lm_rhw(reasonable_orders=true,lm_cost_type=2,cost_type=2),pref=true)&quot; --heuristic &quot;hff=ff()&quot; --search &quot;iterated([lazy_greedy([hff,hlm],preferred=[hff,hlm]),lazy_wastar([hff,hlm],preferred=[hff,hlm],w=5),lazy_wastar([hff,hlm],preferred=[hff,hlm],w=3),lazy_wastar([hff,hlm],preferred=[hff,hlm],w=2)],repeat_last=false)&quot;" />
<arg name="debug" value="true" />
<arg name="gui" value="false" />
<arg name="exit_on_finish" value="false"/>
Expand Down

0 comments on commit f0ae44b

Please sign in to comment.