WPI-AIM/wpi-dvrk-ros

The dvrk_arm class needs a better latency control

adnanmunawar opened this issue · 0 comments

Since the dvrk_arm class methods are called in an async, rate::sleeps and ros::spinOnce are required at each call. This causes unexpected latency.

The default Async::spinner is not the best choice since it can corrupt data between intermediate calls to the data being converted.