-
Updated
Nov 24, 2020 - C++
autonomous-vehicles
Here are 674 public repositories matching this topic...
-
Updated
Nov 21, 2020 - C++
-
Updated
Nov 17, 2020 - Jupyter Notebook
-
Updated
Nov 23, 2020 - C++
-
Updated
Oct 12, 2020
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Sep 23, 2020
-
Updated
Nov 13, 2020
-
Updated
Jul 22, 2020 - C++
-
Updated
Nov 19, 2020 - Jupyter Notebook
-
Updated
Oct 28, 2020 - C++
-
Updated
Jul 27, 2019 - C++
-
Updated
Nov 12, 2020 - Python
-
Updated
Nov 1, 2020 - TeX
-
Updated
May 22, 2019 - Python
-
Updated
May 1, 2020 - Jupyter Notebook
-
Updated
Aug 11, 2020 - C++
-
Updated
May 17, 2019
-
Updated
Nov 23, 2020 - Shell
-
Updated
May 14, 2020 - TypeScript
-
Updated
Nov 10, 2018 - MATLAB
-
Updated
Mar 10, 2019 - Julia
-
Updated
Oct 6, 2019 - C++
-
Updated
Nov 23, 2020 - C++
-
Updated
Jun 9, 2020 - Jupyter Notebook
-
Updated
Nov 20, 2019
-
Updated
Dec 21, 2018 - Python
-
Updated
Oct 20, 2020
-
Updated
Aug 27, 2018 - C++
Improve this page
Add a description, image, and links to the autonomous-vehicles topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the autonomous-vehicles topic, visit your repo's landing page and select "manage topics."
Describe the Bug
Some of the Matlab API functions of the Supervisor return non-native Matlab array, e.g.:
https://github.com/cyberbotics/webots/blob/master/lib/controller/matlab/wb_supervisor_node_get_velocity.m#L6
Instead, their returned value should be converted to an array, e.g.:
https://github.com/cyberbotics/webots/blob/master/lib/controller/matlab/wb_supervisor_field_get_sf_vec3f.m