Remove useless couts
The encoders are no longer conncted, so these just pollute the logs
This commit is contained in:
parent
65f7795023
commit
48339fdd4a
@ -321,8 +321,6 @@ public:
|
|||||||
{
|
{
|
||||||
LogCSVData();
|
LogCSVData();
|
||||||
UpdateDrive();
|
UpdateDrive();
|
||||||
std::cout << "arm encoder position: " << arms.GetEncPosition() << std::endl;
|
|
||||||
std::cout << "arm encoder velocity: " << arms.GetEncVel() << std::endl;
|
|
||||||
|
|
||||||
//bool rampDoing = false;
|
//bool rampDoing = false;
|
||||||
// This is shit code for testing. Replace it with real code.
|
// This is shit code for testing. Replace it with real code.
|
||||||
|
Reference in New Issue
Block a user