ros-drivers / phidgets_drivers

ROS drivers for various Phidgets devices
Other
46 stars 61 forks source link

BUGFIX: Wrong speed conversion factor #157

Closed mintar closed 1 year ago

mintar commented 1 year ago

The current code assumed time intervals from the Phisgets API was microseconds, but it's actually milliseconds. Reported speeds are all wrong by a factor of 1e3.

This is a forward-port of #155 to ROS2 rolling + humble.