Fixposition SDK 0.0.0-heads/main-0-g5c7edb5
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
fpsdk_examples.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_EXAMPLES_HPP__
15#define __FPSDK_EXAMPLES_HPP__
16
17namespace fpsdk {
18/* ****************************************************************************************************************** */
19// clang-format off
20
21/*!
22 @page FPSDK_EXAMPLES_DOC Fixposition SDK: Examples
23
24 - @subpage FPSDK_EXAMPLES_PARSER_INTRO
25 - @subpage FPSDK_EXAMPLES_FUSION_EPOCH
26 - @subpage FPSDK_EXAMPLES_FPB_MEASUREMENTS
27 - @subpage FPSDK_EXAMPLES_ROS1_DEMO
28 - @subpage FPSDK_EXAMPLES_ROS2_DEMO
29
30
31 @page FPSDK_EXAMPLES_PARSER_INTRO Parsing and decoding FP_A messages
32
33 @include{lineno} parser_intro.cpp
34
35
36 @page FPSDK_EXAMPLES_FUSION_EPOCH Collecting fusion epoch data from FP_A messages
37
38 @include{lineno} fusion_epoch.cpp
39
40
41 @page FPSDK_EXAMPLES_FPB_MEASUREMENTS Making a FP_B-MEASUREMENTS message
42
43 @include{lineno} fpb_measurements.cpp
44
45
46 @page FPSDK_EXAMPLES_ROS1_DEMO ROS 1 node
47
48 This is a demonstratation of using the Fixposition SDK in a simple ROS 1 node. See the examples/ros1_fpsdk_demo
49 directory in the source code repository for details.
50
51
52 @page FPSDK_EXAMPLES_ROS2_DEMO ROS 2 node
53
54 This is a demonstratation of using the Fixposition SDK in a simple ROS 2 node. See the examples/ros2_fpsdk_demo
55 directory in the source code repository for details.
56*/
57
58// clang-format on
59/* ****************************************************************************************************************** */
60} // namespace fpsdk
61#endif // __FPSDK_EXAMPLES_HPP__
Fixposition SDK.