-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow user defined settings #1
Comments
Hi, @christianrauch Thank you for your good feedback. I am also considering this part. The I think we should make a request to eProsima, and if that is difficult, it would be better to consider the second method. What do you think? |
I overlooked that the XRCE implementation actually comes from eProsima. In this case, it would of course make sense to talk to them first. Do you actually plan to have |
Apart from the possibility, I have the plan. In order to do this, it seems that the order is to change the size of the buffers of the Micro-XRCE-DDS Client library and to check that there are no problems in operation. And to make it more flexible and easier for the user to change, it would be nice to allow the user to override the buffer size as you mentioned. |
I have raised an issue with eProsima regarding this issue. Most of the definitions in internal.h are protocol-related and should not be modified. |
57c90da Merge pull request #1 from ROBOTIS-GIT/develop 11f9543 Added transport related files for baremetal & extend platform. git-subtree-dir: src/ros2 git-subtree-split: 57c90da19a90b89ce8d35d977497e97f88d7fc5f
This issue will be closed since there were no actions for a while. You can reopen this issue to show this issue to the users whenever. Thanks. |
For adjusting the size of the program and dynamic memory, it would be nice if the
UXR_
macros (e.g.UXR_PACKED_SAMPLES_SEQUENCE_MAX
, ...) could be user-defined.The text was updated successfully, but these errors were encountered: