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

workarounds for simulated robots #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BenjaminNavarro
Copy link

Currently, trying to connect to a simulated robot, either using Choregaphe or by running naoqi-bin manually, will lead to errors stopping the node to start.

There are two problems, at least for Nao:

  1. The robot type has to be accessed using Dialog/RobotModel instead of RobotConfig/Body/Type
  2. The simulated robot doesn't provide the ALAudio module

This PR addresses both of these problems.

One small issue is that I couldn't find a way to retrieve the robot's version. That shouldn't be a big issue since this information is only used for message logging.

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

Successfully merging this pull request may close these issues.

1 participant