-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS2: Cannot set/publish JointState with user-specified values #34
Comments
It turns out I hadn't noticed that I was getting this error from rqt_publisher
|
Could you try Rolling and see if the same bug is present there as well? |
Sure! Thanks for the suggestion. If I type in a
|
Are you happy with that solution? |
Yes, I'm fine using rolling and typing in an array.array, thanks! It would be nice if typing in a list would work too though -- that's how it was on ROS1. |
Yeah, I agree, that would be much nicer. I did some work on this earlier this year, but I never got it completed. Hopefully I can find some time to complete that. That said, this is similar in spirit to #23. @gbiggs I'm not sure if you want to close #23 (since technically that one works now) and leave this one open, or vice-versa. Either is fine with me. |
I'll close this one, since the other looks like it still has proposed changes that haven't been PR'd. |
Hi,
On Ubuntu 22.04 with ROS2 Humble I'm unable to publish sensor_msgs/msg/JointState with user-specified values. I suppose this might be related to #27, #28.
This is what I'm publishing:
And this is what I'm receiving (note that the std_msgs/msg/Bool seems to be working).
Package version:
The text was updated successfully, but these errors were encountered: