You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## DReyeVR 0.2.1
2
+
- Adding smart (weak) pointers for the major DReyeVR class connections to ensure better pointer validity before dereference. Helps with detecting dangling (freed, but not-null) pointers which happens commonly during map changes and would otherwise crash the replay system.
3
+
- Adding PythonAPI startup function (namely a custom `__init__.py` script that is loaded when using `DReyeVR_utils.py`)
4
+
- Fix bug with shaders not being cooked in package mode
5
+
- Fine-tune ego-vehicle mirrors according to vehicle chassis
6
+
- Adding threshold for manual takeover of logitech inputs. Logitech wheel actuation follows autopilot otherwise.
7
+
- Disabling shadows for wheel face buttons
8
+
- Adding autopilot light indicator
9
+
10
+
## DReyeVR 0.2.0
11
+
- Add face button indicators on the steering wheel
12
+
- Revamping `ConfigFile` class rather than a static `ReadConfigFile` helper function
13
+
- Adding Config-file check as part of the tracked DReyeVRData, gives you a warning if your loaded ConfigFile is different from the one that was used during recording (so you can match your replay config with that which was recorded)
14
+
- Adding per-vehicle configuration files in `Content/DReyeVR/EgoVehicle` that can be selected via parameters. Allows parameterization of all EgoVehicle components, magic numbers (ex. location of camera, mirrors, engine), sound files, mirror meshes, steering wheel types, and enable/disable these on a highly granular basis
15
+
- Revamp EgoVehicle input controls to use parent (ACarlaWheeledVehicle) controls and flush
16
+
- Disabling (turning invisible) default Carla spectator in map
17
+
- Added tutorial for custom EgoVehicle
18
+
1
19
## DReyeVR 0.1.3
2
20
- Fix bug where other non-ego Autopilto vehicles ignored the EgoVehicle and would routinely crash into it
3
21
- Fix bug where some EgoVehicle attributes were missing, notably `"number_of_wheels"`
@@ -30,4 +48,4 @@
30
48
- Improved vehicle dash with blinking turn signal and fixed bugs with inconsistent gear indicator.
31
49
- Fixed bugs and inconsistencies with replayer media control and special actions such as toggling reverse/turn signals in replay.
32
50
- Enabled cooking for `Town06` and `Town07` in package/shipping mode.
0 commit comments