This commit is contained in:
keith siilats 2024-11-07 20:25:47 +00:00 committed by GitHub
commit 1b13a14e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ void labelSave(std::string label);
/* /*
* Function: Save current position as a label to saveArmStates.csv * Function: Teach trajectory will be save as Traj_label.csv in directory z1_controller/config/
* Switch to State_JointCtrl when done * Switch to State_JointCtrl when done
* Input: label * Input: label
* name to save, which shouldn't exist in z1_controller/config/saveArmStates.csv. * name to save, which shouldn't exist in z1_controller/config/saveArmStates.csv.
@ -69,7 +69,7 @@ void teach(std::string label);
/* /*
* Function: Switch to State_Teach * Function: Play back the Traj
* Input: label * Input: label
* Teach trajectory will be save as Traj_label.csv in directory z1_controller/config/ * Teach trajectory will be save as Traj_label.csv in directory z1_controller/config/
* The number of characters in label cannot be greater than 10.(char name[10]) * The number of characters in label cannot be greater than 10.(char name[10])