micro_ros_platformio icon indicating copy to clipboard operation
micro_ros_platformio copied to clipboard

micro-ROS library for Platform.IO

Results 38 micro_ros_platformio issues
Sort by recently updated
recently updated
newest added

## Issue template - Hardware description: - laptop Ryzen7 with 16Gig RAM, Ubuntu Jammy - RTOS: - VScode with Platformio - Installation type: - Attempting to install publisher example script...

This PR adds the necessary components for micro-ROS compilation on Raspberry Pi boards. This is a simpler, ligther, solution than compiling ROS2 on those platforms, especially older ones like RPi...

## Issue template - Hardware description: rp2040 pico W - Installation type: Platformio #### Steps to reproduce the issue I would like to use Wifi transport with a PicoW ####...

Hey! I have some issues getting the micro-ROS timers working on my ESP32, from the micro-ROS publisher example for platformIO: [https://github.com/micro-ROS/micro_ros_platformio/tree/main/examples/micro-ros_publisher](https://github.com/micro-ROS/micro_ros_platformio/tree/main/examples/micro-ros_publisher). I understand that the supported boards for ESP32 are...

## Issue when cloning micro-ros repo - Hardware description: ESP32Dev - Installation type: PlatformIO, Ubuntu Linux 22.04 latest version, git version: 2.34.1, cmake version: 3.22.1, python3-pip version: 22.0.2 - Version...

## Issue template Basically found this lib and wanted to try out, clean install no code starting from scratch. - Hardware description: Windows 10 VSCode - RTOS: VSCode w/PLatformIO -...

## Using ethernet module results in `RCL_RET_ERROR` being returned when running `rclc_support_init` - Hardware description: Teensy 4.1 - RTOS: Arduino - Installation type: PlatformIO example - Version or commit hash:...

#### Steps to reproduce the issue Use a tab in your custom meta file and force micro-ros to be rebuilt and the file will be ignored because of the tab....

- Hardware description: Teensy 4.1 - RTOS: Arduino - Installation type: micro_ros_platformio 2.0.0 - Version or commit hash: humble It's as simple as the title says; tf2_messages are not found...

I'm trying to port micro_ros_demos to platformio. But "-DRMW_UXRCE_TRANSPORT=custom" in metas caused autodiscover_agent compilation failed. I tested with wifi transport, and "RMW_UXRCE_TRANSPORT" should be "udp" instead of "custom". https://github.com/hippo5329/micro-ROS-demos-platformio/wiki git...