Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Java unit support to LinearSystemSim #7187

Open
daltzctr opened this issue Oct 11, 2024 · 1 comment
Open

Add Java unit support to LinearSystemSim #7187

daltzctr opened this issue Oct 11, 2024 · 1 comment
Labels
component: wpiunits Java units library type: feature Brand new functionality, features, pages, workflows, endpoints, etc.

Comments

@daltzctr
Copy link

https://github.wpilib.org/allwpilib/docs/development/java/edu/wpi/first/wpilibj/simulation/LinearSystemSim.html#update(double) does not currently support Java units. It would be useful to use Java units for update (take a Time) and better match the C++ version https://github.wpilib.org/allwpilib/docs/development/cpp/classfrc_1_1sim_1_1_linear_system_sim.html#details

@calcmogul calcmogul added type: feature Brand new functionality, features, pages, workflows, endpoints, etc. component: wpiunits Java units library labels Oct 14, 2024
@narmstro2020
Copy link
Contributor

PR #7157 has such an overload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: wpiunits Java units library type: feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects
None yet
Development

No branches or pull requests

3 participants