File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
subprojects/robotpy-wpilib/wpilib Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33# TODO: robotpy-build subpackage bug
44from wpimath ._controls ._controls import trajectory as _
55
6- # autogenerated by 'robotpy-build create-imports wpilib wpilib._wpilib'
6+ # autogenerated by 'semiwrap create-imports wpilib wpilib._wpilib'
77from ._wpilib import (
88 ADIS16448_IMU ,
99 ADIS16470_IMU ,
Original file line number Diff line number Diff line change 11from . import _init__counter
22
3- # autogenerated by 'robotpy-build create-imports wpilib.counter wpilib.counter._counter'
3+ # autogenerated by 'semiwrap create-imports wpilib.counter wpilib.counter._counter'
44from ._counter import (
55 EdgeConfiguration ,
66 ExternalDirectionCounter ,
Original file line number Diff line number Diff line change 11from . import _init__drive
22
3- # autogenerated by 'robotpy-build create-imports wpilib.drive wpilib.drive._drive'
3+ # autogenerated by 'semiwrap create-imports wpilib.drive wpilib.drive._drive'
44from ._drive import DifferentialDrive , MecanumDrive , RobotDriveBase
55
66__all__ = ["DifferentialDrive" , "MecanumDrive" , "RobotDriveBase" ]
Original file line number Diff line number Diff line change 11from . import _init__event
22
3- # autogenerated by 'robotpy-build create-imports wpilib.event wpilib.event._event'
3+ # autogenerated by 'semiwrap create-imports wpilib.event wpilib.event._event'
44from ._event import BooleanEvent , EventLoop , NetworkBooleanEvent
55
66__all__ = ["BooleanEvent" , "EventLoop" , "NetworkBooleanEvent" ]
Original file line number Diff line number Diff line change 11from . import _init__interfaces
22
3- # autogenerated by 'robotpy-build create-imports wpilib.interfaces wpilib.interfaces._interfaces'
3+ # autogenerated by 'semiwrap create-imports wpilib.interfaces wpilib.interfaces._interfaces'
44from ._interfaces import CounterBase , GenericHID , MotorController
55
66__all__ = ["CounterBase" , "GenericHID" , "MotorController" ]
Original file line number Diff line number Diff line change 11from . import _init__shuffleboard
22
3- # autogenerated by 'robotpy-build create-imports wpilib.shuffleboard wpilib.shuffleboard._shuffleboard'
3+ # autogenerated by 'semiwrap create-imports wpilib.shuffleboard wpilib.shuffleboard._shuffleboard'
44from ._shuffleboard import (
55 BuiltInLayouts ,
66 BuiltInWidgets ,
Original file line number Diff line number Diff line change 33# needed for dcmotor return value, TODO fix in robotpy-build
44from wpimath ._controls ._controls import plant as _
55
6- # autogenerated by 'robotpy-build create-imports wpilib.simulation wpilib.simulation._simulation'
6+ # autogenerated by 'semiwrap create-imports wpilib.simulation wpilib.simulation._simulation'
77from ._simulation import (
88 ADIS16448_IMUSim ,
99 ADIS16470_IMUSim ,
Original file line number Diff line number Diff line change 1- # autogenerated by 'robotpy-build create-imports wpilib.sysid wpilib._wpilib.sysid'
1+ # autogenerated by 'semiwrap create-imports wpilib.sysid wpilib._wpilib.sysid'
22from .._wpilib .sysid import State , SysIdRoutineLog
33
44__all__ = ["State" , "SysIdRoutineLog" ]
You can’t perform that action at this time.
0 commit comments