Skip to content

kyamashita5/robotrace_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotrace_course

種類

  • real : 実際にロボットを走行させて記録したデータ
  • synthetic : NTFが公開している図面などをもとに作成したデータ

フォーマット

hoge.csv (syntheticのみ)

各区間について区間長と曲率を記録したもの.

#length[m], curvature[rad/m]
(区間長0), (曲率0)
(区間長1), (曲率1)
(区間長2), (曲率2)
...

hoge_points.txt

ラインの軌跡を1cm間隔の点列として保存したもの.

x0 y0
x1 y1
x2 y2
...

plot_points.pyを実行することでファイルの中身を確認できます.

python plot_points.py (path to file)

実行例: 2019east_points

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages