Skip to content

Commit 6ea0d67

Browse files
committed
pre commit
1 parent b22dcf2 commit 6ea0d67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller_manager/src/ros2_control_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ int main(int argc, char ** argv)
4545
auto cm = std::make_shared<controller_manager::ControllerManager>(executor, manager_node_name);
4646

4747
const bool use_sim_time = cm->get_parameter_or("use_sim_time", false);
48-
48+
4949
const bool has_realtime = realtime_tools::has_realtime_kernel();
5050
const bool lock_memory = cm->get_parameter_or<bool>("lock_memory", has_realtime);
5151
if (lock_memory)

0 commit comments

Comments
 (0)