Skip to content

Commit

Permalink
spellcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Dec 1, 2023
1 parent 6f981e1 commit 70d59e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rosbot_bringup/launch/combined.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 70d59e0

Please sign in to comment.