Commit 4d5165d
committed
fix: no more deadlock
the problem was that np defautls to flaot64 and I use float32 everywhere
else so when concatenating it with the other vectors, the whole thing
becomes np.float64. This would create a 4 bytes offset for each element of
the vector at each reset.
This would destroy the order of elements and fill the pipe up until it
reaches the max size.1 parent 62e2fec commit 4d5165d
2 files changed
Lines changed: 11 additions & 1 deletion
File tree
- src/simulation/src/webots/controllers/controller_vehicle_driver
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments