Fix bug in ROS discovery data generation
The Payload Encapsulation was wrongly set to PL_CDR_BE
This commit is contained in:
parent
f63fccdcc1
commit
39b7e6960a
@ -67,7 +67,7 @@ package body ros_config_package is
|
|||||||
end if;
|
end if;
|
||||||
|
|
||||||
-- Serialized Payload Header
|
-- Serialized Payload Header
|
||||||
ret.data(ret.length) := PL_CDR_BE & x"0000";
|
ret.data(ret.length) := CDR_BE & x"0000";
|
||||||
ret.length := ret.length + 1;
|
ret.length := ret.length + 1;
|
||||||
-- ParticipantEntitiesInfo.gid
|
-- ParticipantEntitiesInfo.gid
|
||||||
gid := to_gid(to_guid(GUIDPREFIX,ENTITYID_PARTICIPANT));
|
gid := to_gid(to_guid(GUIDPREFIX,ENTITYID_PARTICIPANT));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user