MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/RACER / setMass

Method setMass

uav_simulator/so3_control/src/SO3Control.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void SO3Control::setMass(const double mass) {
11 mass_ = mass;
12}
13
14void SO3Control::setGravity(const double g) {
15 g_ = g;

Callers 1

onInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected