
I want to publish 3 ints as a message but i'm getting this vague error that I'm not sure how to solve this.
This is the relevant bit of my code:
self.publisher = self.create_publisher(
Int32,
'wheel_settings',
10)
#test publishing wheel settings
self.publisher.publish([1, 1, 1])
Error: "raise TypeError()"
How do I fix this? P
Originally posted by rydb on ROS Answers with karma: 125 on 2021-04-30
Post score: 0