Closed mmurooka closed 2 years ago
Could you implement the const accessor of robot gripper? https://github.com/jrl-umi3218/mc_rtc/blob/0e03dab3b900d8dab8ac79e5998ef7d0a3f7c883/include/mc_rbdyn/Robot.h#L1031-L1037
It is needed to check if the gripper is completed or not from the other const methods. https://github.com/jrl-umi3218/mc_rtc/blob/0e03dab3b900d8dab8ac79e5998ef7d0a3f7c883/include/mc_control/generic_gripper.h#L261-L271
Hi @mmurooka
Thanks for raising this. It has been added via the PR above.
Could you implement the const accessor of robot gripper? https://github.com/jrl-umi3218/mc_rtc/blob/0e03dab3b900d8dab8ac79e5998ef7d0a3f7c883/include/mc_rbdyn/Robot.h#L1031-L1037
It is needed to check if the gripper is completed or not from the other const methods. https://github.com/jrl-umi3218/mc_rtc/blob/0e03dab3b900d8dab8ac79e5998ef7d0a3f7c883/include/mc_control/generic_gripper.h#L261-L271