METHOD FOR SUPPORTING A DRIVER DURING THE MONITORING OF DRIVING OF A MOTOR VEHICLE OR OF A MOTOR VEHICLE-TRAILER COMBINATION
20170320519 · 2017-11-09
Inventors
Cpc classification
B60R1/00
PERFORMING OPERATIONS; TRANSPORTING
B60R2300/70
PERFORMING OPERATIONS; TRANSPORTING
B62D15/027
PERFORMING OPERATIONS; TRANSPORTING
B62D13/06
PERFORMING OPERATIONS; TRANSPORTING
International classification
B62D13/06
PERFORMING OPERATIONS; TRANSPORTING
B62D13/00
PERFORMING OPERATIONS; TRANSPORTING
Abstract
Method for supporting a driver by monitoring driving of a motor vehicle or a motor vehicle with trailer comprising a towing motor vehicle and at least one trailer coupled thereto, comprising at least the following steps: detection of image signals of a surroundings area of the motor vehicle or of the motor vehicle with trailer by at least two cameras arranged in particular on the motor vehicle or on the motor vehicle with trailer; transmission of the detected image signals of the cameras to at least one display device; display on the display device of one or more camera images based on transmitted image signals of the camera, wherein the camera images to be displayed are selected depending on the relative position and/or orientation of the driver to the motor vehicle or to the motor vehicle with trailer and/or depending on a number of driving state variables of the motor vehicle or the motor vehicle with trailer.
Claims
1. A method for supporting a driver during the monitoring of the driving of a motor vehicle or of a motor vehicle-trailer combination comprising a towing vehicle and at least one trailer which is coupled thereto, the method comprising: detecting image signals of a surrounding area of the motor vehicle or of the motor vehicle-trailer combination by means of at least two cameras which are arranged on the motor vehicle or on the motor vehicle-trailer combination; transmitting the detected image signals of the cameras to a display device; and displaying one or more camera images, based on the transferred image signals of the cameras, on the display device, wherein the camera images to be displayed are selected as a function of the relative position, the relative orientation, or both the relative position and the relative orientation of the driver with respect to the motor vehicle or with respect to the motor vehicle-trailer combination, as a function of a number of driving state variables of the motor vehicle or of the motor vehicle-trailer combination, or a combination of the foregoing.
2. The method as claimed in claim 1, wherein the camera images are selected of those cameras which, in conjunction with the field of vision of the driver, permit an optimum overview of the parts of the surrounding area of the motor vehicle or of the motor vehicle-trailer combination which are relevant for the monitoring.
3. The method as claimed in claim 1, wherein the driving state variables comprise a wheel steering angle of the motor vehicle or of the motor vehicle-trailer combination, a velocity, one or more wheel speeds, one or more bending angles between vehicles of the motor vehicle-trailer combination, positions or orientations of vehicle bodies of the motor vehicle or of the motor vehicle-trailer combination, or a combination of the foregoing.
4. The method as claimed in claim 1, wherein the driving of the motor vehicle or of the motor vehicle-trailer combination is implemented automatically by a control device of the motor vehicle or of the motor vehicle-trailer combination by means of electronic actuation of a drive device and of a steering device of the motor vehicle or of the towing vehicle.
5. The method as claimed in claim 1, wherein a remote-control device comprises the display device.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0017] Variants of the functional principle of the method and exemplary embodiments of the invention are explained by way of example and in accordance with the principle with reference to the figures.
[0018] Reference is made below to motor vehicle-trailer combinations. The invention can, however, also be used in individual motor vehicles without a trailer. Functionally identical elements with the same reference symbols are provided in the figures.
[0019] In the drawings:
[0020]
[0021]
[0022]
DETAILED DESCRIPTION
[0023]
[0024]
[0025]
[0026] The cameras which are selected by the method according to the invention and whose images are to be displayed on the display device are provided with hatching in
[0027] In
[0028]
[0029] The inventor has found that the number of relevant possibilities of camera combinations—even in relatively large vehicle-trailer combinations—can be reduced significantly if the driving state variables are taken into account in the selection.
[0030]
[0031]
[0032] The following algorithm is a possible variant for the vehicle-trailer combination with three vehicle parts and 10 cameras from
TABLE-US-00001 IF position == LeftOfVehicle-TrailerCombination THEN IF DirectionOfTravel = Forward THEN ScreenLayout = Camera1Top_Camera2RightCenter_Camera3RightBottom Camera1 = CameraTowingMachineFront OTHERWISE ScreenLayout = Camera1Bottom_Camera2RightCenter_Camera3RightBottom Camera1 = CameraCentral-AxleTrailerRear IF_END IF BendingAngleSemi-Trailer >= 0 THEN Camera2 = CameraSemi-TrailerFrontRight OTHERWISE Camera2 = CameraTowingMachineRight IF_END IF BendingAngleCentral-AxleTrailer >= 0 THEN Camera3 = CameraSemi-TrailerRearRight OTHERWISE Camera3 = CameraCentral-AxleTrailerRight IF_END OTHERWISE_IF Position == RightOfVehicle-TrailerCombination THEN IF DirectionOfTravel = Forward THEN ScreenLayout = Camera1Top_Camera2CenterLeft_Camera3BottomLeft Camera1 = CameraTowingMachineFront OTHERWISE ScreenLayout = Camera1Bottom_Camera2CenterLeft_Camera3BottomLeft Camera1 = CameraCentral-AxleTrailerRear IF_END IF BendingAngleSemi-Trailer >= 0 THEN Camera2 = CameraTowingMachineLeft OTHERWISE Camera2 = CameraSemi-TrailerFrontLeft IF_END IF BendingAngleCentral-AxleTrailer >= 0 THEN Camera3 = CameraCentral-AxleTrailerLeft OTHERWISE Camera3 = CameraSemi-TrailerRearLeft IF_END OTHERWISE_IF Position == InFrontOfVehicle-TrailerCombination THEN ScreenLayout = Camera1Bottom_Camera2Left_Camera3Right Camera1 = CameraCentral-AxleTrailerRear IF BendingAngleCentral-AxleTrailer >= 0 THEN Camera2 = CameraCentral-AxleTrailerLeft Camera3 = CameraSemi-TrailerRearRight OTHERWISE Camera2 = CameraSemi-TrailerRearLeft Camera3 = CameraCentral-AxleTrailerRight IF_END OTHERWISE_IF Position == ToRearOfVehicle-TrailerCombination THEN ScreenLayout = Screen1Top_Camera2Left_Camera3Right Camera1 = CameraTowingMachineFront IF BendingAngleSemi-Trailer >= 0 THEN Camera2 = CameraSemi-TrailerFrontLeft Camera3 = CameraTowingMachineRight OTHERWISE Camera2 = CameraTowingMachineLeft Camera3 = CameraSemi-TrailerFrontRight IF_END OTHERWISE_IF
[0033]