WO2017145550A1 - 経路計算システム及びコンピュータプログラム - Google Patents
経路計算システム及びコンピュータプログラム Download PDFInfo
- Publication number
- WO2017145550A1 WO2017145550A1 PCT/JP2017/000810 JP2017000810W WO2017145550A1 WO 2017145550 A1 WO2017145550 A1 WO 2017145550A1 JP 2017000810 W JP2017000810 W JP 2017000810W WO 2017145550 A1 WO2017145550 A1 WO 2017145550A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- route
- unit
- output
- route calculation
- notification
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/26—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
- G01C21/34—Route searching; Route guidance
- G01C21/36—Input/output arrangements for on-board computers
- G01C21/3626—Details of the output of route guidance instructions
- G01C21/3641—Personalized guidance, e.g. limited guidance on previously travelled routes
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/26—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
- G01C21/34—Route searching; Route guidance
- G01C21/3407—Route searching; Route guidance specially adapted for specific applications
- G01C21/3415—Dynamic re-routing, e.g. recalculating the route when the user deviates from calculated route or after detecting real-time traffic data or accidents
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/26—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
- G01C21/34—Route searching; Route guidance
- G01C21/36—Input/output arrangements for on-board computers
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/011—Arrangements for interaction with the human body, e.g. for user immersion in virtual reality
- G06F3/015—Input arrangements based on nervous system activity detection, e.g. brain waves [EEG] detection, electromyograms [EMG] detection, electrodermal response detection
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09B—EDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
- G09B29/00—Maps; Plans; Charts; Diagrams, e.g. route diagram
- G09B29/10—Map spot or coordinate position indicators; Map reading aids
- G09B29/106—Map spot or coordinate position indicators; Map reading aids using electronic means
Definitions
- This disclosure relates to a route calculation system and a computer program.
- the route is calculated using route calculation data, and the calculated route is displayed on the map screen so as to provide route guidance.
- the route is recalculated and, for example, a notification message such as “You have deviated from the route.
- the user that is, the driver
- the route is recalculated and, for example, a notification message such as “You have deviated from the route.
- the user that is, the driver
- the recalculation By the way, as a case where the current position of the vehicle deviates from the calculated route, there are a case where the user unintentionally deviates from the route and a case where the user deliberately deviates from the route.
- Patent Document 1 describes a technique for determining whether a user has unintentionally left a route or intentionally left a route by using the user's preference.
- Patent Document 1 By applying the technique of Patent Document 1 and prohibiting the voice output of the notification message when it is determined that the user intentionally deviates from the route, the problem that the user feels annoying the voice output of the notification message can be solved. It is assumed. However, since the technique of Patent Literature 1 is configured to use the user's preference, it is necessary to collect data for determining the user's preference, and is realized if data of a certain amount of data is not collected. Is difficult.
- the present disclosure provides a route calculation system and a computer program that can appropriately output notification information indicating that a route has been recalculated, and can improve convenience.
- the route calculation unit calculates a route using the route calculation data stored in the route calculation data storage unit, and uses the route calculation data when a predetermined recalculation condition is satisfied. Recalculate the route.
- the broadcast information output unit outputs broadcast information indicating that the route has been recalculated.
- the brain activity detection unit detects the activity of the user's brain.
- the brain activity determination unit determines the detection result of the brain activity detection unit.
- the notification determination unit uses the determination result of the brain activity determination unit after the route is recalculated by the route calculation unit, and determines whether or not notification information needs to be output.
- the notification control unit permits output of the notification information, and when the notification determination unit determines that there is no need to output the notification information, Prohibits output of information.
- the user's brain activity deviates from normal, it is determined that the user has unintentionally deviated from the route, and output of notification information is permitted, while the user's brain activity is maintained normally. For example, it is determined that the user has intentionally left the route, and the output of the notification information is prohibited. Thereby, when the user unintentionally deviates from the route, the user's anxiety can be solved by outputting the notification information. On the other hand, when the user intentionally deviates from the route, by not outputting the notification information, the user does not feel annoying the output of the notification information. Thus, the notification information indicating that the route has been recalculated can be appropriately output, and convenience can be improved.
- FIG. 1 is a functional block diagram illustrating an embodiment.
- FIG. 2 is a diagram showing a mode of displaying route information.
- FIG. 3 is a flowchart (part 1).
- FIG. 4 is a flowchart (part 2).
- FIG. 5 is a flowchart (part 3).
- FIG. 6 is a flowchart (part 4).
- FIG. 7A is a diagram (part 1) showing a change in brain activity data
- FIG. 7B is a diagram (part 2) showing a change in brain activity data
- FIG. 7C is a diagram (part 3) showing changes in brain activity data;
- FIG. 7A is a diagram (part 1) showing a change in brain activity data
- FIG. 7B is a diagram (part 2) showing a change in brain activity data
- FIG. 7C is a diagram (part 3) showing changes in brain activity data;
- FIG. 7A is a diagram (part 1) showing a change in brain activity data
- FIG. 7B is a diagram (part 2) showing
- FIG. 8A is a diagram (part 1) showing a change in behavior data
- FIG. 8B is a diagram (part 2) showing changes in behavior data
- FIG. 8C is a diagram (part 3) showing changes in behavior data
- FIG. 9 is a diagram (part 1) illustrating an aspect of determining permission or prohibition of audio output.
- FIG. 10 is a diagram (part 2) illustrating an aspect of determining permission or prohibition of audio output.
- FIG. 11 is a diagram (part 3) illustrating an aspect of determining permission or prohibition of audio output;
- FIG. 12 is a diagram (part 4) illustrating an aspect of determining permission or prohibition of audio output;
- FIG. 13 is a diagram showing an inquiry screen.
- the route calculation system 1 includes a control unit 2, a navigation unit 3, a brain activity detection unit 4, a brain activity database 5, a behavior detection unit 6, and a behavior database 7.
- the control unit 2 includes a microcomputer having a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and an I / O (Input / Output).
- the control unit 2 executes a computer program stored in the non-transitional tangible recording medium, thereby executing processing corresponding to the computer program and controlling the overall operation of the route calculation system 1.
- the navigation unit 3 includes a current position specifying unit 3a, a destination setting unit 3b, a route calculation unit 3c, a route calculation database 3d (corresponding to a route calculation data storage unit), a route guide unit 3e, and a voice output unit.
- 3f (corresponding to a notification information output unit), a display unit 3g (corresponding to an inquiry information output unit), and an operation receiving unit 3h (corresponding to an answer information receiving unit).
- the audio output unit 3f is composed of speakers arranged around the driver's seat.
- the display part 3g is comprised from the liquid crystal display arrange
- the operation reception part 3h is comprised from the touchscreen formed in a liquid crystal display.
- the current position specifying unit 3a specifies the current position of the vehicle using, for example, a GPS signal transmitted from a GPS (Global Positioning System) satellite.
- the destination setting unit 3b sets a destination input by a destination input operation from the user.
- the route calculation unit 3c uses the route calculation data stored in the route calculation database 3d to calculate a route from the current position of the vehicle to the destination.
- the route calculation data includes data related to links and nodes, and is necessary for route calculation.
- the route guide unit 3e guides the route calculated by the route calculation unit 3c.
- the voice output unit 3f is linked with the route guidance unit 3e guiding the route, and for example, outputs a guidance message such as “Turn right after 300 meters” or “Please be careful about merging”.
- the display unit 3g is linked to the route guidance unit 3e guiding the route, and the current position information P indicating the current position of the vehicle specified by the current position specifying unit 3a, and the route calculation unit.
- the route information R indicating the route calculated by 3c is displayed superimposed on the map screen.
- the route calculation unit 3c causes the current position of the vehicle to deviate from the calculated route and the state where the current position of the vehicle deviates from the route continues for a predetermined period or continues for a predetermined distance (a predetermined recalculation condition is satisfied). Then, recalculate the route.
- the voice output unit 3f indicates a notification message (that is, indicates that the route has been recalculated), for example, “You have deviated from the route. Notification information) is output by voice.
- the display unit 3g updates and displays the route information R when the route calculation unit 3c recalculates the route. That is, as shown in FIG.
- the vehicle is traveling from the intersection of D town to the intersection of C town, and while the vehicle is instructing a route recommending a right turn at the intersection of A town, Assuming that the vehicle turns right at the intersection of town C before this, the display unit 3g changes the direction of the map screen and updates and displays the route information R.
- the display unit 3 g shows a route before turning right at the intersection of C town, that is, a route indicating a route from the intersection of C town, the intersection of B town, and the intersection of E town via the intersection of A town.
- the information R is updated and displayed as route information R indicating a route after a right turn at the intersection of C town, that is, a route from the intersection of G town to the intersection of E town via the intersection of F town.
- the brain activity detection unit 4 detects the activity of the user's (ie, driver) user's brain using NIRS (Near Infra-Red Spectroscopy) technology.
- NIRS Near Infra-Red Spectroscopy
- the brain it is considered that two systems, an information transmission system responsible for neural activity, and an energy supply system supporting neural activity are closely related.
- nerve activity occurs, the surrounding blood vessels expand, and a regulating mechanism that supplies a lot of arterial blood including oxygen and glucose as energy sources works.
- the tissue near the active nerve it is assumed that the blood flow volume and the blood volume increase, and the oxidation state of blood (that is, the ratio between the oxyhemoglobin concentration and the deoxyhemoglobin concentration) changes.
- This relationship between neural activity and cerebral blood response is called neurovascular coupling, and the NIRS technique detects the concentration of local hemoglobin in the brain based on the assumption that neurovascular coupling exists. Detecting the user's brain activity.
- the brain activity detection unit 4 includes an irradiation unit 4a that irradiates near infrared light on the user's scalp, and a light receiving unit 4b that receives light that is irregularly reflected by the near infrared light emitted from the irradiation unit.
- a light receiving unit 4b that receives light that is irregularly reflected by the near infrared light emitted from the irradiation unit.
- the brain activity detection unit 4 detects the light component in this way, thereby estimating a change in the oxyhemoglobin concentration and deoxyhemoglobin concentration in the cerebral cortex, and detects the activity of the user's brain.
- the brain activity detection unit 4 may estimate a change in the total hemoglobin concentration, which is the sum of both, and detect the activity of the user's brain.
- the brain activity detection unit 4 When detecting the brain activity of the user, stores the brain activity data obtained by digitizing the detection result in the brain activity database 5 one by one, and updates the brain activity data stored in the brain activity database 5 At the same time, the detected brain activity data is collated with the past brain activity data.
- the brain activity detection unit 4 sets a comfortable threshold value and an unpleasant threshold value as determination criteria from the brain activity data stored in the brain activity database 5, and if the brain activity data is equal to or greater than the comfortable threshold value, the user is comfortable. It detects that it is.
- the brain activity detection unit 4 detects that the user is normal (that is, neither comfortable nor uncomfortable) if the brain activity data is less than the comfort threshold and greater than the uncomfortable threshold.
- the brain activity detecting unit 4 detects that the user is uncomfortable if the brain activity data is less than the unpleasant threshold.
- the brain activity detection unit 4 outputs a detection result signal indicating the detection result of the user's brain activity detected in this way to the control unit 2.
- the brain activity detection unit 4 may always detect the activity of the user's brain, or starts detection on the condition that the detection start command signal is input from the control unit 2, and receives a detection end command from the control unit 2. Detection may be terminated on condition of signal input.
- the behavior detection unit 6 detects a user's behavior using image analysis and voice recognition technology.
- the behavior detection unit 6 includes a photographing unit 6a that photographs the upper body including the user's face, and a voice input unit 6b that inputs voice spoken by the user.
- the behavior detection unit 6 captures the movement of the user's eyes (that is, the line of sight), the movement of the mouth (that is, the utterance), and the facial expression by the photographing unit 6a, and inputs the voice spoken by the user through the voice input unit 6b.
- the movement of the mouth, the movement of the mouth, the facial expression and the change of the voice spoken by the user are specified, and the behavior of the user is detected.
- the behavior detection unit 6 may detect the user's behavior from at least one of these eye movements, mouth movements, facial expressions, and voices spoken by the user, or detect a user's behavior by combining a plurality of them. You may do it.
- the behavior detection unit 6 When detecting the behavior of the user, stores behavior data in which the detection result is digitized one by one in the behavior database 7, updates the behavior data stored in the behavior database 7, and also detects the detected behavior. Check the data against past behavior data. The behavior detection unit 6 sets a comfort threshold and a discomfort threshold as determination criteria from the behavior data stored in the behavior database 7, and detects that the user is comfortable if the behavior data is equal to or greater than the comfort threshold. To do. The behavior detection unit 6 detects that the user is normal (that is, neither comfortable nor uncomfortable) if the behavior data is less than the comfort threshold and equal to or greater than the discomfort threshold. If the behavior data is less than the unpleasant threshold, the behavior detecting unit 6 detects that the user is uncomfortable.
- the behavior detection unit 6 outputs a detection result signal indicating the detection result of the user behavior thus detected to the control unit 2.
- the behavior detection unit 6 may always detect the user's behavior, starts detection on the condition that the detection start command signal is input from the control unit 2, and inputs the detection end command signal from the control unit 2. Detection may be terminated on the condition.
- the control unit 2 includes a brain activity determination unit 2a, a behavior determination unit 2b, a notification determination unit 2c, a notification control unit 2d, and an update control unit 2e.
- Each of these units 2a to 2e is configured by a computer program executed by the control unit 2, and is realized by software.
- the brain activity determination unit 2 a determines the detection result of the brain activity detection unit 4 based on the detection result signal input from the brain activity detection unit 4 to the control unit 2.
- the behavior determination unit 2 b determines the detection result of the behavior detection unit 6 based on the detection result signal input from the behavior detection unit 6 to the control unit 2.
- the notification determination unit 2c needs to output the aforementioned notification message by voice using the determination result of the brain activity determination unit 2c and the determination result of the behavior determination unit 2b after the route is recalculated by the route calculation unit 3c. Determine presence or absence.
- the notification control unit 2d uses the determination result of the notification determination unit 2c to determine whether to permit or prohibit the voice output of the notification message from the voice output unit 3f.
- the update control unit 2e updates the route calculation data stored in the route calculation database 3d.
- the control unit 2 performs a voice output determination process for the notification message.
- the control unit 2 determines whether or not the current position of the vehicle deviates from the route calculated in the navigation unit 3 (S1).
- the control unit 2 determines that the current position of the vehicle has deviated from the calculated route (S1: YES)
- the control unit 2 proceeds to a brain activity determination process (S2, corresponding to a brain activity determination procedure).
- the controller 2 When the brain activity determination process is started, the controller 2 starts acquiring brain activity data based on the detection result signal input from the brain activity detector 4 (S11).
- the control unit 2 periodically acquires brain activity data at a predetermined cycle (for example, a cycle of several milliseconds), and the activity of the user's brain at that time, that is, immediately after the current position of the vehicle deviates from the calculated route.
- the brain activity of the user is determined, and it is determined whether or not the brain activity data is within the normal state range (S12). At this time, if the user accidentally leaves the route unintentionally, it is highly likely that the user does not have a sense of land and does not grasp the current position of the vehicle.
- control unit 2 determines that the brain activity data is within the range of the normal state (S12: YES)
- the control unit 2 determines that the user intentionally deviates from the route, and determines that there is no need to output the notification message by voice ( S13).
- the control unit 2 determines whether or not the external factor is excluded. (S15).
- An external factor is a change in the environment around the user, such as a sudden change in acceleration or vibration applied to the vehicle during driving. In other words, the timing when the current position of the vehicle deviates from the calculated route coincides with the timing when the environment around the user changes, and the brain activity data falls within the normal range when the current position of the vehicle deviates from the calculated route. However, the brain activity data may temporarily fall out of the normal range due to a change in the environment around the user. If the control unit 2 determines that an external factor is not excluded in consideration of such circumstances (step S15: NO), the control unit 2 returns to step S12, and repeats step S12 and subsequent steps.
- the control unit 2 determines that the external factor has been eliminated (S15: YES)
- the control unit 2 starts a first timer that measures a first determination period (for example, several seconds) (S16), and the first timer Whether or not the time is up is monitored (S17), and whether or not the state where the brain activity data is out of the normal state continues for the first predetermined period is monitored (S18). If the control unit 2 determines that the state where the brain activity data is out of the range of the normal state (first predetermined state) has continued for the first predetermined period (S18: YES), the user erroneously unintentionally Then, it is determined that the route has been removed, and it is determined that it is necessary to output the notification message by voice (S19).
- control part 2 complete
- the first predetermined period for example, (period from t4 to t8)
- control unit 2 determines that the first timer has timed up (S17: YES)
- the control unit 2 determines that it is impossible to determine whether or not it is necessary to output the notification message by voice (S20).
- the control unit 2 proceeds to a behavior determination process (S3, corresponding to a behavior determination procedure).
- the control unit 2 starts acquiring behavior data based on the detection result signal input from the behavior detection unit 6 (S21).
- the control unit 2 periodically acquires behavior data at a predetermined period (for example, several milliseconds), and the user's behavior at that time, that is, the user's behavior immediately after the current position of the vehicle deviates from the calculated route. Is determined (S22). At this time, if the user accidentally leaves the route unintentionally, it is highly likely that the user has no intuition and does not grasp the current position of the vehicle.
- control unit 2 determines that the behavior data is within the range of the normal state (S22: YES)
- the control unit 2 determines that the user has intentionally left the route, and determines that there is no need to output the notification message by voice (S23). ).
- control unit 2 determines that the behavior data is not within the range of the normal state (that is, out of the range of the normal state) (S22: NO), whether or not the external factor is excluded also in this case Is determined (S25).
- step S25: NO the control unit 2 returns to step S22 and repeats step S22 and subsequent steps.
- the control unit 2 determines that the external factor has been eliminated (S25: YES)
- the control unit 2 starts a second timer that measures a second determination period (for example, several seconds) (S26), and the second timer Whether or not the time is up is monitored (S27), and whether or not the behavior data is out of the normal state range (second predetermined state) continues for the second predetermined period (S28). ).
- the control unit 2 determines that the state where the behavior data is out of the range of the normal state continues for the second predetermined period (S28: YES)
- the control unit 2 determines that the user has accidentally left the route unintentionally, It is determined that it is necessary to output the notification message by voice (S29).
- control part 2 complete
- control unit 2 determines that the second timer has timed up (S27: YES)
- the control unit 2 determines that it is impossible to determine whether or not it is necessary to output the notification message by voice (S30).
- the control unit 2 When the control unit 2 finishes the behavior determination process, the control unit 2 comprehensively determines the determination result by the brain activity determination process and the determination result by the behavior determination process, and finally determines whether or not the notification message needs to be output as voice ( S4, S5, corresponding to the notification determination procedure).
- the control unit 2 determines that it is necessary to output the notification message by voice (S4: YES)
- the control unit 2 permits the notification message to be output (S6, corresponding to the notification control procedure), and outputs the notification message.
- the determination process ends.
- the control unit 2 finally determines that there is no need to output the notification message by voice (S5: YES)
- the control unit 2 prohibits the voice output of the notification message (S7, which corresponds to the notification control procedure).
- the audio output determination process ends. If the control unit 2 determines that it is not possible to determine whether or not it is necessary to output the notification message by voice (S5: NO), the control unit 2 proceeds to an inquiry information display process (S8).
- the control unit 2 makes a comprehensive determination by combining the determination result by the brain activity determination process and the determination result by the behavior determination process, and permits voice output of the notification message. Then, it is determined whether to prohibit the voice output of the notification message or to inquire about the intention to change the route. When priority is given to the permission of sound output, the control unit 2 needs to output sound in at least one of the determination result by the brain activity determination process and the determination result by the behavior determination process, as shown in FIG. If it is determined, it is finally determined that the voice output is necessary, and it is determined that the voice output of the notification message is permitted.
- the control unit 2 uses at least one of the determination result by the brain activity determination process and the determination result by the behavior determination process as shown in FIG. 10 and FIG. If it is determined that there is no need for output, it is finally determined that there is no need for voice output, and it is determined that voice output of the notification message is prohibited.
- the control unit 2 makes a voice as at least one of the determination result by the brain activity determination process and the determination result by the behavior determination process, as shown in FIG. If it is determined that the presence / absence of output cannot be determined, it is finally determined that the presence / absence of audio output cannot be determined, and it is determined to inquire about the intention to change the route.
- the control unit 2 When starting the inquiry information display process, the control unit 2 pops up an inquiry screen on the map screen as shown in FIG. 13 (S31), and waits for an answer from the user (S32). In this case, the control unit 2 displays an inquiry message such as “Do you want to reflect the current route change on the next route calculation?” On the inquiry screen. If the control unit 2 determines that there is an intention to reflect the current route change in the next route calculation by pressing the “YES” key (S32: YES), the control unit 2 determines the current route change as the route calculation database 3d. The route calculation data is updated to reflect the route calculation data stored in (S33), and the inquiry information display process is terminated. On the other hand, when the control unit 2 determines that the user has pressed the “NO” key and does not intend to reflect the current route change in the next route calculation (S32: NO), the control unit 2 updates the route calculation data. The inquiry information display process is terminated.
- the following effects can be obtained.
- the activity of the user's brain immediately after the current position of the vehicle deviates from the calculated route is determined. It was determined that the route was deviated, and voice output of a notification message indicating that the route was recalculated was permitted.
- the activity of the user's brain is maintained normally, it is determined that the user has intentionally left the route, and the voice output of the notification message is prohibited. Thereby, when the user unintentionally deviates from the route, the user's anxiety can be solved by outputting the notification message as a voice.
- the route calculation system 1 when it is determined that the user's brain activity has deviated from the normal state for the first predetermined period, it is determined that it is necessary to output the notification message by voice. Thereby, when determining the detection result of the user's brain activity, it is possible to avoid the possibility of erroneously determining that the user's brain activity is not out of the normal state due to noise or the like even though the user's brain activity is out of the normal state. it can.
- the detection result of the user's behavior is also determined, and if the activity or behavior of the user's brain is out of normal, It was determined that the user accidentally left the route unintentionally, and the voice output of a notification message indicating that the route was recalculated was permitted. On the other hand, if the user's brain activity and behavior are maintained normally, it is determined that the user has intentionally left the route, and the voice output of the notification message is prohibited.
- the route calculation system 1 when it is determined that the user's behavior is out of the normal state and continues for the second predetermined period, it is determined that it is necessary to output the notification message by voice. Thereby, even when the detection result of the user's behavior is determined, it is possible to avoid a possibility of erroneous determination that the user's behavior is not out of the normal state due to noise or the like although the user's behavior is out of the normal state.
- the configuration applied to the route calculation system mounted on the vehicle is exemplified, but the configuration applied to uses other than in-vehicle may be used.
- the determination result by the brain activity determination process and the determination result by the behavior determination process are used together, but it is determined whether to allow or prohibit the voice output of the notification message using only the determination result by the brain activity determination process. You may do it. That is, it is not always necessary to use the determination result by the behavior determination process, and it may be used as necessary. Moreover, when using together the determination result by a brain activity determination process, and the determination result by a behavior determination process, you may make those processes parallel.
- the NIRS technique is used as a technique for detecting the brain activity of the user, but other techniques may be used.
Landscapes
- Engineering & Computer Science (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Automation & Control Theory (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Biomedical Technology (AREA)
- Dermatology (AREA)
- General Health & Medical Sciences (AREA)
- Neurology (AREA)
- Neurosurgery (AREA)
- Health & Medical Sciences (AREA)
- Human Computer Interaction (AREA)
- Navigation (AREA)
- Instructional Devices (AREA)
- Traffic Control Systems (AREA)
Abstract
経路計算システム(1)は、経路計算データを記憶する経路計算データ記憶部(3d)と、前記経路計算データを用いて経路を計算すると共に、所定の再計算条件が成立すると、前記経路計算データを用いて経路を再計算する経路計算部(3c)と、経路を再計算した旨を示す報知情報を出力する報知情報出力部(3f)と、ユーザの脳の活動を検出する脳活動検出部(4)と、前記脳活動検出部の検出結果を判定する脳活動判定部(2a)と、経路が再計算された後の前記脳活動判定部の判定結果を用い、前記報知情報を出力する必要の有無を判定する報知判定部(2c)と、前記報知情報を出力する必要が有ると判定されると、前記報知情報の出力を許可し、前記報知情報を出力する必要が無いと判定されると、前記報知情報の出力を禁止する報知制御部(2d)と、を備える。
Description
本出願は、2016年2月23日に出願された日本出願番号2016-31954号に基づくもので、ここにその記載内容を援用する。
本開示は経路計算システム及びコンピュータプログラムに関する。
例えば車両の現在位置から目的地までの経路を計算するシステムでは、経路計算データを用いて経路を計算し、その計算した経路を地図画面上に重ねて表示し、経路案内を行う。この場合、計算された経路から車両の現在位置が外れると、経路を再計算すると共に、例えば「経路から外れました。経路を再計算します。」等の報知メッセージを音声出力し、経路を再計算した旨をユーザ(即ち運転者)に報知する。ところで、計算された経路から車両の現在位置が外れる場合としては、ユーザが意図せずに誤って経路を外れた場合と、ユーザが意図して経路を外れた場合とがある。前者の場合であれば、ユーザが土地勘を持っておらず車両の現在位置を把握していない可能性が高く、ユーザの不安を解消すべく報知メッセージを音声出力するのが望ましい。一方、後者の場合であれば、ユーザが土地勘を持っており車両の現在位置を把握している可能性が高く、報知メッセージの音声出力をユーザが煩わしく感じる場合があり得る。
一方、特許文献1には、ユーザが意図せずに誤って経路を外れたのか、又は意図して経路を外れたのかを、ユーザの嗜好を用いて判定する技術が記載されている。
特許文献1の技術を適用し、ユーザが意図して経路を外れたと判定したときに報知メッセージの音声出力を禁止することで、上記した報知メッセージの音声出力をユーザが煩わしく感じる問題を解消し得ると想定される。しかしながら、特許文献1の技術では、ユーザの嗜好を用いる構成であるので、ユーザの嗜好を判定するためのデータを収集する必要が有ると共に、ある程度のデータ量のデータを収集していないと実現することが困難である。
本開示は、経路を再計算した旨を示す報知情報を適切に出力することができ、利便性を高めることができる経路計算システム及びコンピュータプログラムを提供することにある。
本開示の一態様によれば、経路計算部は、経路計算データ記憶部に記憶されている経路計算データを用いて経路を計算すると共に、所定の再計算条件が成立すると、経路計算データを用いて経路を再計算する。報知情報出力部は、経路を再計算した旨を示す報知情報を出力する。脳活動検出部は、ユーザの脳の活動を検出する。脳活動判定部は、脳活動検出部の検出結果を判定する。報知判定部は、経路計算部により経路が再計算された後の脳活動判定部の判定結果を用い、報知情報を出力する必要の有無を判定する。報知制御部は、報知情報を出力する必要が有ると報知判定部により判定されると、報知情報の出力を許可し、報知情報を出力する必要が無いと報知判定部により判定されると、報知情報の出力を禁止する。
計算された経路から車両の現在位置が外れる場合としては、ユーザが意図せずに誤って経路を外れた場合と、ユーザが意図して経路を外れた場合とがあり、両者の間でユーザの脳の活動に差が発生することに着目した。即ち、前者の場合であれば、ユーザが土地勘を持っておらず車両の現在位置を把握していない可能性が高く、経路を誤ったことで生じる緊張等によりユーザの脳の活動が平常から外れる可能性が高い。一方、後者の場合であれば、ユーザが土地勘を持っており車両の現在位置を把握している可能性が高く、ユーザの脳の活動が平常から外れることなく平常に保たれる可能性が高い。
ユーザの脳の活動が平常から外れていれば、ユーザが意図せずに誤って経路を外れたと判定し、報知情報の出力を許可し、一方、ユーザの脳の活動が平常に保たれていれば、ユーザが意図して経路を外れたと判定し、報知情報の出力を禁止するようにした。これにより、ユーザが意図せずに誤って経路を外れた場合には、報知情報を出力することで、ユーザの不安を解消することができる。一方、ユーザが意図して経路を外れた場合には、報知情報を出力しないことで、報知情報の出力をユーザが煩わしく感じることがなくなる。このように経路を再計算した旨を示す報知情報を適切に出力することができ、利便性を高めることができる。
本開示についての上記目的及びその他の目的、特徴や利点は、添付の図面を参照しながら下記の詳細な記述により、より明確になる。その図面は、
図1は、一実施形態を示す機能ブロック図であり、
図2は、経路情報を表示する態様を示す図であり、
図3は、フローチャート(その1)であり、
図4は、フローチャート(その2)であり、
図5は、フローチャート(その3)であり、
図6は、フローチャート(その4)であり、
図7Aは、脳活動データの変化を示す図(その1)であり、
図7Bは、脳活動データの変化を示す図(その2)であり、
図7Cは、脳活動データの変化を示す図(その3)であり、
図8Aは、挙動データの変化を示す図(その1)であり、
図8Bは、挙動データの変化を示す図(その2)であり、
図8Cは、挙動データの変化を示す図(その3)であり、
図9は、音声出力の許可又は禁止を決定する態様を示す図(その1)であり、
図10は、音声出力の許可又は禁止を決定する態様を示す図(その2)であり、
図11は、音声出力の許可又は禁止を決定する態様を示す図(その3)であり、
図12は、音声出力の許可又は禁止を決定する態様を示す図(その4)であり、
図13は、問合画面を示す図である。
以下、車両に搭載されている経路計算システムに適用した一実施形態について図面を参照して説明する。経路計算システム1は、制御部2と、ナビゲーション部3と、脳活動検出部4と、脳活動データベース5と、挙動検出部6と、挙動データベース7とを有する。
制御部2は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)及びI/O(Input/Output)を有するマイクロコンピュータにより構成されている。制御部2は、非遷移的実体的記録媒体に格納されているコンピュータプログラムを実行することで、コンピュータプログラムに対応する処理を実行し、経路計算システム1の動作全般を制御する。
ナビゲーション部3は、現在位置特定部3aと、目的地設定部3bと、経路計算部3cと、経路計算データベース3d(経路計算データ記憶部に相当する)と、経路案内部3eと、音声出力部3f(報知情報出力部に相当する)と、表示部3g(問合情報出力部に相当する)と、操作受付部3h(回答情報受付部に相当する)とを有する。音声出力部3fは、運転席の周囲に配置されているスピーカーから構成されている。表示部3gは、運転席の周囲に配置されている液晶ディスプレイから構成されている。操作受付部3hは、液晶ディスプレイに形成されるタッチパネルから構成されている。
現在位置特定部3aは、例えばGPS(Global Positioning System)衛星から送信されたGPS信号等を用いて車両の現在位置を特定する。目的地設定部3bは、ユーザからの目的地の入力操作により入力された目的地を設定する。経路計算部3cは、経路計算データベース3dに記憶されている経路計算データを用い、車両の現在位置から目的地までの経路を計算する。経路計算データはリンクやノードに関するデータを含み、経路計算に必要なデータである。
経路案内部3eは、経路計算部3cにより計算された経路を案内する。音声出力部3fは、経路案内部3eが経路を案内することに連動し、例えば「300メートル先を右折です」、「この先、合流に注意して下さい」等の案内メッセージを音声出力する。表示部3gは、図2に示すように、経路案内部3eが経路を案内することに連動し、現在位置特定部3aにより特定された車両の現在位置を示す現在位置情報Pと、経路計算部3cにより計算された経路を示す経路情報Rとを地図画面上に重ねて表示する。
又、経路計算部3cは、計算した経路から車両の現在位置が外れ、その経路から車両の現在位置が外れた状態が所定期間継続したり所定距離継続したりすると(所定の再計算条件が成立すると)、経路を再計算する。このとき、音声出力部3fは、経路計算部3cが経路を再計算すると、例えば「経路から外れました。経路を再計算します。」等の報知メッセージ(即ち経路を再計算した旨を示す報知情報)を音声出力する。又、表示部3gは、経路計算部3cが経路を再計算すると、経路情報Rを更新して表示する。即ち、図2に示すように、車両がD町の交差点からC町の交差点に向けて走行中であり、A町の交差点での右折を推奨する経路を案内中に、車両がA町の交差点の手前のC町の交差点で右折した場合を想定すると、表示部3gは、地図画面の向きを変更すると共に、経路情報Rを更新して表示する。図2では、表示部3gは、C町の交差点で右折する前の経路、即ち、C町の交差点、B町の交差点、A町の交差点を経由してE町の交差点に至る経路を示す経路情報Rから、C町の交差点で右折した後の経路、即ち、G町の交差点、F町の交差点を経由してE町の交差点に至る経路を示す経路情報Rに更新して表示する。
脳活動検出部4は、NIRS(Near Infra-Red Spectoroscopy)の技術を用いてユーザ(即ち運転者)のユーザの脳の活動を検出する。脳の情報処理では、神経活動が担う情報伝達系と、神経活動を支えるエネルギー供給系との2つの系が密接に関係していると考えられている。神経活動が起こると、その周囲にある血管が拡張し、エネルギー源となる酸素やグルコースを含む多くの動脈血を供給する調整機構が働く。そして、活動神経の近傍の組織では、血流量及び血液量が増大し、血液の酸化状態(即ちオキシヘモグロビン濃度とデオキシヘモグロビン濃度との比率)が変化すると仮定されている。このような神経活動と脳血液反応との関係はニューロバスキュラーカップリングと称されており、NIRSの技術ではニューロバスキュラーカップリングが存在するという仮定に基づき脳の局所ヘモグロビン濃度を検出することで、ユーザの脳の活動を検出する。
具体的には、脳活動検出部4は、ユーザの頭皮上に近赤外光を照射する照射部4aと、照射部から照射された近赤外光が乱反射した光を受光する受光部4bとを有する。近赤外光が照射部4aからユーザの頭皮上に照射されると、皮膚や骨を透過する高い生体透過性により、その近赤外光の光成分が脳組織内に拡散し、頭皮上から約20~30mmの深部にある大脳皮質に到達する。そして、血液中のオキシヘモグロビン濃度とデオキシヘモグロビン濃度とで光吸収特性が異なる性質により、照射点から数cm離れた箇所で乱反射した光成分を受光部4bにより検出する。脳活動検出部4は、このようにして光成分を検出することで、大脳皮質のオキシヘモグロビン濃度とデオキシヘモグロビン濃度との変化を推定し、ユーザの脳の活動を検出する。尚、脳活動検出部4は、大脳皮質のオキシヘモグロビン濃度とデオキシヘモグロビン濃度とに加え、両者の総計である総ヘモグロビン濃度の変化も推定し、ユーザの脳の活動を検出しても良い。
脳活動検出部4は、ユーザの脳の活動を検出すると、その検出結果を数値化した脳活動データを脳活動データベース5に逐一記憶し、脳活動データベース5に記憶されている脳活動データを更新すると共に、その検出した脳活動データを過去の脳活動データと照合する。脳活動検出部4は、脳活動データベース5に記憶されている脳活動データから判定基準となる快適閾値と不快閾値とを設定しており、脳活動データが快適閾値以上であれば、ユーザが快適であると検出する。脳活動検出部4は、脳活動データが快適閾値未満であり不快閾値以上であれば、ユーザが平常(即ち快適でも不快でもない)であると検出する。脳活動検出部4は、脳活動データが不快閾値未満であれば、ユーザが不快であると検出する。脳活動検出部4は、このようにして検出したユーザの脳の活動の検出結果を示す検出結果信号を制御部2に出力する。尚、脳活動検出部4は、ユーザの脳の活動を常時検出しても良いし、制御部2からの検出開始命令信号の入力を条件として検出を開始し、制御部2からの検出終了命令信号の入力を条件として検出を終了しても良い。
挙動検出部6は、画像解析や音声認識の技術を用いてユーザの挙動を検出する。具体的には、挙動検出部6は、ユーザの顔を含む上半身を撮影する撮影部6aと、ユーザが発話した音声を入力する音声入力部6bとを有する。挙動検出部6は、ユーザの目の動き(即ち視線)や口の動き(即ち発話)や表情を撮影部6aにより撮影し、ユーザが発話した音声を音声入力部6bにより入力し、ユーザの目の動きや口の動きや表情やユーザが発話した音声の変化を特定し、ユーザの挙動を検出する。尚、挙動検出部6は、これら目の動き、口の動き、表情、ユーザが発話した音声のうち少なくとも1つからユーザの挙動を検出しても良いし、複数を組み合わせてユーザの挙動を検出しても良い。
挙動検出部6は、ユーザの挙動を検出すると、その検出結果を数値化した挙動データを挙動データベース7に逐一記憶し、挙動データベース7に記憶されている挙動データを更新すると共に、その検出した挙動データを過去の挙動データと照合する。挙動検出部6は、挙動データベース7に記憶されている挙動データから判定基準となる快適閾値と不快閾値とを設定しており、挙動データが快適閾値以上であれば、ユーザが快適であると検出する。挙動検出部6は、挙動データが快適閾値未満であり不快閾値以上であれば、ユーザが平常(即ち快適でも不快でもない)であると検出する。挙動検出部6は、挙動データが不快閾値未満であれば、ユーザが不快であると検出する。挙動検出部6は、このようにして検出したユーザの挙動の検出結果を示す検出結果信号を制御部2に出力する。尚、挙動検出部6は、ユーザの挙動を常時検出しても良いし、制御部2からの検出開始命令信号の入力を条件として検出を開始し、制御部2からの検出終了命令信号の入力を条件として検出を終了しても良い。
制御部2は、脳活動判定部2aと、挙動判定部2bと、報知判定部2cと、報知制御部2dと、更新制御部2eとを有する。これらの各部2a~2eは制御部2が実行するコンピュータプログラムにより構成されており、ソフトウェアにより実現されている。
脳活動判定部2aは、脳活動検出部4から制御部2に入力される検出結果信号により、脳活動検出部4の検出結果を判定する。挙動判定部2bは、挙動検出部6から制御部2に入力される検出結果信号により、挙動検出部6の検出結果を判定する。報知判定部2cは、それぞれ経路計算部3cにより経路が再計算された後の脳活動判定部2cの判定結果と挙動判定部2bの判定結果とを用い、前述した報知メッセージを音声出力する必要の有無を判定する。報知制御部2dは、報知判定部2cの判定結果を用い、音声出力部3fからの報知メッセージの音声出力を許可するか禁止するかを決定する。更新制御部2eは、経路計算データベース3dに記憶されている経路計算データを更新する。
次に、上記した構成の作用について図3から図13を参照して説明する。
経路計算システム1において、制御部2は、報知メッセージの音声出力判定処理を行う。制御部2は、報知メッセージの音声出力判定処理を開始すると、ナビゲーション部3において計算した経路から車両の現在位置が外れたか否かを判定する(S1)。制御部2は、計算した経路から車両の現在位置が外れたと判定すると(S1:YES)、脳活動判定処理に移行する(S2、脳活動判定手順に相当する)。
経路計算システム1において、制御部2は、報知メッセージの音声出力判定処理を行う。制御部2は、報知メッセージの音声出力判定処理を開始すると、ナビゲーション部3において計算した経路から車両の現在位置が外れたか否かを判定する(S1)。制御部2は、計算した経路から車両の現在位置が外れたと判定すると(S1:YES)、脳活動判定処理に移行する(S2、脳活動判定手順に相当する)。
制御部2は、脳活動判定処理を開始すると、脳活動検出部4から入力する検出結果信号による脳活動データの取得を開始する(S11)。制御部2は、脳活動データを所定周期(例えば数ミリ秒周期)で定期的に取得し、その時点でのユーザの脳の活動、即ち、計算した経路から車両の現在位置が外れた直後のユーザの脳の活動を判定し、脳活動データが平常状態の範囲内であるか否かを判定する(S12)。このとき、ユーザが意図せずに誤って経路を外れた場合であれば、ユーザが土地勘を持っておらず車両の現在位置を把握していない可能性が高く、経路を誤ったことで生じる緊張等によりユーザの脳の活動が平常から外れる可能性が高い。一方、ユーザが意図して経路を外れた場合であれば、ユーザが土地勘を持っており車両の現在位置を把握している可能性が高く、ユーザの脳の活動が平常から外れることなく平常に保たれる可能性が高い。
制御部2は、脳活動データが平常状態の範囲内であると判定すると(S12:YES)、ユーザが意図して経路を外れたと判定し、報知メッセージを音声出力する必要が無いと判定する(S13)。そして、制御部2は、脳活動データの取得を終了し(S14)、脳活動判定処理を終了する。即ち、図7(a)に示すように、ユーザが意図して経路を外れた場合には、脳活動データが平常状態の範囲内から外れることなく平常状態の範囲内に保たれるので、制御部2は、報知メッセージを音声出力する必要が無いと判定する。
一方、制御部2は、脳活動データが平常状態の範囲内でない(即ち平常状態の範囲内から外れている)と判定すると(S12:NO)、外的要因が排除されているか否かを判定する(S15)。外的要因とはユーザの周囲の環境の変化であり、例えば運転中における車両に加わる加速度や振動の急変等である。即ち、計算した経路から車両の現在位置が外れたタイミングとユーザの周囲の環境が変化したタイミングとが偶々重なり、計算した経路から車両の現在位置が外れたことでは脳活動データが平常状態の範囲内に保たれるがユーザの周囲の環境の変化で一時的に脳活動データが平常状態の範囲内から外れる場合もあり得る。制御部2は、そのような事情を考慮して外的要因が排除されていないと判定すると(ステップS15:NO)、ステップS12に戻り、ステップS12以降を繰り返して行う。
制御部2は、外的要因が排除されていると判定すると(S15:YES)、第1の判定期間(例えば数秒)を計測する第1のタイマを起動し(S16)、第1のタイマがタイムアップしたか否かを監視すると共に(S17)、脳活動データが平常状態の範囲内から外れている状態が第1の所定期間継続したか否かを監視する(S18)。制御部2は、脳活動データが平常状態の範囲内から外れている状態(第1の所定状態)が第1の所定期間継続したと判定すると(S18:YES)、ユーザが意図せずに誤って経路を外れたと判定し、報知メッセージを音声出力する必要が有ると判定する(S19)。そして、制御部2は、脳活動データの取得を終了し(S14)、脳活動判定処理を終了する。即ち、図7(b)に示すように、ユーザが意図せずに誤って経路を外れた場合には、脳活動データが平常状態の範囲内から外れ、その状態が第1の所定期間(例えばt4からt8までの期間)継続するので、制御部2は、ユーザの不安を解消すべく報知メッセージを音声出力する必要が有ると判定する。
又、制御部2は、第1のタイマがタイムアップしたと判定すると(S17:YES)、報知メッセージを音声出力する必要の有無を判定不能であると判定する(S20)。そして、制御部2は、脳活動データの取得を終了し(S14)、脳活動判定処理を終了する。即ち、図7(c)に示すように、脳活動データが平常状態の範囲内外の境界で安定しなければ、制御部2は、報知メッセージを音声出力する必要の有無を判定不能であると判定する。
次いで、制御部2は、脳活動判定処理を終了すると、挙動判定処理に移行する(S3、挙動判定手順に相当する)。制御部2は、挙動判定処理を開始すると、挙動検出部6から入力する検出結果信号による挙動データの取得を開始する(S21)。制御部2は、挙動データを所定周期(例えば数ミリ秒周期)で定期的に取得し、その時点でのユーザの挙動、即ち、計算した経路から車両の現在位置が外れた直後のユーザの挙動を判定する(S22)。このときも、ユーザが意図せずに誤って経路を外れた場合であれば、ユーザが土地勘を持っておらず車両の現在位置を把握していない可能性が高く、経路を誤ったことで生じる緊張等によりユーザの挙動が平常から外れる可能性が高い。一方、ユーザが意図して経路を外れた場合であれば、ユーザが土地勘を持っており車両の現在位置を把握している可能性が高く、ユーザの挙動が平常から外れることなく平常に保たれる可能性が高い。
制御部2は、挙動データが平常状態の範囲内であると判定すると(S22:YES)、ユーザが意図して経路を外れたと判定し、報知メッセージを音声出力する必要が無いと判定する(S23)。そして、制御部2は、挙動データの取得を終了し(S24)、挙動判定処理を終了する。即ち、図8(a)に示すように、ユーザが意図して経路を外れた場合には、挙動データが平常状態の範囲内から外れることなく平常状態の範囲内に保たれるので、制御部2は、報知メッセージを音声出力する必要が無いと判定する。
一方、制御部2は、挙動データが平常状態の範囲内でない(即ち平常状態の範囲内から外れている)と判定すると(S22:NO)、この場合も、外的要因が排除されているか否かを判定する(S25)。制御部2は、外的要因が排除されていないと判定すると(ステップS25:NO)、ステップS22に戻り、ステップS22以降を繰り返して行う。
制御部2は、外的要因が排除されていると判定すると(S25:YES)、第2の判定期間(例えば数秒)を計測する第2のタイマを起動し(S26)、第2のタイマがタイムアップしたか否かを監視すると共に(S27)、挙動データが平常状態の範囲内から外れている状態(第2の所定状態)が第2の所定期間継続したか否かを監視する(S28)。制御部2は、挙動データが平常状態の範囲内から外れている状態が第2の所定期間継続したと判定すると(S28:YES)、ユーザが意図せずに誤って経路を外れたと判定し、報知メッセージを音声出力する必要が有ると判定する(S29)。そして、制御部2は、挙動データの取得を終了し(S24)、挙動判定処理を終了する。即ち、図8(b)に示すように、ユーザが意図せずに誤って経路を外れた場合には、挙動データが平常状態の範囲内から外れ、その状態が第2の所定期間(例えばt4からt8までの期間)継続するので、制御部2は、ユーザの不安を解消すべく報知メッセージを音声出力する必要が有ると判定する。
又、制御部2は、第2のタイマがタイムアップしたと判定すると(S27:YES)、報知メッセージを音声出力する必要の有無を判定不能であると判定する(S30)。そして、制御部2は、挙動データの取得を終了し(S24)、挙動判定処理を終了する。即ち、図8(c)に示すように、挙動データが平常状態の範囲内外の境界で安定しなければ、制御部2は、報知メッセージを音声出力する必要の有無を判定不能であると判定する。
制御部2は、挙動判定処理を終了すると、脳活動判定処理による判定結果と挙動判定処理による判定結果とを総合的に判定し、報知メッセージを音声出力する必要の有無を最終的に判定する(S4,S5、報知判定手順に相当する)。制御部2は、報知メッセージを音声出力する必要が有ると最終的に判定すると(S4:YES)、報知メッセージの音声出力を許可し(S6、報知制御手順に相当する)、報知メッセージの音声出力判定処理を終了する。又、制御部2は、報知メッセージを音声出力する必要が無いと最終的に判定すると(S5:YES)、報知メッセージの音声出力を禁止し(S7、報知制御手順に相当する)、報知メッセージの音声出力判定処理を終了する。又、制御部2は、報知メッセージを音声出力する必要の有無を判定不能であると判定すると(S5:NO)、問合情報表示処理に移行する(S8)。
即ち、制御部2は、図9から図12に示すように、脳活動判定処理による判定結果と挙動判定処理による判定結果とを組み合わせて総合的に判定し、報知メッセージの音声出力を許可するか、報知メッセージの音声出力を禁止するか、経路変更の意思を問合せるかを決定する。制御部2は、音声出力の許可を優先する場合には、図9に示すように、脳活動判定処理による判定結果と挙動判定処理による判定結果とのうち少なくとも何れかで音声出力の必要が有ると判定すると、音声出力の必要が有ると最終的に判定し、報知メッセージの音声出力を許可すると決定する。又、制御部2は、音声出力の禁止を優先する場合には、図10や図11に示すように、脳活動判定処理による判定結果と挙動判定処理による判定結果とのうち少なくとも何れかで音声出力の必要が無いと判定すると、音声出力の必要が無いと最終的に判定し、報知メッセージの音声出力を禁止すると決定する。又、制御部2は、経路変更の意思の問合わせを優先する場合には、図12に示すように、脳活動判定処理による判定結果と挙動判定処理による判定結果とのうち少なくとも何れかで音声出力の有無を判定不能であると判定すると、音声出力の有無を判定不能であると最終的に判定し、経路変更の意思を問合せると決定する。
制御部2は、問合情報表示処理を開始すると、図13に示すように、問合画面を地図画面上にポップアップ表示させ(S31)、ユーザからの回答を待機する(S32)。この場合、制御部2は、問合画面で例えば「今回の経路変更を次回の経路計算に反映しますか?」等の問合メッセージを表示させる。制御部2は、ユーザが「YES」キーを押下したことで、今回の経路変更を次回の経路計算に反映する意思が有ると判定すると(S32:YES)、今回の経路変更を経路計算データベース3dに記憶されている経路計算データに反映し、経路計算データを更新し(S33)、問合情報表示処理を終了する。一方、制御部2は、ユーザが「NO」キーを押下したことで、今回の経路変更を次回の経路計算に反映する意思が無いと判定すると(S32:NO)、経路計算データを更新することなく問合情報表示処理を終了する。
以上説明したように本実施形態によれば、次に示す効果を得ることができる。
経路計算システム1において、計算された経路から車両の現在位置が外れた直後のユーザの脳の活動を判定し、ユーザの脳の活動が平常から外れていれば、ユーザが意図せずに誤って経路を外れたと判定し、経路を再計算した旨を示す報知メッセージの音声出力を許可するようにした。一方、ユーザの脳の活動が平常に保たれていれば、ユーザが意図して経路を外れたと判定し、報知メッセージの音声出力を禁止するようにした。これにより、ユーザが意図せずに誤って経路を外れた場合には、報知メッセージを音声出力することで、ユーザの不安を解消することができる。一方、ユーザが意図して経路を外れた場合には、報知メッセージを音声出力しないことで、報知メッセージの音声出力をユーザが煩わしく感じることがなくなる。このように経路を再計算した旨を示す報知メッセージを適切に音声出力することができ、利便性を高めることができる。
経路計算システム1において、計算された経路から車両の現在位置が外れた直後のユーザの脳の活動を判定し、ユーザの脳の活動が平常から外れていれば、ユーザが意図せずに誤って経路を外れたと判定し、経路を再計算した旨を示す報知メッセージの音声出力を許可するようにした。一方、ユーザの脳の活動が平常に保たれていれば、ユーザが意図して経路を外れたと判定し、報知メッセージの音声出力を禁止するようにした。これにより、ユーザが意図せずに誤って経路を外れた場合には、報知メッセージを音声出力することで、ユーザの不安を解消することができる。一方、ユーザが意図して経路を外れた場合には、報知メッセージを音声出力しないことで、報知メッセージの音声出力をユーザが煩わしく感じることがなくなる。このように経路を再計算した旨を示す報知メッセージを適切に音声出力することができ、利便性を高めることができる。
又、経路計算システム1において、ユーザの脳の活動が平常から外れている状態で第1の所定期間継続したと判定すると、報知メッセージを音声出力する必要が有ると判定するようにした。これにより、ユーザの脳の活動の検出結果を判定する場合に、ユーザの脳の活動が平常から外れているにも拘らずノイズ等により平常から外れていないと誤判定する虞を回避することができる。
又、経路計算システム1において、経路計算システム1において、ユーザの脳の活動の検出結果に加え、ユーザの挙動の検出結果も判定し、ユーザの脳の活動や挙動が平常から外れていれば、ユーザが意図せずに誤って経路を外れたと判定し、経路を再計算した旨を示す報知メッセージの音声出力を許可するようにした。一方、ユーザの脳の活動や挙動が平常に保たれていれば、ユーザが意図して経路を外れたと判定し、報知メッセージの音声出力を禁止するようにした。ユーザの脳の活動の検出結果とユーザの挙動の検出結果とを併用することで、ユーザが意図せずに誤って経路を外れたか意図して経路を外れたかを多面的に判定することができる。
又、経路計算システム1において、ユーザの挙動が平常から外れている状態で第2の所定期間継続したと判定すると、報知メッセージを音声出力する必要が有ると判定するようにした。これにより、ユーザの挙動の検出結果を判定する場合にも、ユーザの挙動が平常から外れているにも拘らずノイズ等により平常から外れていないと誤判定する虞を回避することができる。
本開示は、実施形態に準拠して記述されたが、当該実施形態や構造に限定されるものではないと理解される。本開示は、様々な変形例や均等範囲内の変形をも包含する。加えて、様々な組み合わせや形態、更には、それらに一要素のみ、それ以上、或いはそれ以下、を含む他の組み合わせや形態をも、本開示の範疇や思想範囲に入るものである。
本実施形態では、車両に搭載されている経路計算システムに適用する構成を例示したが、車載以外の用途に適用する構成でも良く、例えばユーザが携帯可能な携帯情報端末に搭載されている経路計算システムに適用しても良い。
本実施形態では、脳活動判定処理による判定結果と挙動判定処理による判定結果とを併用したが、脳活動判定処理による判定結果のみを用いて報知メッセージの音声出力を許可するか禁止するかを決定しても良い。即ち、挙動判定処理による判定結果を必ずしも用いる必要はなく、必要に応じて用いれば良い。又、脳活動判定処理による判定結果と挙動判定処理による判定結果とを併用する場合に、それらの処理を並行しても良い。
本実施形態では、ユーザの脳の活動を検出する技術としてNIRSの技術を用いたが、他の技術を用いても良い。
Claims (10)
- 経路計算データを記憶する経路計算データ記憶部(3d)と、
前記経路計算データを用いて経路を計算すると共に、所定の再計算条件が成立すると、前記経路計算データを用いて経路を再計算する経路計算部(3c)と、
経路を再計算した旨を示す報知情報を出力する報知情報出力部(3f)と、
ユーザの脳の活動を検出する脳活動検出部(4)と、
前記脳活動検出部の検出結果を判定する脳活動判定部(2a)と、
前記経路計算部により経路が再計算された後の前記脳活動判定部の判定結果を用い、前記報知情報を出力する必要の有無を判定する報知判定部(2c)と、
前記報知情報を出力する必要が有ると前記報知判定部により判定されると、前記報知情報の出力を許可し、前記報知情報を出力する必要が無いと前記報知判定部により判定されると、前記報知情報の出力を禁止する報知制御部(2d)と、を備えた経路計算システム(1)。 - 前記報知判定部は、前記脳活動判定部の判定結果としてユーザの脳の活動が第1の所定状態で第1の所定期間継続したと判定すると、前記報知情報を出力する必要が有ると判定する請求項1に記載の経路計算システム。
- ユーザの挙動を検出する挙動検出部(6)と、
前記挙動検出部の検出結果を判定する挙動判定部(2b)と、を備え、
前記報知判定部は、それぞれ前記経路計算部により経路が再計算された後の前記脳活動判定部の判定結果と前記挙動判定部の判定結果とを用い、前記報知情報を出力する必要の有無を判定する請求項1又は2に記載の経路計算システム。 - 前記報知判定部は、前記挙動判定部の判定結果としてユーザの挙動が第2の所定状態で第2の所定期間継続したと判定すると、前記報知情報を出力する必要が有ると判定する請求項3に記載の経路計算システム。
- 経路変更の意思の有無をユーザに問い合わせる問合情報を出力する問合情報出力部(3g)を備え、
前記報知制御部は、前記報知情報を出力する必要の有無が前記報知判定部により判定されないと、前記問合情報を前記問合情報出力部から出力させる請求項1から4の何れか一項に記載の経路計算システム。 - 前記問合情報に対するユーザからの回答情報を受け付ける回答情報受付部(3h)と、
前記回答情報として経路変更の意思が有る旨が前記回答情報受付部により受け付けられると、その経路変更を前記経路計算データに反映し、前記経路計算データを更新する更新制御部(2e)と、を備えた請求項5に記載の経路計算システム。 - 車両に搭載されている請求項1から6の何れか一項に記載の経路計算システム。
- 経路計算データを記憶する経路計算データ記憶部(3d)と、前記経路計算データを用いて経路を計算すると共に、所定の再計算条件が成立すると、前記経路計算データを用いて経路を再計算する経路計算部(3c)と、経路を再計算した旨を示す報知情報を出力する報知情報出力部(3f)と、を備えた経路計算システム(1)の制御部(2)に、
ユーザの脳の活動を検出する脳活動検出部(4)の検出結果を判定する脳活動判定手順と、
前記経路計算部により経路が再計算された後の前記脳活動手順の判定結果を用い、前記報知情報を出力する必要の有無を判定する報知判定手順と、
前記報知情報を出力する必要が有ると前記報知判定手順により判定されると、前記報知情報の出力を許可し、前記報知情報を出力する必要が無いと前記報知判定手順により判定されると、前記報知情報の出力を禁止する報知制御手順と、を実行させるコンピュータプログラム。 - ユーザの挙動を検出する挙動検出部(6)の検出結果を判定する挙動判定手順を実行させ、
前記報知判定手順は、それぞれ前記経路計算部により経路が再計算された後の前記脳活動判定手順の判定結果と前記挙動判定手順の判定結果とを用い、前記報知情報を出力する必要の有無を判定する請求項8に記載のコンピュータプログラム。 - 請求項8又は9に記載のコンピュータプログラムを記憶する、コンピュータ読み取り可能な非一時的な記憶媒体。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/078,424 US10578454B2 (en) | 2016-02-23 | 2017-01-12 | Route calculation system, computer program product, and storage medium |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016031954A JP6432543B2 (ja) | 2016-02-23 | 2016-02-23 | 経路計算システム及びコンピュータプログラム |
| JP2016-031954 | 2016-02-23 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017145550A1 true WO2017145550A1 (ja) | 2017-08-31 |
Family
ID=59685234
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2017/000810 Ceased WO2017145550A1 (ja) | 2016-02-23 | 2017-01-12 | 経路計算システム及びコンピュータプログラム |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US10578454B2 (ja) |
| JP (1) | JP6432543B2 (ja) |
| WO (1) | WO2017145550A1 (ja) |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP7140475B2 (ja) | 2017-08-03 | 2022-09-21 | キヤノン株式会社 | 画像処理装置、画像処理方法、画像処理システム及びプログラム |
| JP7091643B2 (ja) * | 2017-12-11 | 2022-06-28 | 日産自動車株式会社 | 違和感判別方法及び違和感判別装置 |
| JP7290551B2 (ja) * | 2019-11-18 | 2023-06-13 | ヤフー株式会社 | 情報処理装置、情報処理方法および情報処理プログラム |
| US20220301432A1 (en) * | 2020-02-07 | 2022-09-22 | Pioneer Corporation | Information processing device, control method, program and storage medium |
| KR102530532B1 (ko) * | 2021-03-09 | 2023-05-09 | 네이버랩스 주식회사 | 증강현실 뷰를 사용하는 경로 안내 방법 및 장치 |
| DE102022133244A1 (de) * | 2022-12-14 | 2024-06-20 | Bayerische Motoren Werke Aktiengesellschaft | Navigationssystem eines Fahrzeugs und Verfahren zum Betreiben eines Navigationssystems eines Fahrzeugs |
| EP4410625A1 (en) * | 2023-02-01 | 2024-08-07 | Volvo Truck Corporation | Computer-implemented method and system for controlling a regeneration event |
| WO2025072576A1 (en) * | 2023-09-28 | 2025-04-03 | Apple Inc. | Systems and methods for presenting directional information based on contextual data |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005321224A (ja) * | 2004-05-06 | 2005-11-17 | Mitsubishi Electric Corp | 周辺施設検索装置 |
| JP2007108017A (ja) * | 2005-10-13 | 2007-04-26 | Denso Corp | 車両用ナビゲーション装置 |
| JP2008117303A (ja) * | 2006-11-07 | 2008-05-22 | Toyota Central R&D Labs Inc | 運転支援装置及び評価装置 |
Family Cites Families (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002181577A (ja) * | 2000-12-14 | 2002-06-26 | Pioneer Electronic Corp | ナビゲーション装置及びナビゲーション方法並びにナビゲーション用プログラムがコンピュータで読取可能に記録された情報記録媒体 |
| JP4170128B2 (ja) * | 2003-04-03 | 2008-10-22 | 三菱電機株式会社 | 経路案内学習装置 |
| US7532958B2 (en) * | 2005-06-24 | 2009-05-12 | General Motors Corporation | Method for real-time assessment of driver workload by a navigation or telematics device |
| JP4427759B2 (ja) * | 2007-06-29 | 2010-03-10 | アイシン・エィ・ダブリュ株式会社 | 車両挙動学習装置及び車両挙動学習プログラム |
| JP2010019708A (ja) * | 2008-07-11 | 2010-01-28 | Hitachi Ltd | 車載装置 |
| JP2010038821A (ja) | 2008-08-07 | 2010-02-18 | Sharp Corp | 情報処理装置および情報処理方法 |
| US8700318B2 (en) * | 2010-03-10 | 2014-04-15 | Nissan North America, Inc. | System and method for selective cancellation of navigation lockout |
| DE102011111213A1 (de) * | 2011-08-20 | 2013-02-21 | GM Global Technology Operations LLC (n. d. Gesetzen des Staates Delaware) | Vorrichtung und Verfahren zur Ausgabe von Informationen |
| US9997069B2 (en) * | 2012-06-05 | 2018-06-12 | Apple Inc. | Context-aware voice guidance |
| US10368802B2 (en) * | 2014-03-31 | 2019-08-06 | Rovi Guides, Inc. | Methods and systems for selecting media guidance applications based on a position of a brain monitoring user device |
| US10827942B2 (en) * | 2018-01-03 | 2020-11-10 | Intel Corporation | Detecting fatigue based on electroencephalogram (EEG) data |
-
2016
- 2016-02-23 JP JP2016031954A patent/JP6432543B2/ja not_active Expired - Fee Related
-
2017
- 2017-01-12 US US16/078,424 patent/US10578454B2/en not_active Expired - Fee Related
- 2017-01-12 WO PCT/JP2017/000810 patent/WO2017145550A1/ja not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005321224A (ja) * | 2004-05-06 | 2005-11-17 | Mitsubishi Electric Corp | 周辺施設検索装置 |
| JP2007108017A (ja) * | 2005-10-13 | 2007-04-26 | Denso Corp | 車両用ナビゲーション装置 |
| JP2008117303A (ja) * | 2006-11-07 | 2008-05-22 | Toyota Central R&D Labs Inc | 運転支援装置及び評価装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2017150877A (ja) | 2017-08-31 |
| US20190049266A1 (en) | 2019-02-14 |
| US10578454B2 (en) | 2020-03-03 |
| JP6432543B2 (ja) | 2018-12-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6432543B2 (ja) | 経路計算システム及びコンピュータプログラム | |
| JP6639444B2 (ja) | 情報提供装置及び情報提供方法 | |
| JP5045302B2 (ja) | 自動車用情報提供装置 | |
| JP6686959B2 (ja) | 車両用報知装置 | |
| JP6083441B2 (ja) | 車両用乗員感情対応制御装置 | |
| US20170291544A1 (en) | Adaptive alert system for autonomous vehicle | |
| US20210309252A1 (en) | Affective-cognitive load based digital assistant | |
| JP6213489B2 (ja) | 車両用乗員感情対応制御装置 | |
| US10960859B2 (en) | Automatic brake control apparatus and computer-readable non-transitory storage medium | |
| JP2008217274A (ja) | 運転者状態判定装置、及び運転支援装置 | |
| JP7439738B2 (ja) | 車両用支援装置及び車両用支援方法 | |
| JP2009134496A (ja) | 運転支援装置及び運転支援方法 | |
| JP2016137204A (ja) | 車両用乗員感情対応制御装置 | |
| KR101710460B1 (ko) | 센서를 구비한 스티어링휠로부터 획득한 신체 정보를 이용하여 건강관리를 수행하는 시스템 및 방법 | |
| US20200082818A1 (en) | Voice interaction device, control method for voice interaction device, and non-transitory recording medium storing program | |
| US12171559B2 (en) | Adjustment device, adjustment system, and adjustment method | |
| JP6213488B2 (ja) | 車両用乗員感情対応制御装置 | |
| JP6627810B2 (ja) | 運転モード切替制御装置、方法およびプログラム | |
| WO2018135064A1 (ja) | 電子情報処理システム及びコンピュータプログラム | |
| KR20200083901A (ko) | 자율주행차의 제어권 전환 hmi 평가 장치, 방법 및 저장 매체 | |
| JP2017199047A (ja) | 運転支援装置 | |
| JP2015022537A (ja) | 車両用情報提示装置 | |
| JP2016137202A (ja) | 車両用乗員感情対応制御装置 | |
| WO2020039995A1 (ja) | 運転制御調整装置および運転制御調整方法 | |
| JP6485345B2 (ja) | 電子情報処理システム及びコンピュータプログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17755992 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 17755992 Country of ref document: EP Kind code of ref document: A1 |