You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the destructor for dynamixel_driver, the code attempts to close the port handler without checking whether its ever been intiailized or not, resulting in a segmentation fault.
In the destructor for dynamixel_driver, the code attempts to close the port handler without checking whether its ever been intiailized or not, resulting in a segmentation fault.