Skip to content

Commit

Permalink
Uncomment preconditions of drive task
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianstock committed Nov 2, 2020
1 parent 921f3ac commit e705d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions domains/mobipick/simple_navigation/domain.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# Robot is holding nothing: tuck arm
(:method
(Head drive(?to_area))
#(Pre p0 holding(ur5 nothing))
#(Pre p1 robot_at(?from_area))
#(VarDifferent ?to_area ?from_area)
(Pre p0 holding(ur5 nothing))
(Pre p1 robot_at(?from_area))
(VarDifferent ?to_area ?from_area)
(Sub s1 adapt_arm(ur5 tucked))
(Constraint Starts(s1,task))
(Sub s2 move_base(?from_area ?to_area))
Expand Down

0 comments on commit e705d87

Please sign in to comment.