Felix Ruess

Results 109 comments of Felix Ruess

The advantage of having the module xml files all in the conf/modules dir is - well - to have them all in one place. This makes them easy to find...

Organizing the files by module/feature and not type is not a big deal, some modules have their own directory already anyway... To me the real question is how to find...

@fvantienen that is what I (and probably Christophe as well) meant with putting all in one directory. The question however still remains, how do you find/list all available modules and...

One important thing to also consider is that the conf directory is in PAPARAZZI_HOME, while the sw/airborne part is in PAPARAZZI_SRC. So when you have an installed version of paparazzi,...

Hm... I can understand the point about the union and ease of implementation. Still think that it would be nicer to use variable length array in the end, that would...

A 32bit float has 23bits for the mantissa, which is a bit more than 7 digits. Since you already use 3 digits to represent the part to the left of...

It seems this is still not possible with jupyterlab3 and revamped extensions...

Hm... interesting.. I'm not very familiar with gRPC (yet), but it says > it is generally preferred to explicitly finish an RPC by returning Status::CANCELLED rather than using TryCancel so...

Neither the TryCancel nor the OnServerShutdown (at least as done in #58) works. I have a working solution through custom callback via execution context, but it would be nice to...

I'm running in the same issue. This is a regression caused by #1881.