-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.yaml
64 lines (64 loc) · 2.22 KB
/
index.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
simulators:
- image: devrt/simulator-empty
description: >
Empty simulator image. Only roscore process will be launched.
level: intermediate
distribution: melodic
- image: devrt/simulator-turtlesim
description: >
All beginner of ROS is recommended to go through turtlesim tutorial
to understand how to publish /cmd_vel and listen to TF messages.
level: beginner
distribution: melodic
original_url: http://wiki.ros.org/turtlesim
license: BSD
- image: devrt/simulator-rrbot
description: >
RRBot tutorial is recommended to learn concept of ros_control.
level: beginner
distribution: melodic
original_url: http://gazebosim.org/tutorials/?tut=ros_control
license: BSD
- image: devrt/simulator-turtlebot-flatland
description: >
Flatland is a performance centric 2d robot simulator which can easily run on your notePC.
You can learn ROS navigation stacks (AMCL, move_base) with this simulator.
level: intermediate
distribution: melodic
original_url: https://github.com/avidbots/turtlebot_flatland
license: BSD
- image: devrt/simulator-panda-arm
description: >
Panda arm simulator which you can learn how to use MoveIt! through moveit_tutorials.
level: intermediate
distribution: melodic
original_url: http://docs.ros.org/melodic/api/moveit_tutorials/html/index.html
license: BSD + Apache 2.0
- image: devrt/simulator-turtlebot3
description: >
TurtleBot3 AutoRace simulator.
level: advanced
distribution: melodic
original_url: https://github.com/ROBOTIS-GIT/turtlebot3
license: Apache 2.0
- image: devrt/simulator-ariac
description: >
Industrial robot simulator.
level: advanced
distribution: melodic
original_url: http://gazebosim.org/ariac
license: Apache 2.0
- image: devrt/simulator-vrx
description: >
Maritime robotic simulator.
level: advanced
distribution: melodic
original_url: https://github.com/osrf/vrx
license: Apache 2.0
- image: devrt/simulator-uuv
description: >
Underwater robotics simulator.
level: advanced
distribution: melodic
original_url: https://github.com/uuvsimulator/uuv_simulator
license: Apache 2.0