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
d7c0e0e6
Commit
d7c0e0e6
authored
Oct 20, 2017
by
Alejandro Suarez Hernandez
Browse files
Fixed some typos in README.md
parent
3c5e76d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d7c0e0e6
...
...
@@ -38,7 +38,7 @@ located by CMake.
## Practical considerations
From a user point of view, one should be concerned exclusively
with
the
`Planner`
From a user point of view, one should be concerned exclusively
about
the
`Planner`
abstract class declared in
`src/imagine-planner.h`
:
```
c++
...
...
@@ -64,7 +64,7 @@ Planner implementations inherit from the `Planner` abstract class, providing a
definition for the function operator. A
`Plan`
consists of several
`Step`
s, being
one
`Step`
an operator and the state that is expected after the execution of this operator.
`PlanState`
and
`GoalSpecification`
objects are simply collection of Predicates.
`PlanState`
and
`GoalSpecification`
objects are simply collection
s
of Predicates.
The
`Domain`
's instances are created providing the path and version of an ADES
database. Internally, the constructor method will read the whole database and
translate the operators' specifications into the internal representation of the
...
...
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