Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
Increase the MaxAutoParticipantIndex for opensplice to 99. (#17)
Browse files Browse the repository at this point in the history
* Increase the MaxAutoParticpantIndex for opensplice to 99.

Signed-off-by: Chris Lalancette <[email protected]>

* Update the language a bit.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Feb 7, 2019
1 parent b7bbfaf commit 87e30e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions opensplice_cmake_module/config/ros_ospl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@
<!-- the following one is necessary only for TwinOaks CoreDX DDS compatibility -->
<!-- <ExplicitlyPublishQosSetToDefault>true</ExplicitlyPublishQosSetToDefault> -->
</Compatibility>
<Discovery>
<!-- By default, OpenSplice only allows up to 9 participants per
machine (see http://download.prismtech.com/docs/Vortex/html/ospl/ConfGuide/guide.html#maxautoparticipantindex)
This means that only 9 nodes can be run on a given machine,
which even moderately complex robots easily achieve.
-->
<MaxAutoParticipantIndex>99</MaxAutoParticipantIndex>
</Discovery>
</DDSI2Service>
</OpenSplice>

0 comments on commit 87e30e8

Please sign in to comment.