Commit Graph

822 Commits

Author SHA1 Message Date
nsubiron 5cd21fc22b Append file extension if missing when saving sensor data 2018-02-27 14:49:35 +01:00
nsubiron 82d156cda4 Fix import error in Python 2 2018-02-27 14:48:42 +01:00
nsubiron c74c72932a More documentation 2018-02-26 20:09:47 +01:00
nsubiron 551cb29a95 Some clean up and documentation 2018-02-26 20:02:12 +01:00
nsubiron 1fc3753ae6 Fix unit tests 2018-02-26 18:14:04 +01:00
nsubiron 2d7c59b33f Fix bug incorrect task was checked 2018-02-26 18:02:11 +01:00
nsubiron dee61fc1c4 Bring back overridable settings for cameras depending on the weather 2018-02-26 17:21:12 +01:00
nsubiron 96a50ef863 Merge branch 'lidar' into sensor-interface#200 2018-02-26 12:03:12 +01:00
nsubiron 8a34f03006 Merge branch 'master' into lidar 2018-02-26 12:01:43 +01:00
Néstor Subirón a7c35b457d
Merge pull request #237 from carla-simulator/ue4.18
Upgrade to Unreal Engine 4.18
2018-02-26 12:00:31 +01:00
nsubiron bb3b8697eb More robust sensor and agent id 2018-02-24 20:15:21 +01:00
nsubiron ac358c4826 Fix pylint warnings 2018-02-24 19:20:42 +01:00
nsubiron 2da42dae40 Update client to new sensor interface 2018-02-24 19:13:12 +01:00
nsubiron 33c6d06ed0 Fix points per channel not reset 2018-02-24 18:38:18 +01:00
nsubiron c3c52dea3a Fix sensor names memory destroy before sending 2018-02-24 16:17:16 +01:00
nsubiron 8de753f30e Refactor server game controller 2018-02-24 15:09:14 +01:00
nsubiron 4cc63d4798 Fix shallow copy of pointer was passed over to different thread 2018-02-24 15:03:19 +01:00
nsubiron a26d65eee4 Set up agent components 2018-02-24 13:52:08 +01:00
nsubiron 8364f5db26 Simplify sensor types and roll back post-processing effect 2018-02-24 13:26:17 +01:00
nsubiron 77885b6a82 Sensor id should be set by the sensor description 2018-02-24 13:19:32 +01:00
nsubiron 64327b20a4 Improve regex of sublime project 2018-02-24 12:57:46 +01:00
nsubiron 20944d7abd Refactor folders and clean up includes and unused files 2018-02-22 18:03:04 +01:00
nsubiron ffe28db65d Add agent components for tracking agents in the scene 2018-02-22 15:49:49 +01:00
nsubiron 6c8626d16a Fix forward declaration 2018-02-22 11:29:37 +01:00
nsubiron 0f087e396a New struct FVehicleControl 2018-02-21 19:04:05 +01:00
nsubiron 986a3764de Make Lidar send the measurements via SensorDataSink 2018-02-21 17:01:12 +01:00
nsubiron 4e27b134e1 Ooops forgot fov 2018-02-20 18:46:01 +01:00
nsubiron 3e9a185047 Add sensor data sink 2018-02-20 18:23:41 +01:00
nsubiron 1a834b98a6 Fix log 2018-02-20 15:43:28 +01:00
nsubiron b7f420efce Replace deprecated function calls 2018-02-20 14:59:20 +01:00
nsubiron cea574be49 Ignore vscode files 2018-02-20 14:58:40 +01:00
nsubiron fa82fbea14 Upgrade to UE4.18 2018-02-20 12:15:43 +01:00
nsubiron 763f0731bd Parse new sensor descriptions 2018-02-19 19:14:16 +01:00
nsubiron 69f7e8ea68 Merge branch 'master' into documentation 2018-02-14 17:56:40 +01:00
nsubiron 623e8bb539 Use UObject's name for sensor names 2018-02-14 10:31:48 +01:00
nsubiron e96a414e30 Sensor factory (wip) 2018-02-13 20:54:50 +01:00
nsubiron cb43190184 Test sending sensor data asynchronously 2018-02-13 10:26:57 +01:00
nsubiron a54dff076f Send zero length message to end sensor data transmission 2018-02-13 10:26:21 +01:00
nsubiron 4e8b064812 Merge branch 'lidar' into sensor-interface#200 2018-02-13 10:21:33 +01:00
nsubiron e4908d77b5 Merge branch 'master' into lidar 2018-02-13 10:21:05 +01:00
Néstor Subirón e37ffb78de
Merge pull request #100 from carla-simulator/pointCloud
Point cloud from depth
2018-02-13 10:15:23 +01:00
Marc Garcia Puig cffd944c46 Changed comment type in the point cloud example 2018-02-12 17:06:51 +01:00
Marc Garcia Puig 51a42cdfa2 Removed unused imports on point cloud example 2018-02-12 12:43:01 +01:00
nsubiron 8fc2b12032 News update 2018-02-12 12:14:17 +01:00
Marc Garcia Puig 751f9a74bf Fixed local camera rotation bug and added some more adjustments 2018-02-09 18:45:56 +01:00
Marc Garcia Puig 03ee705bae Merge branch 'documentation' of https://github.com/carla-simulator/carla into documentation 2018-02-08 15:02:59 +01:00
Marc Garcia Puig 0bb5645036 Clarifying semantic segmentation and depth images in the documentation. 2018-02-08 15:02:30 +01:00
nsubiron 2172a8ad98 Fix docs badge 2018-02-07 20:14:59 +01:00
nsubiron 129a963e6a Common interface for sensors, plus allow sensors to be captured asynchronously (wip) 2018-02-07 20:08:43 +01:00
nsubiron b07409210b New class SensorDataInbox 2018-02-07 16:56:52 +01:00