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

Method setPosition

uav_simulator/so3_control/src/SO3Control.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void SO3Control::setPosition(const Eigen::Vector3d& position) {
19 pos_ = position;
20}
21
22void SO3Control::setVelocity(const Eigen::Vector3d& velocity) {
23 vel_ = velocity;

Callers 5

processMouseEventMethod · 0.45
processMouseEventMethod · 0.45
transformAerialMapMethod · 0.45
transformMapMethod · 0.45
odom_callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected