Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk_doc.hpp
Go to the documentation of this file.
1/**
2 * \verbatim
3 * ___ ___
4 * \ \ / /
5 * \ \/ / Copyright (c) Fixposition AG (www.fixposition.com) and contributors
6 * / /\ \ License: see the LICENSE file
7 * /__/ \__\
8 * \endverbatim
9 *
10 * @file
11 * @brief Fixposition SDK: Documentation
12 */
13
14#ifndef __FPSDK_DOC_HPP__
15#define __FPSDK_DOC_HPP__
16
17/**
18 * @brief Fixposition SDK
19 */
20namespace fpsdk {
21/* ****************************************************************************************************************** */
22// clang-format off
23
24/*!
25 @mainpage
26
27 @section FPSDK_OVERVIEW Overview
28
29 The Fixposition SDK provides building blocks to write apps to use with Fixposition products, namely the Vision-RTK 2
30 sensor. Some apps to test and demponstrate some of the functionality are included. Some examples are provided to
31 demonstrate the suggested use of some of the functionality.
32
33 This documentation covers installation and building of the Fixposition SDK (and the included apps), the examples
34 and the API for your own apps.
35
36 @image html fpsdk-overview.drawio.svg
37
38 @section FPSDK_PACKAGES Packages and API
39
40 The SDK consists of the following packages:
41
42 - @subpage FPSDK_COMMON_DOC
43 - @subpage FPSDK_ROS1_DOC
44 - @subpage FPSDK_ROS2_DOC
45 - @subpage FPSDK_APPS_DOC
46
47 @section FPSDK_EXAMPLES Examples
48
49 See @ref FPSDK_EXAMPLES_DOC.
50
51 @section FPSDK_BUILD Building, installing, dependencies
52
53 See @ref FPSDK_BUILD_DOC.
54
55 @section FP_REFS References
56
57 - Fixposition SDK source code repository: https://github.com/fixposition/fixposition-sdk
58
59 @section FPSDK_LICENSE Licenses
60
61 See the LICENSE file included in the source of each package or the generated documentation (@ref
62 FPSDK_COMMON_LICENSE, @ref FPSDK_ROS1_LICENSE, @ref FPSDK_ROS2_LICENSE and @ref FPSDK_APPS_LICENSE).
63*/
64
65// clang-format on
66/* ****************************************************************************************************************** */
67} // namespace fpsdk
68#endif // __FPSDK_DOC_HPP__
Fixposition SDK.