Emmanuel

Results 318 comments of Emmanuel

> codacy cries about using a label in return. seems unreasonable. I think we either need to ignore the issue project wise or ignore on the line to actually be...

A good idea would be to work to have `@Nullable` and `@NonNull` a much as possible, which would instantly alert to possible issues.

See https://github.com/TommyChangUMD/ros-humble-ros1-bridge-builder for an implementation.

https://jitpack.io/com/github/stephentuso/welcome-android/v1.4.1/welcome-android-v1.4.1-release.aar

I'll use https://ieeexplore.ieee.org/abstract/document/1389727/

It looks like it works for YOLO11n: ``` model = YOLO("yolo11n.pt") model.export(format="tflite", int8=True) ``` Creates a valid export. But crashes with `num_inputs

Check that the IMU messages are consistent, I had issues with delayed messages, and crashes.

> Do you mind to open a pull request targeting main to fix the documentation? Wait, so there is no way to create a static library with the messages?

> Think of it as cutting a square out of a piece of paper. You only render things inside the square, not outside. Are the commands nested? Do I need...

> In the current implementation, yes it is technically possible that these commands will be nested. It's not too common though, so you can probably delay the implementation of it...