embeddedRTPS icon indicating copy to clipboard operation
embeddedRTPS copied to clipboard

Portable implementation of the RTPS/DDS protocol for embedded devices.

Results 15 embeddedRTPS issues
Sort by recently updated
recently updated
newest added

Please, can you share the Infineon Aurix example with me?

Implementation of ownership and chibios

This is not an issue but question to developer team. embeddedRTPS uses eProsima Micro-CDR as the third party library. In this repository, the file for Micro-CDR was copied directly and...

Just a drive-by fix. This replace temporaries with scope variables.

PBuf reference counting is done inside LwIP. PBufWrapper should be transparent implementation without intrusive reference counting. This commit makes `PBufWrapper` class movable and non-copyable.

Unexpected memory access error when changing PARTICIPANT_START_ID to 1. I am getting an error below process. https://github.com/embedded-software-laboratory/embeddedRTPS/blob/master/src/entities/Domain.cpp#L60 Shouldn't the PARTICIPANT_START_ID be subtracted in this process? Or do you intend not...

Hi @akampmann I have following use case i would like to know whether embeddedRTPS support or not ? Usecase1 : I have built my application by replacing Micro-ROS XRCE DDS...

Code base is now running on ESP32-S3-wroom-1 platform.

Allows for logging framework (printf) to be overridden by alternative frameworks such as Arduino Serial logging or our own implementations. For example: ![Screenshot 2024-07-04 at 11 04 29 AM](https://github.com/embedded-software-laboratory/embeddedRTPS/assets/1988793/c876dca3-9690-4432-9ec5-e8e1ecd37d08)