Skip to content

Commit

Permalink
Update motionPlanning.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyongju Park authored Dec 7, 2017
1 parent 6f8637c commit 97ae4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/motionPlanning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ bool motionPlanning::collisionCheckYoubot(double pos[], double th_r[])
fcl::collide(&co_yb_arm4, &co_obs_m4, col_request, col_result64);
record*=!col_result64.isCollision();

// arm 2 and arm 4
// arm 2 and arm 4
fcl::collide(&co_yb_arm2, &co_yb_arm4, col_request, col_result_arm_2_4);
record*=!col_result_arm_2_4.isCollision();
return !record;
Expand Down

0 comments on commit 97ae4c3

Please sign in to comment.