Skip to content

A Julia package supporting the design of multi-sensor integrated navigation systems

License

Notifications You must be signed in to change notification settings

cipherlab-poly/NavigationSystems.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NavigationSystems.jl

A Julia package supporting the design of multi-sensor integrated navigation systems

Set-up

This package is in development and currently not working.

This package is intended to work with Julia v1.0 and later. To use with Julia prior to v1.0, please see the branch v0.5.

To add the package, in the package manager (press ] in the REPL)

pkg> add "https://github.com/cipherlab-poly/NavigationSystems.jl.git"

To use the package functionalities

using NavigationSystems

Run Tests

pkg> test NavigationSystems

Dependencies

  • StaticArrays.jl for faster computations with small matrices. This implies that only Julia versions ≥ 0.5 will be supported.
  • Rotations.jl for various representations of rotations.
  • CoordinateTransformations.jl.
  • Geodesy.jl for the conversion between standard coordinate systems (LLA, ECEF, etc.), which leverages the CoordinateTransformations.jl package.
  • Plots.jl at least during initial development.

The following dependencies have been removed for now

  • PolarFact.jl for matrix polar decomposition, which provides the solution to certain "best" rotation approximations. Does not seem to work with Julia >= 1.0
  • NMEA.jl to parse GPS messages.

About

A Julia package supporting the design of multi-sensor integrated navigation systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages