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

Implement AIRO-Mono interface #9

Closed
4 of 5 tasks
m-decoster opened this issue Jul 4, 2024 · 2 comments
Closed
4 of 5 tasks

Implement AIRO-Mono interface #9

m-decoster opened this issue Jul 4, 2024 · 2 comments

Comments

@m-decoster
Copy link
Collaborator

m-decoster commented Jul 4, 2024

In AIRO-Mono, once this repository is pip installable, we should add an interface for a MobileRobotPlatform and a Tulip implementation of that interface.

We can follow the existing folder/package structure of airo-robots for the UR manipulators.

The implementation of the interface should send messages to the Tulip server, see the server branch and the scripts/test_client.py for an example on how to communicate with the server.

Required features

  • Velocity control
  • Expose encoder values for position estimation (to mimic the AIRO-mono API for PositionManipulators, we should support odometry in tulip)
  • Compliant control
  • Position control could be an abstraction layer on top of velocity control
  • Expose voltage_bus for battery status estimation
@m-decoster m-decoster mentioned this issue Jul 9, 2024
@m-decoster
Copy link
Collaborator Author

@m-decoster
Copy link
Collaborator Author

Progress is now tracked in airo-ugent/airo-mono#147

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

1 participant