/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.85
examples/SharedMemory/RobotControlExample.h
13 строк
311 B
erwin coumans
add a robot joint sensor example, reading joint reaction forces/torques using the shared memory API
25 авг 2015, 01:26
25 авг 2015, 01:26
faab737
Код
Авторство
О чём код?
#ifndef ROBOT_CONTROL_EXAMPLE_H #define ROBOT_CONTROL_EXAMPLE_H enum EnumRobotControls { ROBOT_VELOCITY_CONTROL=0, ROBOT_PD_CONTROL, ROBOT_PING_PONG_JOINT_FEEDBACK, }; class CommonExampleInterface* RobotControlExampleCreateFunc(struct CommonExampleOptions& options); #endif //ROBOT_CONTROL_EXAMPLE_H