You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation type: micro_ros_arduino library in legacy Arduino IDE with docker container for agent. USB serial transport
Version or commit hash: humble
Expected behavior
Micro ros publishes an array of 32bit floats
Actual behavior
ESP32 boot loops, publishes nothing, or code doesn't compile
Additional information
Hi All,
I've spent the last few days trying to get micro ros to publish a float array. I'm simply looking for some example code that shows me how to publish to a topic with a Float32MultiArray Message and how to publish data to the different array elements.
I'm pretty sure my issue lies in the memory allocation area. I don't have any useful code to share as it's a conglomeration of broken things I've found all over the internet.
I really just need help with a quick example script to publish a Float32MultiArray.
Thank you
The text was updated successfully, but these errors were encountered:
Issue template
Expected behavior
Micro ros publishes an array of 32bit floats
Actual behavior
ESP32 boot loops, publishes nothing, or code doesn't compile
Additional information
Hi All,
I've spent the last few days trying to get micro ros to publish a float array. I'm simply looking for some example code that shows me how to publish to a topic with a Float32MultiArray Message and how to publish data to the different array elements.
I'm pretty sure my issue lies in the memory allocation area. I don't have any useful code to share as it's a conglomeration of broken things I've found all over the internet.
I really just need help with a quick example script to publish a Float32MultiArray.
Thank you
The text was updated successfully, but these errors were encountered: