functions
stringlengths
8
40
text
stringlengths
3
2.84k
e_in()
text: "retract arm"
l_claw(0) r_claw(0)
text: "close left and right claws"
spin() strR()
text: " spin, strafe right"
r_claw(0) spin()
text: "close right claw, spin"
e_in()
retract arm"
l_claw(0) r_claw(0)
close left and right claws"
spin() strR()
move forward"
r_claw(0) spin()
close right claw, spin"
e_in() diagR()
retract arm, diagonal right"
diagL() e_in()
diagonal left"
e_in() strR()
retract arm, strafe right"
strL() e_out()
strafe left, extend arm out"
tR() l_claw(1)
turn right, open left claw"
diagR() r_claw(0)
diagonal right, close right claw"
forward() tL()
move forward, turn left"
diagR() strR()
diagonal right, strafe right"
spin() backward()
spin, move backward"
diagL() tL()
diagonal left, turn left"
wrist_up() tL()
claw wrist up, turn left"
spin() e_out()
spin, extend arm out"
strR() spin()
strafe right, spin"
diagL() diagL()
diagonal left twice"
diagL() r_claw(0)
diagonal left, close right claw"
strR() strL()
strafe right, strafe left"
tR() tL()
turn right, turn left"
strR() e_out()
strafe right, extend arm out"
strL() spin()
strafe left, spin"
wrist_down() tR()
claw wrist down, turn right"
e_in() diagR()
retract arm, diagonal right"
strL() strL()
strafe left twice"
tL() backward()
turn left, move backward"
wrist_down() tL()
claw wrist down, turn left"
forward() diagL()
move forward, diagonal left"
e_in() forward()
retract arm, move forward"
l_claw(0) tR()
close left claw, turn right"
r_claw(0) tL()
close right claw, turn left"
l_claw(0) e_in()
close left claw, retract arm"
wrist_up() tR()
claw wrist up, turn right"
tL() tR()
turn left, turn right"
spin() backward()
spin, move backward"
wrist_up() strL()
claw wrist up, strafe left"
e_out() r_claw(1)
arm extend arm out"
l_claw(0) strL()
close left claw, strafe left"
spin() e_in()
spin, retract arm"
l_claw(1) forward()
open left claw, move forward"
e_in() wrist_down()
retract arm, claw wrist down"
strR() forward()
strafe right, move forward"
e_in() wrist_up()
retract arm, claw wrist up"
diagL() spin()
diagonal left, spin"
spin() tR()
spin, turn right"
wrist_up() backward()
claw wrist up, move backward"
strR() r_claw(0)
strafe right, close right claw"
diagR() spin()
diagonal right, spin"
tL() r_claw(0)
turn left, close right claw"
tL() tL()
turn left twice"
strR() forward()
strafe right, move forward"
backward() e_out()
move backward, extend arm out"
l_claw(1) wrist_up()
open left claw, claw wrist up"
l_claw(0) wrist_down()
close left claw, claw wrist down"
strL() diagR()
strafe left, diagonal right"
tL() tR()
turn left, turn right"
diagR() wrist_up()
diagonal left"
strR() r_claw(1)
strafe right, open right claw"
diagL() l_claw(1)
diagonal left, open left claw"
l_claw(0) backward()
close left claw, move backward"
wrist_up() l_claw(0)
claw wrist up, close left claw"
forward() e_in()
move forward, retract arm"
forward() e_out()
move forward, extend arm out"
r_claw(1) diagR()
open right claw, diagonal right"
forward() e_out()
move forward, extend arm out"
l_claw(1) forward()
open left claw, move forward"
r_claw(1) diagR()
open right claw, diagonal right"
spin() diagL()
spin, diagonal left"
l_claw(0) forward()
close left claw, move forward"
strR() e_out()
strafe right, extend arm out"
wrist_down() wrist_down()
claw wrist down twice"
l_claw(1) forward()
open left claw, move forward"
wrist_up() diagR()
claw wrist up, diagonal right"
wrist_down() tR()
claw wrist down, turn right"
l_claw(0) r_claw(0)
close left claw, close right claw"
r_claw(0) tR()
close right claw, turn right"
backward() e_out()
move backward, extend arm out"
tL() spin()
turn left, spin"
forward() backward()
move forward, move backward"
strL() forward()
strafe left, move forward"
wrist_up() e_out()
claw wrist up, extend arm out"
r_claw(0) e_in()
close right claw, retract arm"
l_claw(0) tL()
close left claw, turn left"
diagL() diagL()
diagonal left twice"
wrist_down() tR()
claw wrist down, turn right"
forward() e_in()
move forward, retract arm"
tL() wrist_down()
turn left, claw wrist down"
forward() e_in()
move forward, retract arm"
backward() e_out()
move backward, extend arm out"
tR() l_claw(1)
turn right, open left claw"
tL() wrist_down()
turn left, claw wrist down"
wrist_up() tR()
claw wrist up, turn right"
tR() strR()
turn right, strafe right"
diagR() spin()
diagonal right, spin"
e_out() diagR()
extend arm out, diagonal right"

Part of a dataset to convert text to functions for a robot

this is just raw possible instructions, the text versions have not been made yet, about 2 million raw functions, 10K converted to words

Downloads last month
15
Edit dataset card

Collection including VatsaDev/robofunctions