-
## Tesla
Tesla: Overview | LinkedIn
https://www.linkedin.com/company/tesla-motors/
### Autopilot
Autopilot is an advanced driver assistance system that enhances safety and convenience behind the…
-
Hello, just looking at the piece of code where you initialise these random points in 3D space for the Gaussians to be at: (gaussian_lifter.py)
```python
xyz = torch.rand(num_anchor, 3, dtype…
-
The paper and website for this dataset talks about "simulated multi-line LiDAR points, and simulated IMU readings.". However, this repo doesn't mention anything about those. Are they going to be made …
-
When I followed the [INSTALL.md] operation and ran the catkin_make, make failed, and the following error was reported:
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 16 pac…
-
I've barged into meetings too many times into Dinky, thinking that the room was empty.
We need some way for people on the outside to tell if it's in use, like a window or a light switch, so we kn…
-
The robot has an ultrasonic sensor that can measure the distance between the robot and an obstacle ahead. I want to use that sensor to implement some form of obstacle detection. I'm not sure what shou…
-
Hi Carlos,
Sometimes during the localization the robot jumps very far away. Is that because I need to restrict the box search further down to avoid that?
Also, is it possible to update the map a…
-
This is a followup of #495.
It is quite clear that, presently, Amdahl's law severely limits our madevent+MEs throughput on GPUs, because the Fortran-only madevent part ends up taking more than 80% …
-
Backport class KnSpace from ImaGene in order to get a faster model of CCellularGridND.
-
### Description
Calling cupy.sum() on an array with any length will only use 1 block with 512 threads according to nvprof, even for larger lengths. Shouldn't the number of threads scale with the size…