From 0c9b7bf75d9950b97192ee679315abf60f2b02b9 Mon Sep 17 00:00:00 2001 From: nobody5050 <32989720+nobody5050@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:37:26 -0500 Subject: [PATCH] Make c++ example actually compilable --- .../swerve-drive-kinematics.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/source/docs/software/kinematics-and-odometry/swerve-drive-kinematics.rst b/source/docs/software/kinematics-and-odometry/swerve-drive-kinematics.rst index 2d96b2de33..15fa53d4db 100644 --- a/source/docs/software/kinematics-and-odometry/swerve-drive-kinematics.rst +++ b/source/docs/software/kinematics-and-odometry/swerve-drive-kinematics.rst @@ -303,14 +303,12 @@ By recording a set of swerve module states using :ref:`NetworkTables states(states_vec.begin(), + states_vec.end()); + + publisher.Set(states); } };