MCPcopy Create free account
hub / github.com/ROBOTIS-GIT/turtlebot3 / run

Method run

turtlebot3_node/src/turtlebot3.cpp:221–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void TurtleBot3::run()
222{
223 RCLCPP_INFO(this->get_logger(), "Run!");
224
225 publish_timer(std::chrono::milliseconds(50));
226 heartbeat_timer(std::chrono::milliseconds(100));
227
228 parameter_event_callback();
229 cmd_vel_callback();
230}
231
232void TurtleBot3::publish_timer(const std::chrono::milliseconds timeout)
233{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected