Repository Summary
Checkout URI | https://github.com/guykhazma/ftm_msgs.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2018-05-23 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
ftm_msgs | 1.0.0 |
README
The ftm_msgs package provides a recommended interface to be used when developing FTM application in ROS. The recommended interface consists of three main blocks: 1. FTMSensor - a node that performs periodic FTM measurements for a given list of FTM Responders. 2. LCIActionServer - An action server node that implements the following: - Performs an on-demand LCI requests for a given list of FTM responders - Exposes Action to perform LCI request for a list of responders - Can be configured to publish LCI measurements results to a topic. If so, publishes results to ftm/lci topic 3. LCIRegistry - An optional node implementing the following: - Stores FTM Responders data - Subscribes to ftm/lci topic in order to update its data structure - Exposes CRUD services
ftm_msgs package provides the definitions of the Messages, Services and Actions needed in order to implement the architecture described above.