Skip to content

Commit

Permalink
rm comment - fake
Browse files Browse the repository at this point in the history
  • Loading branch information
akmaralAW committed Sep 1, 2023
1 parent 8306e3d commit 9c3f059
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/joint_robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,6 @@ void Joint_robot::calcV(Eigen::Ref<Eigen::VectorXd> v,
const Eigen::Ref<const Eigen::VectorXd> &x,
const Eigen::Ref<const Eigen::VectorXd> &u) {

// CHECK_EQ(v.size(), 3*2, AT);
// CHECK_EQ(x.size(), 3*2, AT);
// CHECK_EQ(u.size(), 2*2, AT);

int k = 0;
int m = 0;
for (size_t i = 0; i < v_robot_types.size(); ++i) {
Expand Down

0 comments on commit 9c3f059

Please sign in to comment.