André Santos

Results 42 comments of André Santos

I am also experiencing Pylance server crashes with version `v2023.10.40` onwards on a Windows 11 laptop. Rolling back to `v2023.10.30` seems to fix it. Python extension is at `v2023.9.11461009`. This...

A few ideas: ```python { "name": "advertise", "canonical_type": "ros::Publisher" } def q_function_calls(self, query_data): matches = [] for obj in self._get_function_calls(): for key, value in query_data.items(): if hasattr(obj, key): if callable(value)...

Thanks for the PR! This one has got some conflicts to merge, so I will look into it later and manually implement the changes.

Two bugs survived the label revamp and are still using the obsolete `LOSS-OF-CONTROL`, instead of `UNRESPONSIVE`. - [2688e7a.bug](https://github.com/robust-rosin/robust/blob/833a891c98b69beb0df0a9411f23990f02175b32/confidential/2688e7a/2688e7a.bug) - [359a2e9.bug](https://github.com/robust-rosin/robust/blob/833a891c98b69beb0df0a9411f23990f02175b32/universal_robot/359a2e9/359a2e9.bug) Other than that, I believe this issue can be closed,...

Oh, I might have missed that. If we are treating simulation separately, then it is ok.

There are more bugs fitting my original parameters: - `SYSTEM` = `NONE` - `SOFTWARE` != {`NONE`, `BUILD`} I haven't gone through all of them, and some might require knowledge about...

I would say that `LOSS-OF-CONTROL` is incorrect. You do not lose control of the robot, because you never had it in the first place; the crash occurs at launch/initialization. I...

That does not sound like a `LIVENESS` failure, at all. If not sure if there is a right label for it, but I would guess that the `SOFTWARE` is perfectly...

@gavanderhoorn no particular reason, just pure laziness, as the rounded time was already in the terminal history, and I figured it would not make much of a difference. But I...