Skip to content
Snippets Groups Projects
Commit f9afd2ac authored by Felix Agner's avatar Felix Agner
Browse files

small test script added

parent 2509daf9
Branches
No related tags found
No related merge requests found
using Omnibot
ip = "192.168.0.101"
bot = connectomnibot(ip)
for i = 1:100
setspeeds(bot,[100,100,100])
println("x:"*getx(bot))
println("y:"*gety(bot))
println("z:"*getz(bot))
println("theta:"*gettheta(bot))
sleep(0.1)
end
close(bot)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment