-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Static array of bool serialisation error #979
Labels
Comments
@Sata51 thanks for your feedback, I will take a look. |
minggangw
added a commit
to minggangw/rclnodejs-1
that referenced
this issue
Aug 6, 2024
Currently, when publishing a topic that contains a fixed array, the sub cannot receive the topic as expected values. This patch fixes this issue for publishing a fixed array in a topic. Meanwhile, a unit test is added to ensure it works for different types of array. Fix: RobotWebTools#979
minggangw
added a commit
that referenced
this issue
Aug 6, 2024
Currently, when publishing a topic that contains a fixed array, the sub cannot receive the topic as expected values. This patch fixes this issue for publishing a fixed array in a topic. Meanwhile, a unit test is added to ensure it works for different types of array. Fix: #979
minggangw
added a commit
that referenced
this issue
Dec 12, 2024
Currently, when publishing a topic that contains a fixed array, the sub cannot receive the topic as expected values. This patch fixes this issue for publishing a fixed array in a topic. Meanwhile, a unit test is added to ensure it works for different types of array. Fix: #979
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description
I've a message that contains a static array of bool. The advertised topic only received a static array of the right size with falsy value.
Steps To Reproduce
Create a message that contains something like this:
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: