jrl-umi3218 / mc_openrtm

Interface between OpenRTM and mc_rtc
BSD 2-Clause "Simplified" License
3 stars 10 forks source link

Perform open and close IOB only once #37

Closed rohanpsingh closed 10 months ago

rohanpsingh commented 10 months ago

Tested on the real robot (with servo off)
With this change, I am able to make repeated calls for reading and writing PD gains for a long time without crashing.

Originally, this is not possible because it involves opening/closing iob at each PD gain call, which makes the system to crash after some iterations.