FluentNao icon indicating copy to clipboard operation
FluentNao copied to clipboard

Interactive Python Shell

Open dnajd opened this issue 11 years ago • 0 comments

Write a blog post on this and make a video showing how to do it.... Cool tip from Dave!

Add fluentnao & naoutil to PYTHONPATH Run python In interactive shell

 import naoutil.naoenv as naoenv
 import fluentnao.nao as nao
 env = naoenv.make_environment(None, ipaddr="127.0.0.1", port=9559)
 nao = nao.Nao(env, None)

dnajd avatar Apr 29 '13 06:04 dnajd