12 changed files with 158 additions and 37 deletions
-
13all_zero
-
11lwrserv/commands.cpp
-
43lwrserv/include/BangBangTrajectory.h
-
1lwrserv/include/LinearTrajectory.h
-
21lwrserv/include/Trajectroy.h
-
2lwrserv/include/commands.h
-
1lwrserv/include/lwr4.h
-
40lwrserv/include/vec.h
-
24lwrserv/program.cpp
-
13one_10_degree
-
13two_10_degree
-
13two_20_degree
@ -0,0 +1,13 @@ |
|||||
|
#!/usr/bin/expect |
||||
|
#Where the script should be run from. |
||||
|
set timeout 1 |
||||
|
spawn telnet localhost 8000 |
||||
|
expect |
||||
|
send "Hello Robot\n" |
||||
|
expect |
||||
|
send "SS 10\n" |
||||
|
expect |
||||
|
send "ST JointBangBang\n" |
||||
|
expect |
||||
|
send "MPTPJ 0 0 0 0 0 0 0\n" |
||||
|
expect |
@ -0,0 +1,13 @@ |
|||||
|
#!/usr/bin/expect |
||||
|
#Where the script should be run from. |
||||
|
set timeout 1 |
||||
|
spawn telnet localhost 8000 |
||||
|
expect |
||||
|
send "Hello Robot\n" |
||||
|
expect |
||||
|
send "SS 10\n" |
||||
|
expect |
||||
|
send "ST JointBangBang\n" |
||||
|
expect |
||||
|
send "MPTPJ 0 0 0 0 0 0 10\n" |
||||
|
expect |
@ -0,0 +1,13 @@ |
|||||
|
#!/usr/bin/expect |
||||
|
#Where the script should be run from. |
||||
|
set timeout 1 |
||||
|
spawn telnet localhost 8000 |
||||
|
expect |
||||
|
send "Hello Robot\n" |
||||
|
expect |
||||
|
send "SS 10\n" |
||||
|
expect |
||||
|
send "ST JointBangBang\n" |
||||
|
expect |
||||
|
send "MPTPJ 0 0 0 0 0 10 10\n" |
||||
|
expect |
@ -0,0 +1,13 @@ |
|||||
|
#!/usr/bin/expect |
||||
|
#Where the script should be run from. |
||||
|
set timeout 1 |
||||
|
spawn telnet localhost 8000 |
||||
|
expect |
||||
|
send "Hello Robot\n" |
||||
|
expect |
||||
|
send "SS 10\n" |
||||
|
expect |
||||
|
send "ST JointBangBang\n" |
||||
|
expect |
||||
|
send "MPTPJ 0 0 0 0 0 20 20\n" |
||||
|
expect |
Write
Preview
Loading…
Cancel
Save
Reference in new issue