Skip to content

Commit 5a51d44

Browse files
committed
add python SwerveModuleAcceleration class definition with attributes and operators
Signed-off-by: Zach Harel <[email protected]>
1 parent 56c89d2 commit 5a51d44

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
classes:
2+
wpi::math::SwerveModuleAcceleration:
3+
attributes:
4+
acceleration:
5+
angle:
6+
methods:
7+
operator==:
8+
operator+:
9+
operator-:
10+
overloads:
11+
const SwerveModuleAcceleration& [const]:
12+
'[const]':
13+
operator*:
14+
operator/:

0 commit comments

Comments
 (0)