|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Public Member Functions | |
| def | __init__ (self, topic='/cosolve_monitor/state', rate_hz=5.0) |
| def | finish_trial (self) |
| def | publish (self, force=False) |
| def | start_trial (self, goal_id) |
| def | update (self, visible, missing, solved) |
Public Attributes | |
| goal_id | |
| last_publish_time | |
| missing | |
| period | |
| publisher | |
| solved | |
| trial_active | |
| visible | |
Publish throttled snapshots of the co-solve monitor state.
| def __init__ | ( | self, | |
topic = '/cosolve_monitor/state', |
|||
rate_hz = 5.0 |
|||
| ) |
| def finish_trial | ( | self | ) |
| def publish | ( | self, | |
force = False |
|||
| ) |
| def start_trial | ( | self, | |
| goal_id | |||
| ) |
| def update | ( | self, | |
| visible, | |||
| missing, | |||
| solved | |||
| ) |
| goal_id |
| last_publish_time |
| missing |
| period |
| publisher |
| solved |
| trial_active |
| visible |