rosidl_python
rosidl_python copied to clipboard
allow byte array to use int data
and use ros2 topic
to publish ByteMultiArray
message as follows:
# console A
$ ros2 topic pub -1 /whatever std_msgs/msg/ByteMultiArray "{data: [1, 2, 3]}"
# console B
$ ros2 topic echo /whatever std_msgs/msg/ByteMultiArray
@sloretz can you take a look?
@iuhilnehc-ynos can you rebase and start CI for this?
@sloretz friendly ping.