Arne Nordmann

Results 35 comments of Arne Nordmann

Concerning the usage, @eknoes is right, `SearchScholarQuery` got the additional `set_start()` method. I usually first check, if paging is necessary: ``` if len(querier.articles) >= ScholarConf.MAX_PAGE_RESULTS: do_paging = True ``` and...

Doesn't seem to actually *perform* the checks and react to its results, yet.

Sure thing! I'm not that much _using_ rclc on Windows, but rather have a rclc installation on Windows, just to make sure that it is working (compile and tests). If...

@pablogs9 First of all thanks for the fantastic video 👍 that's a great way to show how you reproduced it, I like! 👍 I cleaned up everything again and managed...

Proposal after discussion with MROS team: - `get_available_modes` should stay consistent with `get_available_states`, i.e. returning *all* modes of a node/system - *in addition*, response of the service should be extended...

When/how can we consider modes to be not reachable by nodes? Available modes are currently reported by the mode manager based on the SMH file (this is because the lifecycle...

The Mode Manager has to keep track of reachable modes, yes. So you suggest that _all_ modes are considered reachable when the node is inactive/active and _no_ modes are considered...

Okay, so the mode manager would then keep track of the modes that *"made"* the nodes transition into error processing and exclude them from the list of reachable modes. Maybe...

What the mode manager will actually already sense is the deviation between the requested state/mode and the actual state/mode. This is not yet merged to master, but available in the...

Suggestion: 1. When a deviation is detected, wait a certain time `t_0` before considering it an erroneous deviation 1. After `t_0`, try to apply a rule, if an appropriate rules...