LoginSignup
0
0

More than 3 years have passed since last update.

aws-robomaker-sample-application-deepracerのフィールドをシミュレータ上に表示させる

Last updated at Posted at 2020-08-11

aws-robomaker-sample-application-deepracerのフィールドをシミュレータ上に表示させるのみです

参照

https://github.com/amazon-archives/aws-robomaker-sample-application-deepracer

※ 以降は、ROS melodicをインストールしていることを前提としている

step1. aws-robomaker-sample-application-deepracerのリポジトリをcloneする

$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/amazon-archives/aws-robomaker-sample-application-deepracer

step2. GAZEBO_MODEL_PATHを通す

$ export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:~/.gazebo/models:~/catkin_ws/src/aws-robomaker-sample-application-deepracer/simulation_ws/src/deepracer_simulation/models:~/catkin_ws/src/aws-robomaker-sample-application-deepracer/simulation_ws/src

step3. gazebo起動してメニュー欄からinsertで該当モデルを選択すればOK

gazebo

easy Track
easy_.png

hard Track
hard1_.png

hard Track
hard2_.png

補足

上記のライセンスはMIT-0

https://github.com/amazon-archives/aws-robomaker-sample-application-deepracer
License
Most of this code is licensed under the MIT-0 no-attribution license. However, the sagemaker_rl_agent package is licensed under Apache 2. See LICENSE.txt for further information.

MIT-0 は以下を参照

https://github.com/aws/mit-0
https://romanrm.net/mit-zero

参考

https://github.com/amazon-archives/aws-robomaker-sample-application-deepracer
https://github.com/aws/mit-0
https://romanrm.net/mit-zero

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