From 9ce4481c7cb2440a567085f4cb4ae003aebdeaa7 Mon Sep 17 00:00:00 2001 From: Miriam Sinton-Remes Date: Wed, 5 Aug 2026 15:30:11 -0400 Subject: [PATCH 1/2] Documented best practices for RC mounting --- .../best_practices/robot-controller-mounting.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/robot_building/best_practices/robot-controller-mounting.rst b/docs/source/robot_building/best_practices/robot-controller-mounting.rst index 8f734d87..79f2a035 100644 --- a/docs/source/robot_building/best_practices/robot-controller-mounting.rst +++ b/docs/source/robot_building/best_practices/robot-controller-mounting.rst @@ -1,5 +1,9 @@ Robot Controller Mounting Best Practices ------------------------------------------ -.. todo:: - Add robot controller mounting best practices content. +Controlling your ROBOT requires that your ROBOT CONTROLLER and DRIVER STATION +are able to talk to each other. Teams are strongly encouraged to mount their +ROBOT CONTROLLER away from noise generating devices such as motors. Teams +also avoid putting EMF shielding materials like sheets anywhere between the +ROBOT CONTROLLER and DRIVER STATIOM. Refer to the specific documentation for +your devices to determine where the WiFi radio is. \ No newline at end of file From 5963cfa60758629edb92a710a69513ca495d1c71 Mon Sep 17 00:00:00 2001 From: Miriam Sinton-Remes Date: Wed, 19 Aug 2026 13:17:34 -0400 Subject: [PATCH 2/2] Fixed typo and provided examples of blocking materials --- .../best_practices/robot-controller-mounting.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/robot_building/best_practices/robot-controller-mounting.rst b/docs/source/robot_building/best_practices/robot-controller-mounting.rst index 79f2a035..1aacdf86 100644 --- a/docs/source/robot_building/best_practices/robot-controller-mounting.rst +++ b/docs/source/robot_building/best_practices/robot-controller-mounting.rst @@ -4,6 +4,7 @@ Robot Controller Mounting Best Practices Controlling your ROBOT requires that your ROBOT CONTROLLER and DRIVER STATION are able to talk to each other. Teams are strongly encouraged to mount their ROBOT CONTROLLER away from noise generating devices such as motors. Teams -also avoid putting EMF shielding materials like sheets anywhere between the -ROBOT CONTROLLER and DRIVER STATIOM. Refer to the specific documentation for -your devices to determine where the WiFi radio is. \ No newline at end of file +also avoid putting EMF shielding materials, like sheets of metal or carbon fiber, +anywhere between the ROBOT CONTROLLER and DRIVER STATION. Refer to the specific +documentation for your devices to determine where the WiFi radio is. The +locations on the REV Control Hub and REV Expansion Hub are `here. `_ \ No newline at end of file