Giter VIP home page Giter VIP logo

uwb_tracker_ros's Introduction

UWB multi-range tracking

A ROS package for tracking using ultra-wideband (UWB) radios. The target needs one UWB tag and is localized by a tracker with multiple UWB radios (i.e. a robot).

The package is made up of three nodes:

  • uwb_serial: Reads binary messages from a serial port. The corresponding UWB driver for an embedded board are provided at https://developer.mbed.org/users/bhepp/code/AIT_UWB_Tracker/.
  • uwb_multi_range: Processes the multi-range timestamps from uwb_serial and publishes calibrated and uncalibrated ranges.
  • uwb_tracker: Processes the calibrated ranges from uwb_multi_range and tracks the target position using an Extended Kalman Filter. It publishes the state and covariance of the filter but also a corresponding transform.

Dependencies

  • Boost (system and thread module)
  • numpy
  • scipy
  • rospy

Installation

Checkout the repository in your ROS catkin workspace and build the workspace as usual.

Usage

You can start all three nodes using

roslaunch uwb uwb.launch

Many parameters like the serial port, baudrate, transform frames and parameter file can be specified as arguments. See the launch file for details. More low-level parameters can be defined via rosparam (the default parameters should be fine in most cases). Check out the code of the nodes for details.

Calibration

The folder utils contains the MATLAB script calibrate.m. This generates a YAML file containing offsets for each UWB unit in the tracker coordinate frame as well as linear coefficients for the calibrated range-measurements. The uwb_multi_range node uses the YAML file to generate calibrated range measurements.

A motion-capture system is useful for generating the calibration data but it could also be measured by hand. The file calibrate_example.m in the utils folder shows how the data for calibrate.m can be generated from motion-capture data.

Note: When recording data for calibration make sure to use the uncalibrated measurements from the uwb_multi_range node (otherwise you might use already calibrated values and get a wrong calibration).

uwb_tracker_ros's People

Contributors

bennihepp avatar tnaegeli avatar

Watchers

Anurag Sai Vempati avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.