a | b/feasible_joint_stiffness/lrslib-062/lrs.cpp | ||
---|---|---|---|
1 | #include <stdio.h> |
||
2 | #include <string.h> |
||
3 | #include "lrslib.h" |
||
4 | #include <sys/time.h> |
||
5 | int |
||
6 | main (int argc, char *argv[]) |
||
7 | |||
8 | { |
||
9 | lrs_main(argc,argv); |
||
10 | printf("\n"); |
||
11 | return 0; |
||
12 | } |