To get started
Install drake
After the installation, try the following simulation examples
Simulate a ball dropping onto an inclined plane
Visualize a KUKA arm
cd drake
bazel build //tools:drake_visualizer //manipulation/util:geometry_inspector
# Terminal 1
./bazel-bin/tools/drake_visualizer
# Terminal 2
./bazel-bin/manipulation/util/geometry_inspector \
./manipulation/models/iiwa_description/sdf/iiwa14_no_collision.sdfExplore more examples
Where to go from here
Understand Drake concepts
Drake ConceptsTry using controllers to control a robot
PID control of double pendulumUseful links
Last updated