File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CoordinateTransformations
2
2
3
3
[ ![ Build Status] ( https://github.com/JuliaGeometry/CoordinateTransformations.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaGeometry/CoordinateTransformations.jl/actions?query=workflow%3ACI )
4
+ [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://USER_NAME.github.io/PACKAGE_NAME.jl/stable )
5
+ [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://USER_NAME.github.io/PACKAGE_NAME.jl/dev )
4
6
5
7
** CoordinateTransformations** is a Julia package to manage simple or complex
6
8
networks of coordinate system transformations. Transformations can be easily
@@ -12,7 +14,7 @@ and automatic differentiation makes it easy to perform optimization and
12
14
therefore ideal for computer vision applications such as SLAM (simultaneous
13
15
localization and mapping).
14
16
15
- The package provide two main pieces of functionality
17
+ The package provides two main pieces of functionality
16
18
17
19
1 . Primarily, an interface for defining ` Transformation ` s and applying
18
20
(by calling), inverting (` inv() ` ), composing (` ∘ ` or ` compose() ` ) and
You can’t perform that action at this time.
0 commit comments