-
Notifications
You must be signed in to change notification settings - Fork 72
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
message generation fails on Rolling due to unsupported *.idl files in ros2bag pkg #890
Labels
Comments
A quick solution is to introduce a mechanism for filtering packages and messages that should not be generated. The example filter spec:
Thoughts? |
Related issue #764 |
wayneparrott
added a commit
to wayneparrott/rclnodejs
that referenced
this issue
Jan 31, 2023
On windows workflow use node 18.12.0 inplace of 18.13.0. There is a repeatable issue with node-gyp configuration on node 18.13. It seems to be related to the node cache. Switching to 18.12 avoids using a cached version of node 18 and the issue no longer occurs. Fix RobotWebTools#890
wayneparrott
added a commit
to wayneparrott/rclnodejs
that referenced
this issue
Jan 31, 2023
On windows workflow use node 18.12.0 inplace of 18.13.0. There is a repeatable issue with node-gyp configuration on node 18.13. It seems to be related to the node cache. Switching to 18.12 avoids using a cached version of node 18 and the issue no longer occurs. Fix RobotWebTools#890
wayneparrott
added a commit
to wayneparrott/rclnodejs
that referenced
this issue
Jan 31, 2023
On windows workflow use node 18.12.0 inplace of 18.13.0. There is a repeatable issue with node-gyp configuration on node 18.13. It seems to be related to the node cache. Switching to 18.12 avoids using a cached version of node 18 and the issue no longer occurs. Fix RobotWebTools#890
minggangw
pushed a commit
that referenced
this issue
Feb 24, 2023
On windows workflow use node 18.12.0 inplace of 18.13.0. There is a repeatable issue with node-gyp configuration on node 18.13. It seems to be related to the node cache. Switching to 18.12 avoids using a cached version of node 18 and the issue no longer occurs. Fix #890
wayneparrott
added a commit
to wayneparrott/rclnodejs
that referenced
this issue
Feb 26, 2023
On windows workflow use node 18.12.0 inplace of 18.13.0. There is a repeatable issue with node-gyp configuration on node 18.13. It seems to be related to the node cache. Switching to 18.12 avoids using a cached version of node 18 and the issue no longer occurs. Fix RobotWebTools#890
minggangw
pushed a commit
that referenced
this issue
Apr 3, 2023
On windows workflow use node 18.12.0 inplace of 18.13.0. There is a repeatable issue with node-gyp configuration on node 18.13. It seems to be related to the node cache. Switching to 18.12 avoids using a cached version of node 18 and the issue no longer occurs. Fix #890
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Rolling distro for windows includes the rosbag2_storage_mcap_testdata pkg. In this package there is a the ComplexMsgDependsOnIdl.msg which includes BasicIdl.idl. The rclnodejs message generator only parses *.msg and *.srv files at this time. Thus the message generator fails with an error. Note that message generation is part of the npm install process for rclnodejs. Thus rclnodejs 0.21.4 can not be used with the Rolling distro on Windows at this time.
The text was updated successfully, but these errors were encountered: