Commit Graph

1501 Commits

Author SHA1 Message Date
nsubiron 82de324b0f Suppress clang warning 2018-07-15 18:52:17 +02:00
nsubiron e5bbeaba25 Add actor descriptions and definitions 2018-07-15 14:45:23 +02:00
nsubiron 6eb73ada34 Compile everything with C++14 standard 2018-07-13 12:39:23 +02:00
nsubiron b7a13d08d6 Refactor streaming library 2018-07-13 11:54:12 +02:00
nsubiron 83e16d065f Refactor Jenkins pipeline 2018-07-10 17:11:56 +02:00
nsubiron e930133ebb Add unit tests to travis build 2018-07-10 15:45:13 +02:00
nsubiron b4885db53e Archive profiler generated data in Jenkins build 2018-07-06 18:58:51 +02:00
nsubiron 113dc4b6b8 Report test results as XML for Jenkins 2018-07-06 18:29:55 +02:00
nsubiron 90b58429bb Update Jenkins pipeline 2018-07-06 18:04:50 +02:00
nsubiron 0b90c448bf Replace Linux build system 2018-07-04 19:08:42 +02:00
nsubiron 3cf91c54f2 Add PythonAPI module 2018-07-04 11:13:43 +02:00
nsubiron 084fe6c0f6 Add LibCarla module 2018-07-04 11:11:49 +02:00
nsubiron 860dbe908e Add missing frame counter to protocol documentation 2018-07-03 14:12:09 +02:00
Marc Garcia Puig 960600102d Docs improvement 2018-07-03 14:12:09 +02:00
nsubiron 246488db85 Change Discord links so they go directly to the relevant channel 2018-07-03 14:12:09 +02:00
Christopher Wecht ed2fa69fb5 single channel lidar is possible now 2018-07-02 16:37:51 +02:00
Néstor Subirón ce468f7277
Merge pull request #536 from aranga81/ros-bridge-dev
Adding episodes to rosbridge:
2018-07-02 10:50:39 +02:00
Adithya Ranga e1f346b4aa Adding rospy shutdown (after episode) for clean exit when interrupted 2018-06-28 10:47:55 -07:00
Adithya Ranga d6f6f0aef8 Minor Fix to rosbag_fname 2018-06-28 10:36:08 -07:00
Adithya Ranga a864cc27c3 Review follow-up changes:
- control inputs removed - will be a separate request if necessary
- style adjustments - compliant with PEP8
2018-06-27 09:38:48 -07:00
George Laurent 4179a60fd7
Update Readme.md 2018-06-27 13:24:14 +02:00
Adithya Ranga e15586d4e7 Changes to episodes routine
- Framesperepisode loop edited to also run infinitely
2018-06-26 15:49:07 -07:00
Adithya Ranga 3dbc9007e8 Adding episodes to rosbridge:
- episodes & framesperepisode added for rosbag recording
- writing control inputs to bag
2018-06-26 12:01:56 -07:00
Néstor Subirón d050f3a4f1
Merge pull request #514 from carla-simulator/fix_dictionary_order
Fix dictionary order issue on driving benchmark
2018-06-26 16:43:47 +02:00
Felipe Codevilla 8801e7f41a
Merge branch 'master' into fix_dictionary_order 2018-06-26 13:49:44 +00:00
Felipe Codevilla 2c2b3310ab adding comments 2018-06-26 12:38:39 +02:00
Néstor Subirón 5250d290bd
Merge pull request #527 from danil-tolkachev/ros-bridge-fixes
Ros bridge fixes
2018-06-25 18:58:41 +02:00
Толкачев Данил c6bf2438d9 fix lidar orientation 2018-06-25 17:14:45 +03:00
Толкачев Данил 9ce0237eef fix wrong camera orientation 2018-06-25 17:14:45 +03:00
Толкачев Данил 7822612fd1 fix boundig box transform 2018-06-25 17:14:45 +03:00
Толкачев Данил b3a6ba8dc3 fix lidar timestamp bug 2018-06-25 17:12:29 +03:00
Néstor Subirón d5d7795b26
Merge pull request #518 from thibault-buhet/dev/add_ros_bridge
fix scaling error
2018-06-25 15:23:51 +02:00
thibault-buhet 15b04fb577 fix scaling error
This needs to be changed because #322 was fixed
2018-06-25 15:18:17 +02:00
Felipe Codevilla df134673f6 parentesis style 2018-06-25 12:04:17 +02:00
Felipe Codevilla 6396199a38 fixing style problems 2018-06-25 11:59:06 +02:00
felipecode 1f8d486fcb removing unnecessary printing 2018-06-19 14:14:22 +02:00
felipecode 3d5f3685fe enforcing the fieldnames orde when reloading csv, testing also added 2018-06-19 14:14:22 +02:00
nsubiron c4dd6794fc Remove news section from README 2018-06-18 14:57:03 +02:00
nsubiron ab9a2c7cb5 Upgrade version and update CHANGELOG 2018-06-15 18:57:46 +02:00
nsubiron 3fa30e7da4 Update content link 2018-06-15 16:14:01 +02:00
TheNihilisticRobot db3ba97be2 Added new key "T" to documentation 2018-06-15 14:55:28 +02:00
nsubiron 9d16e6672e Change autopilot to turn at intersections based on front wheels instead of pivot 2018-06-14 17:20:06 +02:00
nsubiron e67295e4af Close #497 add option to config file to disable bikes and motorbikes 2018-06-13 20:13:15 +02:00
nsubiron f9094d4c52 Update README with the new instructions for building on Windows 2018-06-12 16:28:54 +02:00
Néstor Subirón 53f5f1e0bd
Merge pull request #490 from carla-simulator/issue#488
Documentation about automatizing building for windows
2018-06-12 16:27:41 +02:00
Marc Garcia Puig 169e4346a3 Some fixes on the new documentation 2018-06-12 16:07:07 +02:00
Marc Garcia Puig 76f5a879e1 Added documentation that closes #488 2018-06-12 16:07:07 +02:00
Néstor Subirón 0ab11ed932
Merge pull request #301 from laurent-george/dev/add_ros_bridge
Add a minimal ros bridge: camera, lidar, control
2018-06-11 21:33:22 +02:00
Laurent George 0502e607b7 Fix timestamp bug
Carla stamp is in ms thus we need to divide it by 1000 to go to seconds (and not the inverse)
2018-06-11 10:35:35 +02:00
Laurent George 587c7b36a0 Remove hardcoding rosbag path 2018-06-11 10:35:35 +02:00