File tree Expand file tree Collapse file tree
ddsrouter_core/src/cpp/participant/implementations/rtps Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,6 +263,10 @@ CommonParticipant::participant_attributes_(
263263 const configuration::ParticipantConfiguration* participant_configuration)
264264{
265265 fastrtps::rtps::RTPSParticipantAttributes params;
266+
267+ // Add Participant name
268+ params.setName (participant_configuration->id .id_name ().c_str ());
269+
266270 return params;
267271}
268272
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Next release will include the following **Fast DDS features**:
1717
1818* New :term: `Initial Peers ` Participant that allows to create a fast WAN communication
1919 avoiding the Discovery Server configuration.
20+ * Participants names are set from ParticipantIds.
2021
2122Next release will include the following **configuration changes **:
2223
You can’t perform that action at this time.
0 commit comments