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

Method setVelocity

uav_simulator/so3_control/src/SO3Control.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void SO3Control::setVelocity(const Eigen::Vector3d& velocity) {
23 vel_ = velocity;
24}
25
26void SO3Control::calculateControl(const Eigen::Vector3d& des_pos, const Eigen::Vector3d& des_vel,
27 const Eigen::Vector3d& des_acc, const double des_yaw,

Callers 1

odom_callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected