Go to the source code of this file.
Functions |
void | addLink (int r1, int r2, int arrow, int col, float value, int set=0) |
void | addLink (int r1, int r2, int arrow, int col, int set) |
void | addPoint (int x, int y, int color, int with_respect_to_robot) |
int | addRobot () |
void | clearLinks (int set=0) |
int | get_selected () |
void | getRobotPose (int id, double *x0, double *y0, double *ang) |
void | setImage (char *image) |
void | setRobotColor (int idx, int c) |
void | setRobotPose (int id, double x0, double y0, double ang, int col) |
Function Documentation
void addLink |
( |
int |
r1, |
|
|
int |
r2, |
|
|
int |
arrow, |
|
|
int |
col, |
|
|
float |
value, |
|
|
int |
set = 0 |
|
) |
| |
void addLink |
( |
int |
r1, |
|
|
int |
r2, |
|
|
int |
arrow, |
|
|
int |
col, |
|
|
int |
set |
|
) |
| |
void addPoint |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
color, |
|
|
int |
with_respect_to_robot |
|
) |
| |
void getRobotPose |
( |
int |
id, |
|
|
double * |
x0, |
|
|
double * |
y0, |
|
|
double * |
ang |
|
) |
| |
void setRobotPose |
( |
int |
id, |
|
|
double |
x0, |
|
|
double |
y0, |
|
|
double |
ang, |
|
|
int |
col |
|
) |
| |