File tree 2 files changed +4
-9
lines changed
include/orocos/rt_string_msgs/boost
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef RT_STRING_MSGS_BOOST_SERIALIZATION_RT_STRING_H
2
2
#define RT_STRING_MSGS_BOOST_SERIALIZATION_RT_STRING_H
3
3
4
- #include <boost/serialization/serialization.hpp>
5
- #include <boost/serialization/nvp.hpp>
6
- #include <boost/serialization/vector.hpp>
7
- #include <boost/serialization/string.hpp>
4
+ // File needed because the generated typekits for derived message packages
5
+ // unconditionally include rt_string_msgs/boost/rt_string.h
8
6
9
7
#include <rt_string_msgs/rt_string.h>
10
8
11
- // File needed because the generated typekit rtt_rt_string_msgs
12
- // unconditionally includes rt_string_msgs/boost/rt_string.h
13
-
14
9
#endif // RT_STRING_MSGS_BOOST_SERIALIZATION_RT_STRING_H
Original file line number Diff line number Diff line change 1
- #include < rt_string_msgs/boost/ rt_string.h>
1
+ #include < rt_string_msgs/rt_string.h>
2
2
3
3
#include < rtt_roscomm/rtt_rostopic_ros_msg_transporter.hpp>
4
4
#include < rtt_roscomm/rtt_rostopic.h>
@@ -12,7 +12,7 @@ namespace rtt_roscomm {
12
12
{
13
13
bool registerTransport (std::string name, types::TypeInfo* ti)
14
14
{
15
- if (name == " RTT. rt_string" ) { return ti->addProtocol (ORO_ROS_PROTOCOL_ID,new RosMsgTransporter<RTT::rt_string>());} else
15
+ if (name == " rt_string" ) { return ti->addProtocol (ORO_ROS_PROTOCOL_ID, new RosMsgTransporter<RTT::rt_string>());} else
16
16
return false ;
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments