Skip to content

Commit

Permalink
Upgraded parameters of Unreal/CarlaUE4/Config/DefaultInput.ini to pr…
Browse files Browse the repository at this point in the history
…event mouse freeze (#2308)
  • Loading branch information
germanros1987 committed Dec 19, 2019
1 parent 1d71ecb commit ab97355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## CARLA 0.9.7

* Upgraded parameters of Unreal/CarlaUE4/Config/DefaultInput.ini to prevent mouse freeze
* Add build variant with AD RSS library integration with RSS sensor and result visualisation
* Support for OpenGL and Vulkan in docker + headless mode
* Added new sensor: Inertial measurement unit (IMU)
Expand Down
6 changes: 3 additions & 3 deletions Unreal/CarlaUE4/Config/DefaultInput.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ bEnableMouseSmoothing=True
bEnableFOVScaling=True
FOVScale=0.011110
DoubleClickTime=0.200000
bCaptureMouseOnLaunch=True
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
bCaptureMouseOnLaunch=False
DefaultViewportMouseCaptureMode=CaptureDuringMouseDown
bDefaultViewportMouseLock=False
DefaultViewportMouseLockMode=LockOnCapture
DefaultViewportMouseLockMode=DoNotLock
+ActionMappings=(ActionName="RestartLevel",Key=R,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
+ActionMappings=(ActionName="Handbrake",Key=SpaceBar,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
+ActionMappings=(ActionName="ToggleManualMode",Key=M,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
Expand Down

0 comments on commit ab97355

Please sign in to comment.