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

Let the NAO look up! #1516

Open
tuxbotix opened this issue Nov 27, 2024 · 0 comments
Open

Let the NAO look up! #1516

tuxbotix opened this issue Nov 27, 2024 · 0 comments

Comments

@tuxbotix
Copy link
Contributor

Currently we have a hard head pitch limit disabling looking up. crates/control/src/motion/head_motion.rs:113

I am aware that this limit has been there for various reasons in the past. However, this makes automatic calibration hard to achieve as the field area that can be seen by both cameras with the pitch limits is very small -> can't see full center circle.

How? Options:

  • adjustable head pitch limit -> parameter?
  • Allow negative value within reason -> clamp yaw values when pitch is negative
  • Allow negative only in calibration?

Otherwise I'll have to directly dispatch commands which defeats the whole purpose of the look_at mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Open
Development

No branches or pull requests

1 participant