This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIApplication+UDCStatusView.m | |
// Udacity | |
// | |
// Created by Oliver Cameron on 12/5/13. | |
// Copyright (c) 2013 Udacity. All rights reserved. | |
// | |
#import "UIApplication+UDCStatusView.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Latitude, Longitude, Gear, Brake, Throttle, Steering Angle, Speed, FileName | |
37.399960, -122.131840, 4, 0.147433, 0.307836, 0.005236, 10.150000, images/1475187707065512506.png | |
37.399813, -122.132192, 4, 0.213535, 0.149950, 0.024435, 0.000000, images/1475187679161015902.png | |
37.398688, -122.134251, 4, 0.147890, 0.285496, 0.144862, 6.222222, images/1475187468081761839.png | |
37.401403, -122.139691, 4, 0.147280, 0.263645, 0.038397, 20.450001, images/1475187502136833882.png | |
37.403349, -122.142816, 4, 0.147860, 0.194278, -0.024435, 14.280556, images/1475187566745658396.png | |
37.399197, -122.134144, 4, 0.148913, 0.164965, 1.951278, 6.938889, images/1475187647407128007.png | |
37.380544, -122.114272, 4, 0.148806, 0.149950, 0.095993, 9.966666, images/1475187115183014751.png | |
37.374752, -122.115904, 4, 0.147189, 0.233234, 0.008727, 17.166666, images/1475187234299197693.png | |
37.396867, -122.132384, 4, 0.210590, 0.149950, 0.033161, 18.194445, images/1475187389621094591.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modprobe can | |
modprobe kvaser_usb | |
ip link set can0 type can bitrate 1250000 | |
ifconfig can0 up |