-
Notifications
You must be signed in to change notification settings - Fork 1
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
YarpOpenraveBase bugs regarding open
command
#69
Comments
Should also fix the fact that commands like these send strange commands (including
|
open
with the --orPlugin parameteropen
command
This in fact looks easy to fix; a simple clear before first push_back. |
Better fix for the strange commands implemented and working at 68978df. |
Updated example at 6ece239. Leaving issue open to check initial statement (singular |
Discovered during #67,
YarpOpenraveBase
only sendopen
with the--orPlugin
parameter:openrave-yarp-plugins/libraries/YarpPlugins/YarpOpenraveBase/YarpOpenraveBase.cpp
Lines 114 to 121 in 2fe53a8
This may be intentional. The
--orPlugins
parameter is more powerful and apparently does pass more parameters. Check this.The text was updated successfully, but these errors were encountered: