Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
poppy_software [2016/01/19 12:50]
nduminy
poppy_software [2016/07/25 12:46]
mai removed deprecated link
Line 76: Line 76:
 time.sleep(5) time.sleep(5)
 </​code>​ </​code>​
-  * to record and replay a movement ​http://​poppy-project.github.io/​poppy-docs/​pypot/​doc/​quickstart-primitive.html and https://​poppy-project.github.io/​pypot/​move.html.+  * to record and replay a movement ​ https://​poppy-project.github.io/​pypot/​move.html.
 ++++  code| <code Python> ++++  code| <code Python>
 importer des fonctions importer des fonctions
Line 146: Line 146:
   * Using the higher level //​MovePlayer//​ class: this class implements a //​LoopPrimitive//​ in order to update frequently the //​goal_position//​ attribut of the joint (N.B: the //​moving_speed//​ attribut __**is not modified**__ by the class when playing the motion and the robot __**will keep in mind the last //​moving_speed//​**__ sent).   * Using the higher level //​MovePlayer//​ class: this class implements a //​LoopPrimitive//​ in order to update frequently the //​goal_position//​ attribut of the joint (N.B: the //​moving_speed//​ attribut __**is not modified**__ by the class when playing the motion and the robot __**will keep in mind the last //​moving_speed//​**__ sent).
  
-If the //​moving_speed//​ attribut is set to 0, then the joint will move at full speed (N.B: If you're unsure of the //​moving_speed//​ you sent last to the robot and want to play a movement using //​MovePlayer//,​ it is **__recommended__** to initially set the //​moving_speed//​ of all the involved joints to 0.0)+If the //​moving_speed//​ attribut is set to 0, then the joint will move at full speed (N.B: If you're unsure of the //​moving_speed//​ you sent last to the robot and want to play a movement using //​MovePlayer//,​ it is **__recommended__** to initially set the //​moving_speed//​ of all the involved joints to 0.0).
  
  • poppy_software.txt
  • Last modified: 2019/05/17 13:08
  • by mai