Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talker defaults to simulated mode #96

Open
gilwoolee opened this issue Jun 13, 2016 · 1 comment
Open

Talker defaults to simulated mode #96

gilwoolee opened this issue Jun 13, 2016 · 1 comment

Comments

@gilwoolee
Copy link
Contributor

@ClintLiddick and I discovered that talker defaults to simulated mode.

@jeking04
Copy link
Contributor

I think this is the desired behavior. Talker will default to whatever the sim flag is set to, which is True by default. To get talker in "real" mode one of the following initializations are needed:
env, robot = herbpy.initialize(talker_sim=False) or env, robot = herbpy.initialize(sim=False)

We may just need to update the scripts we are using to explicitely set the talker_sim variable correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants