Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91523735
liboncilla-webots-plugin.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 11, 21:54
Size
332 B
Mime Type
text/x-c
Expires
Wed, Nov 13, 21:54 (2 d)
Engine
blob
Format
Raw Data
Handle
22266790
Attached To
R6624 liboncilla Webots Interface
liboncilla-webots-plugin.cpp
View Options
#include <libwebots/plugin/plugin.hh>
#include <libwebots/plugin/modules.hh>
using
namespace
libwebots
::
plugin
;
using
namespace
libwebots
::
plugin
::
modules
;
void
webots_plugin_register_modules
(){
Plugin
::
Instance
().
Register
<
Contact
>
();
Plugin
::
Instance
().
Register
<
JointManager
>
();
Plugin
::
Instance
().
Register
<
Constraint
>
();
}
Event Timeline
Log In to Comment