ros / common_msgs

Commonly used messages in ROS. Includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds.
http://wiki.ros.org/common_msgs
177 stars 191 forks source link

Create AnchorScan.msg #148

Closed elcingencturk closed 4 years ago

elcingencturk commented 4 years ago

This is a message to hold the fixed anchors' (UWB sensors) information at known coordinates and Time Difference of Arrival (TDOA) values. The indoor positioning systems developed using UWB signals include multiple sensors that transmit UWB signals in an environment. Calculations such as position, anchor selection etc. are made by using TDOA measurements from these sensors and coordinate information of the sensors. With the defined AnchorScan message, it allows the publish of this information from the sensors via any developed firmware.

tfoote commented 4 years ago

This appears to be the second half of #147 please merge these changes into that branch and continue the conversation there.

Looking at this message reinforces my response in that review however that this message does not look mature enough to be promoted to common_msgs and could use some iterations.