Open 130s opened 7 years ago
In HIRONX.startImpedance_315_3, the method returns when ic_svc.getImpedanceControllerParam
returns False
(which I think means no ImpedanceControllerParam was found on RTC side).
Is it the intended behavior?
i think you haven't set config for RTC, please check output of rtcd
-- ◉ Kei Okada
2017-05-12 5:30 GMT+09:00 Isaac I.Y. Saito notifications@github.com:
In HIRONX.startImpedance_315_3 https://github.com/start-jsk/rtmros_hironx/blob/02c82654802336ae7deba01b65b564a83fcf2f61/hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py#L1004, the method returns when ic_svc.getImpedanceControllerParam returns False (which I think means no ImpedanceControllerParam was found on RTC side).
Is it the intended behavior?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tork-a/rtmros_nextage/issues/326#issuecomment-300908325, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeG3E5uyRKxFiKnGIehf4mlryv1ZvC7ks5r42_qgaJpZM4NYe3E .
The values that
getImpedanceControllerParam
returns are not the same with what are passed tostartImpedance
.So far I've only tested this on simulator. On real robot will be tested very soon.
Not sure how this relates or not to #325.