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

504 add properly antennas #505

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open

Conversation

glannuzel
Copy link
Member

@glannuzel glannuzel commented Feb 28, 2025

Add antennas to the robot.
The antennas as considered components of the head, and are turned_on with it.

There are 2 ways to send commands to antennas:

  • gotos: reachy.head.l_antenna.goto(20, duration=1)
  • goal_position: reachy.head.r_antenna.goal_position = 20 reachy.send_goal_positions()

To be tested with https://github.com/pollen-robotics/docker_reachy2_core/tree/164-integrate-properly-antennas

Note: this PR is based on modifications of #503

@glannuzel glannuzel self-assigned this Feb 28, 2025
@glannuzel glannuzel linked an issue Feb 28, 2025 that may be closed by this pull request
@glannuzel
Copy link
Member Author

Note: the tests fails are due to reachy2-sdk-api pending PR for new version

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.

Add properly antennas
1 participant