Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
perception
imagine-planner
Commits
3c5e76d1
Commit
3c5e76d1
authored
Oct 20, 2017
by
Alejandro Suarez Hernandez
Browse files
Fixed typo in README.md
parent
6a1adbc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3c5e76d1
...
...
@@ -178,7 +178,7 @@ switch_sides_pre(From,To) :- at(boat,From), side(From), side(To),
***
*
To unload an object in one of the sides of the river, the object has to
be loaded into the boat and the boa has to be at that side
*
:
be loaded into the boat and the boa
t
has to be at that side
*
:
```
unload_pre(Side,What) :- at(boat,Side), side(Side), loaded(What)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment