Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
void SO3Control::setPosition(const Eigen::Vector3d& position) {
19
pos_ = position;
20
}
21
22
void SO3Control::setVelocity(const Eigen::Vector3d& velocity) {
23
vel_ = velocity;
Callers
5
processMouseEvent
Method · 0.45
processMouseEvent
Method · 0.45
transformAerialMap
Method · 0.45
transformMap
Method · 0.45
odom_callback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected