Skip to content
Snippets Groups Projects
Commit 039e5a16 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add paragraph about simox utility

parent c191748a
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,13 @@ Simox consists of three libraries (Virtual Robot, Saba and Grasp Studio) and num ...@@ -6,6 +6,13 @@ Simox consists of three libraries (Virtual Robot, Saba and Grasp Studio) and num
examples showing how these libraries can be used to build complex tools in the examples showing how these libraries can be used to build complex tools in the
context of mobile manipulation. context of mobile manipulation.
**Simox Utility** is a utility library providing general-purpose code tools to help working with,
among others,
C++ strings and containers,
mathematics (e.g. pose, radians and degrees, scaling, clamping, periodic mean, ...),
data file formats (e.g. JSON, XMl), colors and color maps,
as well as shapes like axis-aligned and oriented (bounding) boxes.
The library **Virtual Robot** can be used to define complex robot systems, The library **Virtual Robot** can be used to define complex robot systems,
which may cover multiple robots with many degrees of freedom. which may cover multiple robots with many degrees of freedom.
The robot structure and its visualization can be easily defined via XML files and environments with The robot structure and its visualization can be easily defined via XML files and environments with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment