Skip to content

Commit 92a3685

Browse files
update the ros setup tutorial for ROS_TCP_PORT (#256)
1 parent 4d86d9b commit 92a3685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/pick_and_place/0_ros_setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ The ROS workspace is now ready to accept commands!
9292
ROS_IP: 192.168.50.149
9393
```
9494
95+
1. (Optional) By default, the server_endpoint will listen on port 10000, but this is also controlled by a parameter. If you need to change it, you can run the command `rosparam set ROS_TCP_PORT 10000`, replacing 10000 with the desired port number.
96+
9597
The ROS workspace is now ready to accept commands!
9698
9799
---

0 commit comments

Comments
 (0)