gusimplewhiteboard
wb_differential_robot.h
Go to the documentation of this file.
1#ifndef WBDIFFERENTIALROBOT_
2#define WBDIFFERENTIALROBOT_
3
4#include <sys/types.h>
5#include <gu_util.h>
7
11 PROPERTY(struct wb_kinematic_motor, left_motor)
13 PROPERTY(struct wb_kinematic_motor, right_motor)
14#ifdef __cplusplus
16 wb_differential_robot() : _left_motor(), _right_motor() {}
17#endif
18};
19
20#endif
Differential, kinematic robot model.
right_motor wb_differential_robot()
Default constructor.
PROPERTY(struct wb_kinematic_motor, left_motor) PROPERTY(struct wb_kinematic_motor
kinematic settings for the left motor
Basic kinematic motor (i.e.
Whiteboard Kinematic Motor Class Created by.