Open jgvictores opened 6 years ago
Should also fix the fact that commands like these send strange commands (including dummyProgramName
in name
parameter): https://github.com/roboticslab-uc3m/openrave-yarp-plugins/blob/0d9b75806d5d927026b1e11017b13661c072b531/examples/openraveYarpPluginLoader-robotmanager.py#L16-L21
This in fact looks easy to fix; a simple clear before first push_back.
This in fact looks easy to fix; a simple clear before first push_back.
Better fix for the strange commands implemented and working at 68978df79f7d6dbdd767781faeae021b46f99c59.
Updated example at 6ece239dc058a04406a62f40834b54aae370ee51.
Leaving issue open to check initial statement (singular --orPlugin
).
Discovered during #67,
YarpOpenraveBase
only sendopen
with the--orPlugin
parameter: https://github.com/roboticslab-uc3m/openrave-yarp-plugins/blob/2fe53a88fcd3dba4f5dbcc469ddf2e8a87bfb4c1/libraries/YarpPlugins/YarpOpenraveBase/YarpOpenraveBase.cpp#L114-L121This may be intentional. The
--orPlugins
parameter is more powerful and apparently does pass more parameters. Check this.