GithubHelp home page GithubHelp logo

etckanikama / etrobocon2021 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miyashita64/etrobocon2021

0.0 0.0 0.0 598 KB

宮崎大学片山徹郎研究室チームKatLabが作成するETロボコン2021アドバンストクラスのプログラムです。

CMake 10.87% Makefile 1.86% C++ 75.90% C 7.58% Shell 3.79%

etrobocon2021's Introduction

etrobocon2021

KatLabが開発するETロボコン2021 (アドバンストクラス) のリポジトリです。

開発環境

環境構築の詳細は、wikiを見てください。

ビルド方法

L コースの場合

etrobo ディレクトリで以下のコマンドを実行する

$ make app=etrobocon2021 sim up

etrobo/workspace/etrobocon2021 ディレクトリでビルドをしたい場合は、上記コマンドのmake./make.shに置き換えて実行する

$ ./make.sh app=etrobocon2021 sim up

R コースの場合

etrobo ディレクトリで以下のコマンドを実行する

$ make right app=etrobocon2021 sim up

etrobo/workspace/etrobocon2021 ディレクトリでビルドをしたい場合は、上記コマンドのmake./make.shに置き換えて実行する

$ ./make.sh right app=etrobocon2021 sim up

テストの実行

~/etrobo/workspace/etrobocon2021にあるgtest_all.shファイルを実行することで、 Google Test を実行できます。

$ cd ~/etrobo/workspace/etrobocon2021
$ ./gtest_all.sh

!! エラーが発生した場合

  • cmakeをインストールしていない場合

    以下のようなエラーが発生した際は、cmakeをインストールしなければいけません。

    ./test/gtest/gtest_build.sh: 9: ./test/gtest/gtest_build.sh: cmake: not found
    

    Windows の場合は、 sudo apt install cmakeを実行してcmakeをインストールした後、もう一度gtest_all.shファイルを実行してください。

    macOS の場合は、Homebrewをインストールし、brew install cmakeを実行してcmakeをインストールした後、もう一度gtest_all.shファイルを実行してください。

Authors

KatLabメンバー, 宮崎大学片山徹郎研究室

etrobocon2021's People

Contributors

arimakaoru avatar hiroto0927 avatar hyamadev331 avatar imgbotapp avatar kodama0720 avatar mutotaka0426 avatar sugaken0528 avatar takahiro55555 avatar uchyam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.