diff --git a/content/blog/Configuration_et_comportement_d-une_roue_Mecanum.en.md b/content/blog/Configuration_et_comportement_d-une_roue_Mecanum.en.md index b0e7967..dec9996 100644 --- a/content/blog/Configuration_et_comportement_d-une_roue_Mecanum.en.md +++ b/content/blog/Configuration_et_comportement_d-une_roue_Mecanum.en.md @@ -1,8 +1,8 @@ --- title: "Mecanum Wheel Setup and Behavior" -date: "2024-10-13T02:24:45+02:00" -lastmod: "2024-10-14T16:36:55+02:00" -lastupdate: "2024-10-14T16:36:55+02:00" +date: "2024-10-13T00:24:45+02:00" +lastmod: "2024-10-14T16:38:48+02:00" +lastupdate: "2024-10-14T16:38:48+02:00" author: "coach.francois" authors: ["coach.francois"] facebook_author: "false" @@ -93,7 +93,7 @@ There are two possible operator control modes: 2. Field-centric” mode, where the joystick controls the robot's direction in relation to the operator's field of vision. Link : [Mecanum TeleOp](https://gm0.org/en/latest/docs/software/tutorials/mecanum-drive.html) -
+

Example of Java programming in stand-alone mode : @@ -101,4 +101,5 @@ Link : [Drivetrain Control](https://www.ctrlaltftc.com/practical-examples/drivet + diff --git a/content/blog/Configuration_et_comportement_d-une_roue_Mecanum.md b/content/blog/Configuration_et_comportement_d-une_roue_Mecanum.md index f621832..7f6a84b 100644 --- a/content/blog/Configuration_et_comportement_d-une_roue_Mecanum.md +++ b/content/blog/Configuration_et_comportement_d-une_roue_Mecanum.md @@ -1,8 +1,8 @@ --- title: "Configuration et comportement d'une roue Mecanum" -date: "2024-10-13T18:05:32+02:00" -lastmod: "2024-10-14T16:36:38+02:00" -lastupdate: "2024-10-14T16:36:38+02:00" +date: "2024-10-13T16:05:32+02:00" +lastmod: "2024-10-14T16:38:36+02:00" +lastupdate: "2024-10-14T16:38:36+02:00" author: "coach.francois" authors: ["coach.francois"] facebook_author: "false" @@ -94,7 +94,7 @@ Il y a deux modes de contrôle opérateur possibles : 2. Le mode "Field-Centric" centré sur le terrain " où le joystick contrôle la direction du robot par rapport au champ de vision de l'opérateur. Lien : [Mecanum TeleOp](https://gm0.org/en/latest/docs/software/tutorials/mecanum-drive.html) -
+

Exemple de programmation Java en mode autonome : @@ -107,4 +107,5 @@ Lien : [Drivetrain Control](https://www.ctrlaltftc.com/practical-examples/drivet +