You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for passing ROS command-line arguments when creating nodes by extending both the native and JavaScript APIs and verifying behavior with new tests.
- Introduced helper functions to marshal JS arrays into C-style `argv` and detect unparsed ROS args
- Extended the C++ `CreateNode` binding and the JS `Node` and `createNode` wrappers to accept `args` and a `useGlobalArguments` flag
- Added TypeScript and JavaScript tests covering normal remapping, global arguments, and invalid-argument error handling
Fix: #1165
0 commit comments