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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Would it be possible to have a sample of a generic publisher ?
For example instantiate a message from json and publish it in a specific topic.
I've seen that the ShapeShifter class allows to create generic publisher so I think this would be possible ?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @reinzor , I'm finally not using json to transport my messages, I use directly the binary format.
My client, which is in javascript, uses rosbagjs to parse the message definitions (.msg files), then generate a binary message from a js object, and send it through a websocket or webrtc using the binary format.
Then, with shapeshifter in c++, I can reinject it in a ROS Publisher.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Would it be possible to have a sample of a generic publisher ?
For example instantiate a message from json and publish it in a specific topic.
I've seen that the ShapeShifter class allows to create generic publisher so I think this would be possible ?
Thank you.
The text was updated successfully, but these errors were encountered: