-
Notifications
You must be signed in to change notification settings - Fork 68
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
Subscription Failure #158
Comments
Hi @edesta-be thanks for reporting the issue, would you please offer your detailed env, e.g. ROS2/nodejs/rclnodejs version? I try to reproduce it on my local Linux host, but it seems workable. My env is:
|
Env: Thank you @minggangw |
Because rclnodejs, ROS2 Node.js client, hasn't been verified on Node.js higher than 12, I suggest you could downgrade your Node.js. Actually, there is some known issue (RobotWebTools/rclnodejs#713) on the higher version of Node.js |
Hi! Thank you for your help! I downgraded to 12.19.0 Node.js and it worked! It might be worth investigating still but for the time being I am all set! Thank you for your time! |
My pleasure, I will update here once it works on Node.js v14.x and v15.x |
Hi everyone!
I was running the simple example and experimenting with different types of ROS messages when I had a failure trying to subscribe to a Joy data.
I am attaching my publisher.html and subscription.html for your to recreate.
For your reference -- the error ONLY occurs on subscription. without trying to subscribe to the Joystick data the publisher is able to happily publish the data with no problem (and i can echo it out in my terminal).
But this is my error below:
PUBLISHER
SUBSCRIPTION
The text was updated successfully, but these errors were encountered: