ros-industrial / ur_msgs

ROS messages and services for Universal Robots robot controllers.

Home Page:https://wiki.ros.org/ur_msgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ros time to ur_msgs

stianborgesen opened this issue · comments

I need to synchronize IOStates with other messages, this is not possible when time is not included in messages.

I guess creating custom message for this would be better. As of now this message format is used in many projects and since ROS does not provide optional arguments in messages it would create ripples.