MCPcopy Create free account
hub / github.com/CCNYRoboticsLab/imu_tools / reset

Method reset

rviz_imu_plugin/src/imu_display.cpp:103–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101ImuDisplay::~ImuDisplay() = default;
102
103void ImuDisplay::reset()
104{
105 MFDClass::reset();
106 messages_received_ = 0;
107
108 setStatus(rviz_common::properties::StatusProperty::Warn, "Topic",
109 "No messages received");
110
111 box_visual_->hide();
112 axes_visual_->hide();
113 acc_visual_->hide();
114}
115
116void ImuDisplay::update(std::chrono::nanoseconds /* wall_dt */, std::chrono::nanoseconds /* ros_dt */)
117{

Callers

nothing calls this directly

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected