MCPcopy Create free account
hub / github.com/PickNikRobotics/rviz_visual_tools / loadRemoteControl

Method loadRemoteControl

src/rviz_visual_tools.cpp:3042–3050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3040}
3041
3042void RvizVisualTools::loadRemoteControl()
3043{
3044 // Load remote control
3045 if (!remote_control_)
3046 {
3047 remote_control_ = std::make_shared<RemoteControl>(node_base_interface_, topics_interface_,
3048 logging_interface_);
3049 }
3050}
3051
3052int32_t RvizVisualTools::getArrowId() const
3053{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected