Update docs and changelog

This commit is contained in:
nsubiron 2019-01-10 11:00:39 +01:00
parent 25bc958e78
commit cdd3c83ba0
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
## Latest changes
* Upgraded Boost to 1.69.0
* Added point transformation functionality for LibCarla and PythonAPI
* Added "sensor_tick" attribute to sensors (cameras and lidars) to specify the capture rate in seconds
* Added "get_forward_vector()" to rotation and transform, retrieves the unit vector on the rotation's X-axis

View File

@ -28,7 +28,7 @@ Get and compile dependencies
* llvm-5.0 (libc++ and libc++abi)
* rpclib-2.2.1 (twice, with libstdc++ and libc++)
* boost-1.67 (headers only)
* boost-1.69 (headers only)
* googletest-1.8.0 (with libc++)
#### LibCarla