-
Notifications
You must be signed in to change notification settings - Fork 0
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
robotDevastation simulator revival #36
Comments
Also created https://github.com/asrob-uc3m/robotDevastation-openrave-models Blocked by #37 |
No longer blocked by #37. |
With asrob-uc3m/robotDevastation-openrave-models#1 closed, blocked essentially by:
|
Currently:
|
Interesting lines for robot controller: https://github.com/roboticslab-uc3m/asibot-main/blob/2171d3e6a1ce16ac92f29a939b9dc85db7245dda/src/libraries/RlPlugins/ravebot/IDeviceImpl.cpp#L362-L363 |
Robot controller currently at https://github.com/roboticslab-uc3m/openrave-yarp-plugins/tree/rdr-36 starting with roboticslab-uc3m/openrave-yarp-plugins@b430222 |
As commented roboticslab-uc3m/openrave-yarp-plugins#29 (comment) the code std::stringstream sout,ss;
ss << "setvelocity 3.0 3.0 3.0 3.0 ";
if( ! pcontrol->SendCommand(sout,ss) )
{
CD_ERROR("failed to send velocity command\n");
return false;
} |
Much better with working version, |
Robot capable of connecting with rd, for asrob-uc3m/robotDevastation-robots#36
Have working simulated robot: Still blocked by epic roboticslab-uc3m/openrave-yarp-plugins#48 of offscreen render. Must try on old optimus device. |
Notes:
|
No longer blocked by roboticslab-uc3m/openrave-yarp-plugins#48! RD is compatible with https://github.com/roboticslab-uc3m/openrave-yarp-plugins example: COIN_FULL_INDIRECT_RENDERING=1 python examples/openraveYarpPluginLoader-robotmanager.py Choose BTW, the camera resolution is tiny, but that is a minor issue which I've documented at asrob-uc3m/robotDevastation-openrave-models#3. |
PS: Use roboticslab-uc3m/openrave-yarp-plugins#48 as a guide if have offscreen/indirect rendering issues. |
I believe all that's left to do now is document this in https://github.com/asrob-uc3m/robotDevastation-user-manual. Closing this issue and opening an issue there. |
BTW, looks really nice after asrob-uc3m/robotDevastation-openrave-models@629ff59 for asrob-uc3m/robotDevastation-openrave-models#3 |
robotDevastation simulator revival.
We used to have this, called rdSim or similar. We could now do this pretty easily via our robot interface and https://github.com/roboticslab-uc3m/openrave-yarp-plugins (could be implemented here or there).
The text was updated successfully, but these errors were encountered: