LoginSignup
0
0

More than 3 years have passed since last update.

概要

GPSで自動走行する、コンテストがある。
実機を作ってみた。
プログラムを検討する。

目標の設定

static const double Lat0 = 37.913867, Lon0 = 140.143194;
static const double Lat1 = 37.913888, Lon1 = 140.143312;
static const double Lat2 = 37.913867, Lon2 = 140.143314;
static const double Lat3 = 37.913888, Lon3 = 140.143076;
static const double Lat4 = 37.913867, Lon4 = 140.143074;

写真

image.png

考察

中心から端まで、10.6m
左端間、2.3m この間隔、狭いと思う。倍の4mを使おう。

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0