Commit Graph

  • 12b835ed15 Add flag checker meltycriss 2024-08-30 20:11:10 +0800
  • e9b3978871 Merge branch 'ue5-dev' into marcel/setup-v2 Marcel Pi 2024-08-29 20:39:26 +0200
  • c097d7acf1
    added digital twins video (#8090) MattRoweEAIF 2024-08-29 14:58:48 +0200
  • a98577c3cb added digital twins video docs/digital-tiwns-videos MattRoweEAIF 2024-08-29 14:56:17 +0200
  • 334740ae53 Fixed Vector arithmetic Daniel 2024-08-23 15:02:35 +0200
  • 7633334063 Corrections and additions Daniel 2024-08-15 22:14:15 +0200
  • 2b465bcd66 Improved Callable and callbacks signature Daniel 2024-08-08 14:57:30 +0200
  • aec0b261af Added Transform.inverse_transform and corrected signature Daniel 2024-08-01 16:57:18 +0200
  • 58e0374f4f Corrected [try_]spawn_actor keyword name Daniel 2024-08-01 16:21:29 +0200
  • 26dc386724 Improved get_waypoints and Literal type hints Daniel 2024-07-29 18:01:28 +0200
  • 798c9e144c Added setters for VehicleControl Daniel 2024-07-29 17:48:08 +0200
  • 77856f467c Various fixes Daniel 2024-07-29 17:01:20 +0200
  • ca81e35d59 Added self parameter to property signatures Daniel 2024-07-29 16:34:01 +0200
  • da80757e27 Fixes for wrong stubs Daniel 2024-07-29 16:32:39 +0200
  • 453ceca112 Fix: Enum values were tuples. Added Flag or Int to Enums Daniel 2024-07-29 16:30:49 +0200
  • a959577ccf Better usage of Enum if typing.Self is availiable Daniel 2024-07-29 15:19:38 +0200
  • b061f9e951 Fix spelling mistakes Daniel 2024-07-24 18:05:14 +0200
  • f797e1593a Improved get_waypoint disambiguation Daniel 2024-07-24 17:13:39 +0200
  • 41e595c056 Corrected and more precise type-hints Daniel 2024-07-24 15:53:47 +0200
  • d9c217ee3c Added stubs for HUD drawing Daniel 2024-07-24 14:48:37 +0200
  • a089c3b800 Formatted some docstring to be shorter Daniel 2024-07-24 14:19:55 +0200
  • 19b892f76b Fix missing @property Daniel 2024-07-24 14:19:42 +0200
  • 8df99c0414 Fix intendation shadowing methods Daniel 2024-07-24 11:36:29 +0200
  • 2935897950 Added type hints for `values` attribute on enums Daniel 2024-07-23 12:20:40 +0200
  • ddb5834e38 Corrected Sensor.is_listening Daniel 2024-06-14 18:56:03 +0200
  • e765559384 Added undocumented variables Daniel 2024-04-12 16:32:06 +0200
  • df1eb25721 Disambiguated get_waypoint signature Daniel 2024-04-12 16:32:37 +0200
  • caac503fdb Fixed CityObjectLabels Daniel 2024-04-12 15:49:53 +0200
  • 4c086ad7d9 ActorList.filter actually returns ActorList Daniel 2024-04-03 19:00:32 +0200
  • 1d4450b026 Filled in missing information and types. Daniel 2024-04-03 11:59:26 +0200
  • 0197e0ae5b FIX: added ApplyTransform, fixed ApplyTorque Daniel 2024-04-02 17:48:34 +0200
  • de33210abd FIX: __init__ methods do not return Daniel 2024-03-14 16:49:51 +0100
  • a0cff71434 Added missing return value to reload_world Daniel 2024-03-14 11:05:33 +0100
  • 232cb8c250 Added missing -> World to load_world Daniel 2024-03-14 10:40:23 +0100
  • 755c0d827d Removed wrong unit indication Daniel 2024-03-14 10:34:59 +0100
  • 4c1104dc47 Fixed spelling misstakes Daniel 2024-02-29 10:58:29 +0100
  • f275e47f4e Added missing type for Labelled Point Daniel 2024-02-29 10:40:17 +0100
  • 7b2c1db39b Added DSVEventArray iterator Daniel 2024-02-29 10:22:27 +0100
  • 251b293d61 Updated changelog Daniel 2024-02-29 10:18:56 +0100
  • bc6e7cd5ea Fixed missing return types Daniel 2024-02-29 10:15:31 +0100
  • be8735fc28 Fixed Actor.parent Daraan 2024-02-19 15:51:36 +0100
  • 951fcc4cc9 Fixes and missing Iterators Daniel 2024-02-15 16:51:08 +0100
  • fd44ea0ca1 Add a `*.pyi` file for auto-completion & hints. Minokori 2023-12-16 16:08:10 +0800
  • 9c85f8a383
    Merge 83068cbc74 into 1ef3f55c95 berndgassmann 2024-08-27 04:24:57 +0000
  • 83068cbc74
    Merge branch 'dev' into berndgassmann/rework_ros2_step_1_harmonize_build berndgassmann 2024-08-27 04:24:53 +0000
  • 6ffa41acf5
    Add missing conversion class from vector of WheelTelemetryData to Python list Arik 2024-08-26 11:23:09 -0400
  • eb5df1d5fa Add RGL to build. marcel/rgl-testing Marcel Pi 2024-08-25 15:10:26 +0200
  • 085d61758c
    updated changelog Daniel 2024-08-23 17:17:11 +0200
  • cd976513ab
    0.9.13+ modernisation of code Daniel 2024-08-23 17:09:37 +0200
  • acdc2288b6
    Typing for GlobalRoutePlanner Daniel 2024-08-23 17:09:05 +0200
  • 53816ccd88
    Fixed Vector arithmetic Daniel 2024-08-23 15:02:35 +0200
  • 440838c750 First iteration AntonioMata/SensorPPVAdaptsToWeather Antonio Mata 2024-08-23 09:44:26 +0200
  • 1b43364d75 ros2 build is now using server toolchain joel-mb/fix_ros2_build Joel Moriana 2024-08-22 11:58:21 +0200
  • c8acce3596
    Merge c5cb32c834 into aa9d95eb21 Marcel Pi 2024-08-20 20:32:02 +0200
  • c5cb32c834 Enable LTO for non-debug builds. marcel/lto Marcel Pi 2024-08-20 20:29:45 +0200
  • 134b54676b Clean ASkyBase. marcel/cloud-fixes Marcel Pi 2024-08-16 14:38:43 +0200
  • 49562b7a15
    Corrections and additions Daniel 2024-08-15 22:14:15 +0200
  • aa9d95eb21
    Update Ubuntu version README.md (#8045) MattRoweEAIF 2024-08-09 12:07:39 +0200
  • cb3e95e381
    Update Ubuntu version README.md readme/update-ubuntu-version-requirement MattRoweEAIF 2024-08-09 12:06:50 +0200
  • 3e828311d3
    Improved Callable and callbacks signature Daniel 2024-08-08 14:57:30 +0200
  • b04f41e429 Added Transform.inverse_transform and corrected signature Daniel 2024-08-01 16:57:18 +0200
  • ba282546b0 Corrected [try_]spawn_actor keyword name Daniel 2024-08-01 16:21:29 +0200
  • 9a77f5a054 Improved get_waypoints and Literal type hints Daniel 2024-07-29 18:01:28 +0200
  • 17120e0609 Added setters for VehicleControl Daniel 2024-07-29 17:48:08 +0200
  • 416206b8de Various fixes Daniel 2024-07-29 17:01:20 +0200
  • 3b88788030 Added self parameter to property signatures Daniel 2024-07-29 16:34:01 +0200
  • 6f9e126018 Fixes for wrong stubs Daniel 2024-07-29 16:32:39 +0200
  • ad4a777bb2 Fix: Enum values were tuples. Added Flag or Int to Enums Daniel 2024-07-29 16:30:49 +0200
  • 00b0efbfdb Better usage of Enum if typing.Self is availiable Daniel 2024-07-29 15:19:38 +0200
  • 116cb5ccb1 Fix spelling mistakes Daniel 2024-07-24 18:05:14 +0200
  • 224cae0108 Improved get_waypoint disambiguation Daniel 2024-07-24 17:13:39 +0200
  • 76a0fbd17f Corrected and more precise type-hints Daniel 2024-07-24 15:53:47 +0200
  • 556c93c1f5 Added stubs for HUD drawing Daniel 2024-07-24 14:48:37 +0200
  • abf1ee7492 Formatted some docstring to be shorter Daniel 2024-07-24 14:19:55 +0200
  • b97909352a Fix missing @property Daniel 2024-07-24 14:19:42 +0200
  • eb86391a88 Fix intendation shadowing methods Daniel 2024-07-24 11:36:29 +0200
  • 3d820c6c54 Added type hints for `values` attribute on enums Daniel 2024-07-23 12:20:40 +0200
  • adcf1069a0 Corrected Sensor.is_listening Daniel 2024-06-14 18:56:03 +0200
  • 34649f61b1 Added undocumented variables Daniel 2024-04-12 16:32:06 +0200
  • 4a84a52047 Disambiguated get_waypoint signature Daniel 2024-04-12 16:32:37 +0200
  • e0010b4272 Fixed CityObjectLabels Daniel 2024-04-12 15:49:53 +0200
  • 1aed9bc6d6 ActorList.filter actually returns ActorList Daniel 2024-04-03 19:00:32 +0200
  • 6095e728ff Filled in missing information and types. Daniel 2024-04-03 11:59:26 +0200
  • 6b2afd4e18 FIX: added ApplyTransform, fixed ApplyTorque Daniel 2024-04-02 17:48:34 +0200
  • c664716d9a FIX: __init__ methods do not return Daniel 2024-03-14 16:49:51 +0100
  • 3f78f0f987 Added missing return value to reload_world Daniel 2024-03-14 11:05:33 +0100
  • 4eba07e3ab Added missing -> World to load_world Daniel 2024-03-14 10:40:23 +0100
  • 18674f70f2 Removed wrong unit indication Daniel 2024-03-14 10:34:59 +0100
  • 5c332c3544 Fixed spelling misstakes Daniel 2024-02-29 10:58:29 +0100
  • 5957832151 Added missing type for Labelled Point Daniel 2024-02-29 10:40:17 +0100
  • 353e3ebece Added DSVEventArray iterator Daniel 2024-02-29 10:22:27 +0100
  • 7a2b2e2771 Updated changelog Daniel 2024-02-29 10:18:56 +0100
  • 3a46c2324e Fixed missing return types Daniel 2024-02-29 10:15:31 +0100
  • 9e79280549 Fixed Actor.parent Daraan 2024-02-19 15:51:36 +0100
  • c886ba9dca Fixes and missing Iterators Daniel 2024-02-15 16:51:08 +0100
  • 5f21dc7853 Add a `*.pyi` file for auto-completion & hints. Minokori 2023-12-16 16:08:10 +0800
  • 650a124660 Fix compilation error in win11 meltycriss 2024-08-05 18:52:19 +0800
  • c5ef665fe6 Fix encoding in WIN juntonglin 2024-08-05 17:32:58 +0800
  • 12a1ce5028
    Merge f9bc71dcea into 1ef3f55c95 Daraan 2024-07-31 15:23:49 +0200
  • 1ef3f55c95
    Docs/unit updates (#8007) MattRoweEAIF 2024-07-31 15:23:11 +0200