ros-industrial / motoman

ROS-Industrial Motoman support (http://wiki.ros.org/motoman)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floating precision with Param Extraction Library

ted-miller opened this issue · comments

The latest version of the param extraction library (which is not in this repo) has had all the float data changed to double.

This will conflict with some of the type definitions defined in this project. (For instance, CtrlGroup.h)

If the new version of the library is added to this project, then we need to update any types that reference the library data.