Subscribing to message and re-publishing only specific part, real time?
Hi everyone,
I am currently working on sending the information from /joint_states to an Arduino, however the information in my message is too large to be sent, even after increasing the buffer.
My plan is to make a program that subscribes to joint_states, scrapes the position array and re-publishes on a different topic. I am new to ROS so I have no idea where to start.
Could someone give me a helping hand? Thank you so much in advance :).