You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if Daniel or Noah updated you, but the unit tests for the arm were not pulling the PID values from the parameters.toml file. We figured out how to make the unit tests pass. As long as someone tells me what to for this task I am able to do it.
@danielbrownmsm@noahzemlin@AbbeySieg the parameters not being pulled is a known issue (by me at least) from the beta test. The issue is that the deploy directory doesn't get copied to the unit test execution location. I had some hacks on the beta repo to fix this, but I would recommend disabling such unit tests or setting appropriate default values
Summary
Hardware configurations and limits need to be added to the
parameters.toml
file.Items to add:
Work
parameters.toml
file in appropriate sectionsVerification
Deferred Work
Adding the following is deferred until we can figure out how to integrate parameter loading in CI:
The text was updated successfully, but these errors were encountered: