mix physics client/server into a single example for easier/faster development of shared memory experiment
add premake option to choose targetdir for binaries/libraries add simple hinge.urdf file
This commit is contained in:
8
examples/SharedMemory/RobotControlExample.h
Normal file
8
examples/SharedMemory/RobotControlExample.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef ROBOT_CONTROL_EXAMPLE_H
|
||||
#define ROBOT_CONTROL_EXAMPLE_H
|
||||
|
||||
class CommonExampleInterface* RobotControlExampleCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
#endif //ROBOT_CONTROL_EXAMPLE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user