Add Limits to SmartDashboard
This commit is contained in:
parent
1c51dc6e41
commit
10d9a20d51
@ -82,6 +82,10 @@ private:
|
|||||||
SmartDashboard::PutBoolean("log A", logA.is_open());
|
SmartDashboard::PutBoolean("log A", logA.is_open());
|
||||||
SmartDashboard::PutBoolean("log B", logB.is_open());
|
SmartDashboard::PutBoolean("log B", logB.is_open());
|
||||||
SmartDashboard::PutBoolean("log C", logC.is_open());
|
SmartDashboard::PutBoolean("log C", logC.is_open());
|
||||||
|
SmartDashboard::PutBoolean("Ramp Limit F", ramp.GetForwardLimitOK());
|
||||||
|
SmartDashboard::PutBoolean("Ramp Limit R", ramp.GetReverseLimitOK());
|
||||||
|
SmartDashboard::PutBoolean("Arms Limit F", arms.GetForwardLimitOK());
|
||||||
|
SmartDashboard::PutBoolean("Arms Limit R", arms.GetReverseLimitOK());
|
||||||
|
|
||||||
if (!logA.is_open() && !logB.is_open() && !logC.is_open())
|
if (!logA.is_open() && !logB.is_open() && !logC.is_open())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user