From 8e933f0653cd551f77ffd06eefb40e78a49f26aa Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Thu, 23 Mar 2023 12:46:52 -0400 Subject: [PATCH] added robot index --- robot/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/robot/index.md b/robot/index.md index 4a9105c..1cd5fad 100644 --- a/robot/index.md +++ b/robot/index.md @@ -3,3 +3,8 @@ sidebar_position: 1 --- # Introduction + +Comme vous l'aurez compris avec la section [Java](../java/), un robot _FRC_ peut être programmé en Java. +Il peut aussi être programmé en _C++_, _LabView_ ou _Python_, mais nous avons choisi _Java_ pour sa simplicité et sa robustesse. + +Dans cette section, vous apprendrez comment programmer un robot _FRC_ en _Java_ en utilisant la bibliothèque [WPILib](https://docs.wpilib.org/)