-
We should reject a bound covariant type variable in an argument type (i.e., in a contravariant position). For example, this should be rejected:
```
T = TypeVar('T', covariant=True)
class A(Generic[T]…
-
Thanks for tinygp, I find it very instructive and am planning to use it my teaching and research.
One feature I am so far missing is the ability to make predictions on a series of new test inputs a…
-
This would be easy enough to implement, if we want - just need to make sure that we have all the appropriate infrastructure for sticking `NA` values in the right places. (rank-checking can be slow fo…
-
```
Hi! First of all, I want to thank the authors for making such a good and
simple implementation of Hmm in Java.
However, I'm encountering a problem. I want to make a voice recognition
software …
-
```
Hi! First of all, I want to thank the authors for making such a good and
simple implementation of Hmm in Java.
However, I'm encountering a problem. I want to make a voice recognition
software …
-
```
Hi! First of all, I want to thank the authors for making such a good and
simple implementation of Hmm in Java.
However, I'm encountering a problem. I want to make a voice recognition
software …
-
```
Hi! First of all, I want to thank the authors for making such a good and
simple implementation of Hmm in Java.
However, I'm encountering a problem. I want to make a voice recognition
software …
-
```
Hi! First of all, I want to thank the authors for making such a good and
simple implementation of Hmm in Java.
However, I'm encountering a problem. I want to make a voice recognition
software …
-
Hello.
I have collected actual data from quadruped (Unitree A1) & realsense D435i to test out elevation_mapping.
First of all, here is my bagfile info:
```
slambox@slambox-NUC10i7FNH:~$ rosba…
-
Hi Matthew,
I am currently working on my project and I have a little problem with that. I am using the 2D lidar to make the occupancy map and it works now.
Thus, I would like to use the RGB image…