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 Sat May 24 2025 02:24:01