-
Notifications
You must be signed in to change notification settings - Fork 7
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
Passing all command-line arguments to Property Object #33
Comments
For instance, let's take oneCanBusOneWrapper.ini. The $ oneCanBusOneWrapper --wrapper0::name /myPort The custom port is correctly parsed by Edit: tested on YARP 2.3.70.2. |
Relevant lines upstream: ResourceFinder.cpp. I'd deem that placing the call to |
Compare: ...and others. |
Looks like the |
Reported upstream at robotology/yarp#1889. |
The former launchManipulation app has been improved and renamed to launchCanBus in #20. Also, the .ini parse system has been fully revamped (#237) and there is currently no urgent need to accept additional command line arguments in our CAN-based tools. Therefore, I'm marking this as invalid and superseded by the upstream issue. |
See |
When extracting a group from a Resource Finder, only arguments coming from the config file are passed to the Property Object. Command-line arguments are ignored, and this may cause problems in the future.
Possible solutions:
The text was updated successfully, but these errors were encountered: