We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646ca52 commit d149bb7Copy full SHA for d149bb7
micro_ros_agent/src/agent/graph_manager/graph_typesupport.cpp
@@ -41,7 +41,7 @@ ParticipantEntitiesInfoTypeSupport::ParticipantEntitiesInfoTypeSupport()
41
ss << "dds_::" << message_name << "_";
42
this->setName(ss.str().c_str());
43
44
- bool full_bounded = true;
+ char full_bounded;
45
m_typeSize = 4 + callbacks_->max_serialized_size(full_bounded);
46
}
47
@@ -133,7 +133,7 @@ MicrorosGraphInfoTypeSupport::MicrorosGraphInfoTypeSupport()
133
134
135
136
137
138
139
0 commit comments