MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / SetUp

Method SetUp

sloam/src/tests/plane_test.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19protected:
20 void SetUp() override
21 {
22 setupParams();
23
24 if (ros::console::set_logger_level(ROSCONSOLE_DEFAULT_NAME, ros::console::levels::Debug))
25 ros::console::notifyLoggerLevelsChanged();
26 }
27
28 void setupParams()
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected