File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# CoordinateTransformations
22
33[ ![ 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 )
46
57** CoordinateTransformations** is a Julia package to manage simple or complex
68networks of coordinate system transformations. Transformations can be easily
@@ -12,7 +14,7 @@ and automatic differentiation makes it easy to perform optimization and
1214therefore ideal for computer vision applications such as SLAM (simultaneous
1315localization and mapping).
1416
15- The package provide two main pieces of functionality
17+ The package provides two main pieces of functionality
1618
17191 . Primarily, an interface for defining ` Transformation ` s and applying
1820 (by calling), inverting (` inv() ` ), composing (` ∘ ` or ` compose() ` ) and
You can’t perform that action at this time.
0 commit comments