@@ -161,16 +161,16 @@ In either case, a ``TrapezoidProfileCommand`` is created by passing the necessar
161
161
.. tab-item:: Java
162
162
:sync: Java
163
163
164
- .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/main /wpilibNewCommands/src/main/java/edu/wpi/first/wpilibj2/command/TrapezoidProfileCommand.java
164
+ .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.3.2 /wpilibNewCommands/src/main/java/edu/wpi/first/wpilibj2/command/TrapezoidProfileCommand.java
165
165
:language: java
166
- :lines: 28-43
166
+ :lines: 28-44
167
167
:linenos:
168
168
:lineno-start: 28
169
169
170
170
.. tab-item:: C++
171
171
:sync: C++
172
172
173
- .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/main /wpilibNewCommands/src/main/native/include/frc2/command/TrapezoidProfileCommand.h
173
+ .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.3.2 /wpilibNewCommands/src/main/native/include/frc2/command/TrapezoidProfileCommand.h
174
174
:language: c++
175
175
:lines: 35-49
176
176
:linenos:
@@ -211,7 +211,7 @@ What does a ``TrapezoidProfileSubsystem`` look like when used in practice? The
211
211
.. tab-item:: Java
212
212
:sync: Java
213
213
214
- .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/main /wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/drivedistanceoffboard/commands/DriveDistanceProfiled.java
214
+ .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.3.2 /wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/drivedistanceoffboard/commands/DriveDistanceProfiled.java
215
215
:language: java
216
216
:lines: 5-
217
217
:linenos:
@@ -220,7 +220,7 @@ What does a ``TrapezoidProfileSubsystem`` look like when used in practice? The
220
220
.. tab-item:: C++ (Header)
221
221
:sync: C++ (Header)
222
222
223
- .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/main /wpilibcExamples/src/main/cpp/examples/DriveDistanceOffboard/include/commands/DriveDistanceProfiled.h
223
+ .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.3.2 /wpilibcExamples/src/main/cpp/examples/DriveDistanceOffboard/include/commands/DriveDistanceProfiled.h
224
224
:language: c++
225
225
:lines: 5-
226
226
:linenos:
@@ -229,7 +229,7 @@ What does a ``TrapezoidProfileSubsystem`` look like when used in practice? The
229
229
.. tab-item:: C++ (Source)
230
230
:sync: C++ (Source)
231
231
232
- .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/main /wpilibcExamples/src/main/cpp/examples/DriveDistanceOffboard/cpp/commands/DriveDistanceProfiled.cpp
232
+ .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.3.2 /wpilibcExamples/src/main/cpp/examples/DriveDistanceOffboard/cpp/commands/DriveDistanceProfiled.cpp
233
233
:language: c++
234
234
:lines: 5-
235
235
:linenos:
@@ -242,7 +242,7 @@ And, for an :ref:`inlined <docs/software/commandbased/organizing-command-based:I
242
242
.. tab-item:: Java
243
243
:sync: Java
244
244
245
- .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/main /wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/drivedistanceoffboard/RobotContainer.java
245
+ .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.3.2 /wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/drivedistanceoffboard/RobotContainer.java
246
246
:language: java
247
247
:lines: 66-85
248
248
:linenos:
@@ -251,8 +251,8 @@ And, for an :ref:`inlined <docs/software/commandbased/organizing-command-based:I
251
251
.. tab-item:: C++
252
252
:sync: C++
253
253
254
- .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/main /wpilibcExamples/src/main/cpp/examples/DriveDistanceOffboard/cpp/RobotContainer.cpp
254
+ .. remoteliteralinclude:: https:// raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.3.2 /wpilibcExamples/src/main/cpp/examples/DriveDistanceOffboard/cpp/RobotContainer.cpp
255
255
:language: c++
256
- :lines: 37-60
256
+ :lines: 39-62
257
257
:linenos:
258
- :lineno-start: 37
258
+ :lineno-start: 39
0 commit comments