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
Instead of owning the hardware connection through adapter, align with the connection module design, which provides a single connection for a dedicated hardware, and control coordinator uses a unified high-performance transport to send high-frequency control command (like shm).
Pain Point/Wishlist
hide robot_id concept from higher level (manipulation module)
this makes manipulation module semantic much cleaner.
rephrase joint semantic to more generic command_interface
This is useful consider that you have a robot arm/simulation which only provides high-level interface for control (for example eef-pose). I think we already 'hacked' the interface for go2 control.
control coordinator related configs spam global_config. the current control coordinator owning hardware design is hacking the dimos core concept and makes config passing hard. Once the refactor is done we should be able to pass in hardware config through module cli args easily.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
General Direction
Instead of owning the hardware connection through adapter, align with the connection module design, which provides a single connection for a dedicated hardware, and control coordinator uses a unified high-performance transport to send high-frequency control command (like shm).
Pain Point/Wishlist
robot_idconcept from higher level (manipulation module)this makes manipulation module semantic much cleaner.
jointsemantic to more genericcommand_interfaceThis is useful consider that you have a robot arm/simulation which only provides high-level interface for control (for example eef-pose). I think we already 'hacked' the interface for go2 control.
global_config. the current control coordinator owning hardware design is hacking the dimos core concept and makes config passing hard. Once the refactor is done we should be able to pass in hardware config through module cli args easily.All reactions