Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List with goals implementations for first Roadmap #1

Open
klpanagi opened this issue Dec 29, 2020 · 1 comment
Open

List with goals implementations for first Roadmap #1

klpanagi opened this issue Dec 29, 2020 · 1 comment

Comments

@klpanagi
Copy link
Member

We have E (events), which include RGs (RobotGoals), CGs (communication goals)

Robot goals (RGs):

  • Robot ROB to reach pose (X,Y) in a vicinity with radius
  • Robot ROB to reach {linear/rotational} speed
  • Robot ROB to maintain {linear/rotational} speed S for T seconds
  • Robot ROB to pass through a virtual line denoted by (X1, Y2), (X2, Y2)
  • Robot ROB to detect X {face, sound, motion, color blue/red..., text etc.etc.}
  • Robot ROB to speak the string X

Anti-Goals:

  • Robot ROB must not approach an obstacle under X meters
  • Robot ROB1 to not approach ROB2 below X meters

Topic-based Goals:

  • Send a message in the sub topic X [containing the attribute Y {with value lower/higher/equal to Z}]
  • Call the X RPC [containing the attribute Y {with value lower/higher/equal to Z}]

Complex Goals:

  • E1 to happen {after/before} E2
  • E1 to happen at {most/least} T seconds (after/before} E2

Logical expression for Goals:

  • E1 {and/or} E2 to happen
  • E1 to not happen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant