Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
x
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
x
~
Variables
_
a
b
c
d
h
i
l
m
n
p
r
s
t
u
Enumerations
Enumerator
Files
File List
File Members
All
Functions
Variables
Typedefs
src
ros_parsers
test_ros2_parser.cpp
Go to the documentation of this file.
1
2
#include "
ros2_parser.h
"
3
4
int
main
()
5
{
6
std::cout <<
CreateSchema
(
"nav_msgs/Odometry"
) << std::endl;
7
std::cout <<
"\n\n"
<<
CreateSchema
(
"sensor_msgs/JointState"
) << std::endl;
8
std::cout <<
"\n\n"
<<
CreateSchema
(
"tf2_msgs/TFMessage"
) << std::endl;
9
}
CreateSchema
std::string CreateSchema(const std::string &base_type)
Definition:
ros2_parser.cpp:35
main
int main()
Definition:
test_ros2_parser.cpp:4
ros2_parser.h
plotjuggler_ros
Author(s): Davide Faconti
autogenerated on Wed Feb 21 2024 03:22:56