Micro-XRCE-DDS icon indicating copy to clipboard operation
Micro-XRCE-DDS copied to clipboard

An XRCE DDS implementation. Looking for commercial support? Contact [email protected]

Results 21 Micro-XRCE-DDS issues
Sort by recently updated
recently updated
newest added

Using the example code of ShapeDemoClient, I encountered the above errors on client side. Agent side ![image](https://user-images.githubusercontent.com/21167290/158314229-5b87dff2-f782-4710-98c4-e4830b916c74.png) ShapeDemoClient side ![image](https://user-images.githubusercontent.com/21167290/158314328-6505649f-ba1d-4a45-a7e5-b04f3c8067ea.png)

### Error ![1647309507(1)](https://user-images.githubusercontent.com/49939922/158328879-492b6e55-178e-4f04-80fe-b2ba011e6992.jpg) ### Build Environment ubuntu 20.04 ### Order git clone https://github.com/eProsima/Micro-XRCE-DDS.git cd Micro-XRCE-DDS-Agent mkdir build && cd build cmake \ -DCMAKE_SYSTEM_NAME=Android \ -DCMAKE_TOOLCHAIN_FILE=/home/lxc/Android/Sdk/ndk/22.1.7171670/build/cmake/android.toolchain.cmake \ -DANDROID_PLATFORM=21 \ -DCMAKE_ANDROID_NDK=/home/lxc/Android/Sdk/ndk/22.1.7171670 \...

The plans of integrating Micro-XRCE-DDS inside the Zephyr RTOS can reached by two approaches: - Adding a sample code where Micro-XRCE-DDS is retrieved as a External Project and place a...

enhancement

The publish period of the Micro-XRCE-DDS Client when it published over 40 topics seems to be over several ten milliseconds. Is this a limitation of the Micro-XRCE-DDS? We evaluated the...

I'm currently working on a project on ROS2. I'm using STM32F446ZET6U on my controller circuit and ROS Humble in my computer. MicroROS (STM) is using eProsima Micro XRCE-DDS, Nav2 (ROS2-HUMBLE-NAV2)...

Hello, I’m using a Raspberry Pi 4 (Ubuntu 22.04) to communicate with an mRo Pixhawk ( PX4 1.14.3). I’ve followed the [guide](https://docs.px4.io/main/en/companion_computer/pixhawk_rpi.html) and installed the agent as a standalone on...

If ROS gets this error,we need change all "ucdr_serialize_bool"in xrce_types.c. liskes: ![image](https://github.com/eProsima/Micro-XRCE-DDS/assets/109019791/9da4337f-b8f7-4156-8776-6538bb4a5255) There is no real bool type in a microcontroller, and a value >0 is considered true,but if true...