Skip to content

wdnmdqwer/trajectory_toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trajectory_toolkit

This is a python tool for analyzing and evaluating trajectory data. The basic structure are numpy array of arbitrary dimension. The first dimension contains the number of timesteps, the second dimension corresponds to the dimension of the data. The following is supported:

  • Loading data from rosbag into the arrays
  • Reading the data online from a rostopic
  • Plotting functionality, including online plotting
  • Differentiation of data
  • Interpolation of data
  • Handling of 3D rotations by means of quaternions
  • Time alignment of data
  • Alignment of coordinate frames

The example.py files shows the basic functionality of the package. A rosbag containing trajectory data is provided for testing.

About

Python tool for analyzing and evaluating trajectory data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • CMake 0.2%