mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -2,15 +2,15 @@ extra_includes:
|
||||
- wpi/nt/NTSendableBuilder.hpp
|
||||
|
||||
classes:
|
||||
frc::Field2d:
|
||||
wpi::Field2d:
|
||||
ignored_bases:
|
||||
- wpi::SendableHelper<Field2d>
|
||||
- wpi::util::SendableHelper<Field2d>
|
||||
methods:
|
||||
Field2d:
|
||||
SetRobotPose:
|
||||
overloads:
|
||||
const Pose2d&:
|
||||
units::meter_t, units::meter_t, Rotation2d:
|
||||
const wpi::math::Pose2d&:
|
||||
wpi::units::meter_t, wpi::units::meter_t, wpi::math::Rotation2d:
|
||||
GetRobotPose:
|
||||
GetObject:
|
||||
return_value_policy: reference_internal
|
||||
|
||||
Reference in New Issue
Block a user