-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
- All returned timestamps should be defined in the same unit and reference frame as WPILib's CAN timestamps
- WPILib doesn't do a fantastic job of being consistent and documenting how timestamps work. Improve this upstream, and make sure that the behavior is consistent between simulation and the roboRIO.
- All timestamp values should have a type of
uint64_t- WPILib HAL timestamps are typed as
uint32_t, unfortunately. We'll need to useCANMessagefor our internal CAN stream data representation, rather than the WPILib version like we do now.
- WPILib HAL timestamps are typed as
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels