Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Video: GM Updates Super Cruise Hands-Free System

Several automakers offer hands-free cruise control systems capable of keeping a car in its lane on curving highways, keeping a safe distance from traffic, and prompting the driver to take over when things get complicated. They don’t create truly autonomous cars, and there’s a real risk that drivers could place too much trust in them. But, when used correctly, they can take on some of the driving workload and make long trips easier.

One of the best of them is about to get a lot better. GM’s Super Cruise system combines mapped highway data with in-vehicle cameras and radar. Currently, it functions on about 200,000 miles of highway. But GM has announced plans to roughly double that number this year.

It’s step one in a plan that ends in a system that works everywhere, not just on highways. Jeff Glucker, from our sister site Autotrader, explains.

// Load the IFrame Player API code asynchronously.
var tag = document.createElement(‘script’);
tag.src = “https://www.youtube.com/player_api”;
var firstScriptTag = document.getElementsByTagName(‘script’)[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
function onYouTubePlayerAPIReady() {const mileStones_0 = [25,50,75];
var player_0;
let playerCheckInterval_0;
let firstPlayTriggered_0 = ‘false’;
player_0 = new YT.Player(‘ytplayer_0’, {
height: ‘100%’,
width: ‘100%’,
videoId: ‘unC7TxXGAmg’,
events: {
‘onStateChange’: onPlayerStateChange_0
},
});
function onPlayerStateChange_0(event) {
if (event.data == YT.PlayerState.PLAYING) {
if(firstPlayTriggered_0 === ‘false’){
jQuery.coxAnalytics.sendClickEvent(‘click’, ‘video’, `editorial::video::start`, {“vehicle”:{“catalog”:”kbb”,”makeId”:””,”makeName”:””,”modelId”:””,”modelName”:””,”year”:””}}, true);
firstPlayTriggered_0 = ‘true’;
}
playerCheckInterval_0 = setInterval(() => mileStoneCheck(player_0, mileStones_0), 100);
} else if (event.data == YT.PlayerState.ENDED ) {
clearInterval(playerCheckInterval_0);
jQuery.coxAnalytics.sendClickEvent(‘view’, ‘video’, ‘editorial::video::complete’, {“vehicle”:{“catalog”:”kbb”,”makeId”:””,”makeName”:””,”modelId”:””,”modelName”:””,”year”:””}}, true);
}
}function mileStoneCheck(player, mileStones) {
let percComplete = (player.getCurrentTime() / player.getDuration()) * 100;
let ms_len = mileStones.length;
if (ms_len > 0) {
let next_ms = mileStones[0];
if (next_ms mileStones.shift();
if (next_ms === 25) {
jQuery.coxAnalytics.sendClickEvent('view', 'video', 'editorial::video::25%', {"vehicle":{"catalog":"kbb","makeId":"","makeName":"","modelId":"","modelName":"","year":""}}, true);
} else if (next_ms === 50) {
jQuery.coxAnalytics.sendClickEvent('view', 'video', 'editorial::video::50%', {"vehicle":{"catalog":"kbb","makeId":"","makeName":"","modelId":"","modelName":"","year":""}}, true);
} else if (next_ms === 75) {
jQuery.coxAnalytics.sendClickEvent('view', 'video', 'editorial::video::75%', {"vehicle":{"catalog":"kbb","makeId":"","makeName":"","modelId":"","modelName":"","year":""}}, true);
}
}
}
}
}

Source: KBB Feed

The post Video: GM Updates Super Cruise Hands-Free System first appeared on Shawn Ryder Digital.



This post first appeared on Shawn Ryder Digital, please read the originial post: here

Share the post

Video: GM Updates Super Cruise Hands-Free System

×

Subscribe to Shawn Ryder Digital

Get updates delivered right to your inbox!

Thank you for your subscription

×