Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create AnchorScan.msg #148

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions sensor_msgs/msg/AnchorScan.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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.

Header header

int32[] AnchorID # ID of fixed sensors.

float64[] x # x coordinates of fixed sensors respectively in meter
float64[] y # y coordinates of fixed sensors respectively in meter
float64[] z # z coordinates of fixed sensors respectively in meter

float64[] tdoa_of_anchors # TDOA values of UWB signals according to sensor with minimum ID.