Fork me on GitHub
#robots
<
2015-08-09
>
surreal.analysis22:08:27

Does anyone have a recommendation for an affordable robot to start hacking around on with Clojure?

surreal.analysis22:08:41

I’ve seen a few presentations and it has definitely piqued my interest

surreal.analysis22:08:12

But I have little experience, just working with the Nao robot a few years ago

gigasquid23:08:26

oooh I always wanted a Nao - but was too pricey for me

gigasquid23:08:41

You can hack on just about anything with Clojure

gigasquid23:08:05

There is a library for Spheros, Roombas, Parrot Drones

gigasquid23:08:25

anything with an existing Java or JavaScript lib can be used

gigasquid23:08:08

The Nao bot has a java lib

gigasquid23:08:25

you could certainly use interop and Clojure repl for that

gigasquid23:08:36

and maybe make a lib to share in Clojure

gigasquid23:08:03

oh - someone has a start on it too