Skip to content

Commit

Permalink
remove passing cm arg for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jan 23, 2025
1 parent d85c20a commit c11211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/src/ros2_control_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ int main(int argc, char ** argv)
thread_priority);

cm_thread = std::thread(
[&cm, thread_priority, use_sim_time]()
[thread_priority, use_sim_time]()
{
if (!realtime_tools::configure_sched_fifo(thread_priority))
{
Expand Down

0 comments on commit c11211b

Please sign in to comment.