You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Conception/drake-master/examples/acrobot/spong_controller.cc

7 lines
222 B

#include "drake/examples/acrobot/spong_controller.h"
#include "drake/common/default_scalars.h"
DRAKE_DEFINE_CLASS_TEMPLATE_INSTANTIATIONS_ON_DEFAULT_SCALARS(
class ::drake::examples::acrobot::AcrobotSpongController)