.. |
client
|
Moved GNSS sensor from client to server
|
2019-11-19 16:10:39 +01:00 |
geom
|
Removed unnecessary function
|
2019-11-19 16:10:39 +01:00 |
image
|
Fix wrong member access
|
2019-07-12 19:03:04 +02:00 |
nav
|
Fixing exception getting random point for navigation
|
2019-07-08 18:42:45 +02:00 |
opendrive
|
Move third-party code in LibCarla to a third-party folder
|
2019-07-01 19:11:01 +02:00 |
pointcloud
|
New sensor: Inertial measurement unit (IMU) (#2220)
|
2019-11-13 18:50:21 +01:00 |
profiler
|
Fix narrowing conversions and add warnings for it
|
2019-04-29 15:35:33 +02:00 |
road
|
Extended RGB sensor (#1950)
|
2019-08-02 17:40:05 +02:00 |
rpc
|
Allow changing fixed frame rate at runtime
|
2019-07-09 18:46:09 +02:00 |
sensor
|
Updated Gnss Serializer
|
2019-11-19 16:10:39 +01:00 |
streaming
|
Remove some outdated @todo
|
2019-06-26 17:51:42 +02:00 |
.gitignore
|
Add LibCarla module
|
2018-07-04 11:11:49 +02:00 |
AtomicList.h
|
Allow removing on tick callbacks
|
2019-07-09 17:18:32 +02:00 |
AtomicSharedPtr.h
|
Use noexcept when possible
|
2019-03-18 10:33:04 +01:00 |
Buffer.cpp
|
Add buffer pool to reuse allocated memory
|
2018-10-02 15:03:03 +02:00 |
Buffer.h
|
Use noexcept when possible
|
2019-03-18 10:33:04 +01:00 |
BufferPool.h
|
Compile with more warnings enabled
|
2019-04-29 15:35:33 +02:00 |
Debug.h
|
More levels of assertions: development and release
|
2019-04-29 15:35:33 +02:00 |
Exception.cpp
|
Compile server pipeline with -fno-exceptions, split unit tests for client and server
|
2019-01-26 17:27:14 +01:00 |
Exception.h
|
Compile server pipeline with -fno-exceptions, split unit tests for client and server
|
2019-01-26 17:27:14 +01:00 |
FileSystem.cpp
|
Improve method documentation
|
2019-03-27 15:00:47 +01:00 |
FileSystem.h
|
Improve method documentation
|
2019-03-27 15:00:47 +01:00 |
Functional.h
|
Refactor overload methods into Functional class
|
2019-04-30 13:45:19 +02:00 |
Iterator.h
|
Add const versions of the methods at Iterator.h
|
2019-03-18 18:12:55 +01:00 |
ListView.h
|
Fix narrowing conversions and add warnings for it
|
2019-04-29 15:35:33 +02:00 |
Logging.h
|
Avoid inlining logging functions
|
2019-03-18 10:33:33 +01:00 |
Memory.h
|
Implement lane detector only for points on same road section
|
2018-11-15 16:29:57 +01:00 |
MoveHandler.h
|
Fix compiler warning C4822
|
2019-05-07 11:59:45 +02:00 |
MsgPack.h
|
Add MsgPack class
|
2018-10-20 20:23:18 +02:00 |
MsgPackAdaptors.h
|
Fix narrowing conversions and add warnings for it
|
2019-04-29 15:35:33 +02:00 |
NonCopyable.h
|
Refactor client-side code and its C++ API
|
2018-10-08 13:47:10 +02:00 |
Platform.h
|
Allow compiling client-side with GCC (#2056)
|
2019-09-06 17:04:54 +02:00 |
PythonUtil.h
|
Upgrade to UE4.21
|
2019-01-23 18:57:26 +01:00 |
RecurrentSharedFuture.h
|
Make on_tick and wait_for_tick pass WorldSnapshot instead of Timestamps
|
2019-06-20 18:06:13 +02:00 |
StopWatch.h
|
Fix narrowing conversions and add warnings for it
|
2019-04-29 15:35:33 +02:00 |
StringUtil.cpp
|
More generic and complete StringUtil
|
2018-10-07 18:44:45 +02:00 |
StringUtil.h
|
More generic and complete StringUtil
|
2018-10-07 18:44:45 +02:00 |
ThreadGroup.h
|
Add missing include
|
2019-03-12 20:45:13 +01:00 |
ThreadPool.h
|
Prepare to upgrade to Boost 1.70 (not upgrading due to bug in Boost.Variant)
|
2019-05-03 12:53:43 +02:00 |
Time.h
|
Fix narrowing conversions and add warnings for it
|
2019-04-29 15:35:33 +02:00 |
TypeTraits.h
|
User buffer as much as possible to avoid a couple of dynamic allocations
|
2018-10-02 15:03:03 +02:00 |
Version.h.in
|
Add LibCarla module
|
2018-07-04 11:11:49 +02:00 |