You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thescripts/test_client.py
for an example on how to communicate with the server.Required features
The text was updated successfully, but these errors were encountered: