Skip to content

Commit

Permalink
remove intraprocess comm warning (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyRamone authored Apr 30, 2024
1 parent 50a06c5 commit 0f24369
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions moveit_ros/moveit_servo/src/servo_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ ServoNode::ServoNode(const rclcpp::NodeOptions& options)
{
moveit::setNodeLoggerName(node_->get_name());

if (!options.use_intra_process_comms())
{
RCLCPP_WARN_STREAM(node_->get_logger(),
"Intra-process communication is disabled, consider enabling it by adding: "
"\nextra_arguments=[{'use_intra_process_comms' : True}]\nto the Servo composable node "
"in the launch file");
}

// Configure SCHED_FIFO and priority
if (realtime_tools::configure_sched_fifo(servo_params_.thread_priority))
{
Expand Down

0 comments on commit 0f24369

Please sign in to comment.