From 70d59e02e2e2cee11f8163f5392dfe8972a5790c Mon Sep 17 00:00:00 2001 From: dominikn Date: Fri, 1 Dec 2023 19:50:59 +0100 Subject: [PATCH] spellcheck fix --- rosbot_bringup/launch/combined.launch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rosbot_bringup/launch/combined.launch.py b/rosbot_bringup/launch/combined.launch.py index 2aa2ea00..fca2fc27 100644 --- a/rosbot_bringup/launch/combined.launch.py +++ b/rosbot_bringup/launch/combined.launch.py @@ -32,9 +32,8 @@ def generate_microros_agent_node(context, *args, **kwargs): "localhost_only_fastrtps_profiles_file" ).perform(context) - # Check ROS_LOCALHOST_ONLY environment variable if os.environ.get("ROS_LOCALHOST_ONLY") == "1": - # Set RMW_IMPLEMENTATION and FASTRTPS_DEFAULT_PROFILES_FILE + # with localhost only setup fastdds is required with a custom config rmw_implementation = "rmw_fastrtps_cpp" return [ SetEnvironmentVariable(name="RMW_IMPLEMENTATION", value=rmw_implementation),