Update README.md

Esse commit está contido em:
Laurent Eschenauer
2013-08-30 10:11:28 +02:00
commit c23f0f4bd7
+5 -1
Ver Arquivo
@@ -110,11 +110,15 @@ Add a wait step to the mission. Will wait for the given delay (in ms) before pro
Add a movement step to the mission. Will go the given position before proceeding to next step. The position is a Controller goal such as {x: 0, y: 0, z: 1, yaw: 90}.
### mission.task(function)
#### mission.task(function(callback){..})
Add a task step to the mission. Will execute the provided function before proceeding to the next step. A callback argument is passed to the function, it should be called when the
task is done.
#### mission.taskSync(function)
Add a task step to the mission. Will execute the provided function before proceeding to the next step.
#### mission.zero()
Add a zeroing step to the mission. This will set the current position/orientation as