<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with wsl配置]]></title><description><![CDATA[A list of topics that have been tagged with wsl配置]]></description><link>https://fishros.org.cn/forum/tags/wsl配置</link><generator>RSS for Node</generator><lastBuildDate>Wed, 26 Aug 2026 18:14:47 GMT</lastBuildDate><atom:link href="https://fishros.org.cn/forum/tags/wsl配置.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[WSL 配置fishbot_tool 的通信问题]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fishros.org.cn/forum/uid/32183">@scottzhou</a> 已经解决，通过</p>
6.2 解决WLS 网络通信问题，WSL 的IP地址与Windows 地址不一致
1. 新建
C:\Users\你的用户名\.wslconfig
2. 复制
[wsl2]
networkingMode=mirrored
dnsTunneling=true
firewall=true
autoMemoryReclaim=gradual
3. 关闭
wsl --shutdown
4.检查
hostname -I
5. ROS 环境变量（WSL 内）
# 临时生效
export ROS_MASTER_URI=http://$(hostname -I | awk '{print $1}'):11311
export ROS_IP=$(hostname -I | awk '{print $1}')

# 永久生效（写入 ~/.bashrc）
echo "export ROS_MASTER_URI=http://$(hostname -I | awk '{print $1}'):11311" &gt;&gt; ~/.bashrc
echo "export ROS_IP=$(hostname -I | awk '{print $1}')" &gt;&gt; ~/.bashrc

<p dir="auto">source ~/.bashrc</p>
]]></description><link>https://fishros.org.cn/forum/topic/4761/wsl-配置fishbot_tool-的通信问题</link><guid isPermaLink="true">https://fishros.org.cn/forum/topic/4761/wsl-配置fishbot_tool-的通信问题</guid><dc:creator><![CDATA[scottzhou]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>