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

Method activate

uav_simulator/Utils/rviz_plugins/src/pose_tool.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Pose3DTool::activate() {
59 setStatus("Click and drag mouse to set position/orientation.");
60 state_ = Position;
61}
62
63void Pose3DTool::deactivate() {
64 arrow_->getSceneNode()->setVisible(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected