Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Getting position from Decawave

Nicole Chan edited this page Jun 22, 2017 · 1 revision

TODO: create ROS application (C++) that opens serial communication (USB) with Decawave, computes position from raw data, and publishes pose to rostopic.

  • Use http://wiki.ros.org/serial to setup serial communication
  • Include Joao's "tdoa.h" and call functions from there to compute position
  • Publish position in geometry_msgs/Pose message type (leave quaternion field blank for now. Will need heading in the future.)