浏览代码

Fix text

/laurie-Ros2Update
LaurieCheers 3 年前
当前提交
dd701453
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      tutorials/ros_unity_integration/setup.md

2
tutorials/ros_unity_integration/setup.md


6. (Alternative) If you need the server to listen on a port that's different from the default 10000, here's the command line to also set the ROS_TCP_PORT parameter:
```bash
ros2 run unity_robotics_demo server_endpoint --ros-args -p ROS_IP:=127.0.0.1 -p ROS_TCP_PORT:=10000
ros2 run ros2_tcp_endpoint default_server_endpoint --ros-args -p ROS_IP:=127.0.0.1 -p ROS_TCP_PORT:=10000
```
## Unity Scene

正在加载...
取消
保存