We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22dcf2 commit 6ea0d67Copy full SHA for 6ea0d67
1 file changed
controller_manager/src/ros2_control_node.cpp
@@ -45,7 +45,7 @@ int main(int argc, char ** argv)
45
auto cm = std::make_shared<controller_manager::ControllerManager>(executor, manager_node_name);
46
47
const bool use_sim_time = cm->get_parameter_or("use_sim_time", false);
48
-
+
49
const bool has_realtime = realtime_tools::has_realtime_kernel();
50
const bool lock_memory = cm->get_parameter_or<bool>("lock_memory", has_realtime);
51
if (lock_memory)
0 commit comments