ROS2 and Arduino (Teensy 4.1) communication over Ethernet?

This page summarizes the projects mentioned and recommended in the original post on /r/ROS

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ros2arduino

    This library helps the Arduino board communicate with the ROS2 using XRCE-DDS.

  • The publisher_ethernet_udp example in the ros2arduino library will build and run just fine, but I can't seem to get it to actually publish anything. When using the default Ethernet library, it hangs at the while(Ethernet.linkStatus() != LinkON); line forever. By switching to the QNEthernet library and adding DHCP, I can connect to the local network, get through the ros2::init, and start the spin, but nothing ever publishes. My guess is that it's failing to connect to the ROS2 instance on the Ubuntu machine, but I don't know what's missing to let it do so. I've tried setting the AGENT_IP to the IP address of the Ubuntu machine (which I believe is the correct setting), as well as the IP of the Teensy and just some random IPs for kicks. I don't know what the AGENT_PORT should be set to, but I've tried 11811 and the default 2018. The ros2arduino and QNEthernet code is below: main.cpp ```

  • QNEthernet

    An lwIP-based Ethernet library for Teensy 4.1 and possibly some other platforms

  • void loop() { static StringPub StringNode; ros2::spin(&StringNode); } `platformio.ini` [env:teensy41] platform = teensy board = teensy41 framework = arduino lib_deps = robotis-git/[email protected] https://github.com/ssilverman/QNEthernet.git ``` Any help or guidance would be appreciated.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • hx: Hex editor for the terminal using plain C99 + POSIX libs

    1 project | news.ycombinator.com | 22 May 2024
  • Tiniest x86-64-Linux emulator

    1 project | news.ycombinator.com | 22 May 2024
  • "No way to prevent this" say users of only language where this regularly happens

    1 project | news.ycombinator.com | 22 May 2024
  • LuaRT 1.8.0 – open-source Windows programming framework for Lua

    2 projects | news.ycombinator.com | 22 May 2024
  • Space Quest II disk contains 70% of AGI interpreter source code

    1 project | news.ycombinator.com | 21 May 2024