Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUST-Aerial-Robotics/FUEL
/ SO3Control
Method
SO3Control
uav_simulator/so3_control/src/SO3Control.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include <ros/ros.h>
5
6
SO3Control::SO3Control() : mass_(0.5), g_(9.81) {
7
acc_.setZero();
8
}
9
10
void SO3Control::setMass(const double mass) {
11
mass_ = mass;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected