Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
void SO3Control::setMass(const double mass) {
11
mass_ = mass;
12
}
13
14
void SO3Control::setGravity(const double g) {
15
g_ = g;
Callers
1
onInit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected