2018-01-17 00:43:07 +08:00
|
|
|
<!--
|
|
|
|
|
|
|
|
Thanks for sending a pull request! Please make sure you click the link above to
|
|
|
|
view the contribution guidelines, then fill out the blanks below.
|
|
|
|
|
|
|
|
Checklist:
|
|
|
|
|
2018-01-19 23:10:27 +08:00
|
|
|
- [ ] Your branch is up-to-date with the `master` branch and tested with latest changes
|
2018-01-18 01:11:57 +08:00
|
|
|
- [ ] Extended the README / documentation, if necessary
|
|
|
|
- [ ] Code compiles correctly
|
|
|
|
- [ ] All tests passing
|
|
|
|
- [ ] `make check`
|
|
|
|
- [ ] `pylint --disable=R,C --rcfile=PythonClient/.pylintrc PythonClient/carla PythonClient/*.py`
|
|
|
|
- [ ] `cppcheck . -iBuild -i.pb.cc --enable=warning`
|
2018-01-17 00:43:07 +08:00
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
#### Description
|
|
|
|
|
|
|
|
<!-- Please explain the changes you made here as detailed as possible. -->
|
|
|
|
|
|
|
|
Fixes # <!-- If fixes an issue, please add here the issue number. -->
|
|
|
|
|
|
|
|
#### Where has this been tested?
|
|
|
|
|
|
|
|
* **Platform(s):** ...
|
|
|
|
* **Python version(s):** ...
|
|
|
|
* **Unreal Engine version(s):** ...
|
|
|
|
|
|
|
|
#### Possible Drawbacks
|
|
|
|
|
|
|
|
<!-- What are the possible side-effects or negative impacts of the code change? -->
|