autonomous-vehicles
Here are 602 public repositories matching this topic...
There seems to be conflicting data on what the "OriginGeopoint" is. In the documentation it's referenced as the location of the PlayerStart while in code it's commented as the coordinates of Unreal level at the coordinates 0,0,0.
Documentation:
https://micro
-
Updated
Jun 22, 2020 - Jupyter Notebook
docstrings for carla
Is is possible to include the docs from https://carla.readthedocs.io/en/latest/python_api/#carla.Actor in the python library? I would prefer using the docs in my IDE rather than jumping into the browser when I have to look something up.
Thank you.
-
Updated
Jun 19, 2020
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Apr 5, 2020
System: Ubuntu 1804
Version: 2020b
It seems webots's navigation gestures are mainly based on mouse events, while I am a big fan of touchpad and I do not have a mouse
Could you please add some keybindings to do so? For example Ctrl and dr
Hi,
I've implemented Model Predictive Path Integral (MPPI, Williams et al., 2017) in Python with the OpenAI Gym environment "pendulum" [1]. Perhaps you are interested in referencing this implementation in your readme/docs? I believe sharing this information could help some people looking for MPPI implementations.
It would be greatly appreciated.
-
Updated
May 23, 2020 - C++
-
Updated
Jun 16, 2020
-
Updated
Jul 27, 2019 - C++
-
Updated
May 22, 2019 - Python
please see http://diydrones.com/forum/topics/wpnav-parameters-changed-to-0-after-autotune
maybe there should be some logic that prevented parameters from being written unless all are populated/read before ?
-
Updated
Jun 11, 2020 - TeX
-
Updated
May 14, 2020 - TypeScript
-
Updated
May 17, 2019
-
Updated
Nov 10, 2018 - MATLAB
-
Updated
Mar 10, 2019 - Julia
-
Updated
Dec 21, 2018 - Python
-
Updated
Nov 20, 2019
Types of Issue
- Anomaly report (something appears to not work correctly)
- Enhancement request (describe the enhancement being requested)
- [] Other (please ensure the description clarifies why the issue doesn’t fall into either of the above categories)
Descriptive summary
Need to hav
-
Updated
Oct 6, 2019 - C++
-
Updated
Jun 9, 2020 - Jupyter Notebook
-
Updated
Aug 27, 2018 - C++
-
Updated
Mar 10, 2020 - Python
-
Updated
Apr 4, 2019 - C++
-
Updated
Jun 21, 2020
-
Updated
Feb 28, 2019 - Python
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."
I'm looking into the code about the FemPosDeviationSmoother (one strategy of the DiscretePointsReferenceLineSmoother), but find it difficult to understand. Is there any paper or document for reference? Thanks a lot.