ros2_parser.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "rclcpp/rclcpp.hpp"
4 #include "rmw/rmw.h"
5 #include "rmw/types.h"
6 #include "rosbag2_cpp/typesupport_helpers.hpp"
7 #include "rosidl_typesupport_introspection_cpp/message_introspection.hpp"
8 
9 #include <PlotJuggler/plotdata.h>
10 #include "parser_configuration.h"
11 
12 struct TopicInfo
13 {
14 
15  std::string topic_name;
16  std::string type;
18 
19  std::shared_ptr<rcpputils::SharedLibrary> introspection_library;
20  const rosidl_message_type_support_t *introspection_support;
21 
22  std::shared_ptr<rcpputils::SharedLibrary> support_library;
23  const rosidl_message_type_support_t *type_support;
24 
25  static rcutils_allocator_t allocator;
26 };
27 
28 std::string CreateSchema(const std::string &type_name);
29 
30 TopicInfo CreateTopicInfo(const std::string &topic_name, const std::string &type_name);
31 
32 std::shared_ptr<PJ::MessageParser>
33 CreateParserROS2(const PJ::ParserFactories &factories,
34  const std::string &topic_name,
35  const std::string &type_name,
TopicInfo::support_library
std::shared_ptr< rcpputils::SharedLibrary > support_library
Definition: ros2_parser.h:22
TopicInfo::topic_name
std::string topic_name
Definition: ros2_parser.h:15
data
parser_configuration.h
TopicInfo::has_header_stamp
bool has_header_stamp
Definition: ros2_parser.h:17
CreateTopicInfo
TopicInfo CreateTopicInfo(const std::string &topic_name, const std::string &type_name)
Definition: ros2_parser.cpp:115
TopicInfo::introspection_support
const rosidl_message_type_support_t * introspection_support
Definition: ros2_parser.h:20
TopicInfo::introspection_library
std::shared_ptr< rcpputils::SharedLibrary > introspection_library
Definition: ros2_parser.h:19
PJ::ParserFactories
std::map< QString, std::shared_ptr< ParserFactoryPlugin > > ParserFactories
TopicInfo::type
std::string type
Definition: ros2_parser.h:16
TopicInfo::allocator
static rcutils_allocator_t allocator
Definition: ros2_parser.h:25
CreateSchema
std::string CreateSchema(const std::string &type_name)
Definition: ros2_parser.cpp:35
PJ::PlotDataMapRef
TopicInfo
Definition: ros2_parser.h:12
plotdata.h
CreateParserROS2
std::shared_ptr< PJ::MessageParser > CreateParserROS2(const PJ::ParserFactories &factories, const std::string &topic_name, const std::string &type_name, PJ::PlotDataMapRef &data)
Definition: ros2_parser.cpp:132
TopicInfo::type_support
const rosidl_message_type_support_t * type_support
Definition: ros2_parser.h:23


plotjuggler_ros
Author(s): Davide Faconti
autogenerated on Wed Feb 21 2024 03:22:56