Fixposition SDK 0.0.0-heads/main-0-g7b59b93
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 This is the reference documentation of the Fixposition SDK API. For examples and building instructions see the
30 provided apps (e.g. the "fpltool" in fpsdk_apps/fpltool/), the CI scripts or the various README.md files.
31
32 @image html fpsdk-overview.drawio.svg
33
34 @section FPSDK_PACKAGES Packages
35
36 - @subpage FPSDK_COMMON_DOC
37 - @subpage FPSDK_ROS1_DOC
38 - @subpage FPSDK_ROS2_DOC
39 - @subpage FPSDK_APPS_DOC
40
41 @section FP_REFS References
42
43 - Fixposition SDK source code repository: https://github.com/fixposition/fixposition_utility
44
45 @section FPSDK_LICENSE Licenses
46
47 See the LICENSE files of the individual packages, included in the documentation linked above.
48
49*/
50
51// clang-format on
52/* ****************************************************************************************************************** */
53} // namespace fpsdk
54#endif // __FPSDK_DOC_HPP__
Fixposition SDK.
Definition fpsdk_doc.hpp:20