add a robot joint sensor example, reading joint reaction forces/torques using the shared memory API
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
enum EnumRobotControls
|
||||
{
|
||||
ROBOT_VELOCITY_CONTROL=0,
|
||||
ROBOT_PD_CONTROL=2,
|
||||
ROBOT_PD_CONTROL,
|
||||
ROBOT_PING_PONG_JOINT_FEEDBACK,
|
||||
};
|
||||
|
||||
class CommonExampleInterface* RobotControlExampleCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
Reference in New Issue
Block a user