Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
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: ROS2 library documentation
12 */
13
14#ifndef __FPSDK_ROS2_DOC_HPP__
15#define __FPSDK_ROS2_DOC_HPP__
16
17namespace fpsdk {
18/**
19 * @brief Fixposition SDK: ROS2 library
20 */
21namespace ros2 {
22// clang-format off
23/* ****************************************************************************************************************** */
24
25/*!
26 @page FPSDK_ROS2_DOC Fixposition SDK: ROS2 Library
27
28 @section FPSDK_ROS2_OVERVIEW Overview
29
30 @todo add documentation
31
32 @section FPSDK_ROS2_MODULES Modules
33
34 - @subpage FPSDK_ROS2_UTILS
35
36 @section FPSDK_ROS2_LICENSE License
37
38 @include fpsdk_ros1/LICENSE
39
40*/
41
42/* ****************************************************************************************************************** */
43// clang-format on
44} // namespace ros2
45} // namespace fpsdk
46#endif // __FPSDK_ROS1_DOC_HPP__
Fixposition SDK.
Definition fpsdk_doc.hpp:20