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

Method activate

src/simulator/Utils/rviz_plugins/src/pose_tool.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void Pose3DTool::activate()
65{
66 setStatus( "Click and drag mouse to set position/orientation." );
67 state_ = Position;
68}
69
70void Pose3DTool::deactivate()
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected