Skip to content

Commit

Permalink
chore: make robot cell devices readable (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: cbiering <christoph.biering@wandelbots.com>
  • Loading branch information
biering and cbiering authored Feb 6, 2025
1 parent f9693e3 commit b7bbbbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nova/core/robot_cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ def __init__(self, timer: AbstractTimer | None = None, **kwargs):
self._devices = devices
self._device_exit_stack = AsyncExitStack()

@property
def devices(self) -> dict:
return self._devices

def set_configurations(self, configurations: list[ConfigurablePeriphery.Configuration]):
"""Set the configurations of all devices that are attached to the robot cell
Expand Down

0 comments on commit b7bbbbf

Please sign in to comment.