0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Visual Studio と C++ で RoboCup Junior Rescue Simulation環境構築

Last updated at Posted at 2024-02-27

Pythonの場合についてはRCJJの技術委員会が解説を出しているのですがC++についてはなかったので紹介します。※Webotsのサイトにあります。

  1. まず、RCJJの資料に沿ってWebotsとErebusの環境構築をします。

  2. Visual Studioをインストールします。無料版で構いません。

  3. Webotsのファイル→New→新規のロボットコントローラをクリックします。
    photo

  4. 次へ
    photo

  5. C++を選択
    photo

  6. Microsoft Visual Studio を選択
    photo

  7. コントローラの名前を設定
    image.png

  8. 完了を選択
    Visual Studioが勝手に開かれます。

  9. コンパイルするとexeファイルが生成されます。
    そのファイルをロボットウィンドウで選択すると実行されます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?