Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 6c9a6c0

Browse files
authored
Remove TODO (#239)
1 parent c897f8a commit 6c9a6c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

march_hardware/src/Joint.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ void Joint::actuateRad(double targetPositionRad)
4545
"Joint %s is not allowed to actuate, "
4646
"yet its actuate method has been called",
4747
this->name.c_str());
48-
// TODO(BaCo) check that the position is allowed and does not exceed (torque)
49-
// limits.
5048
this->iMotionCube.actuateRad(targetPositionRad);
5149
}
5250

0 commit comments

Comments
 (0)