Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BNF 0.25 KB | None | 0 0
  1. <init> ::= <mode> <EOL>
  2. <home> ::= <axis> <EOL>
  3. <move> ::= <mode> <coordinate-part>
  4.     <coordinate-part> ::= <x> <y> <z> <pitch> <roll> <EOL>
  5. <roll> ::= <direction> <EOL>
  6. <stop> ::= <axis> <EOL>
  7. <open_gripper> ::= <EOL>
  8. <close_gripper> ::= <EOL>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement