Skip to content

Commit 3769c90

Browse files
committed
Default to non_blocking_read=true
Since non-blocking-read showed significantly more stable behavior, we should default to that.
1 parent cc8e59c commit 3769c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

urdf/ur.ros2_control.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
reverse_ip:=0.0.0.0
2020
script_command_port:=50004
2121
trajectory_port:=50003
22-
non_blocking_read:=false
22+
non_blocking_read:=true
2323
keep_alive_count:=2
2424
">
2525

urdf/ur_macro.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
reverse_ip:=0.0.0.0
9191
script_command_port:=50004
9292
trajectory_port:=50003
93-
non_blocking_read:=false
93+
non_blocking_read:=true
9494
keep_alive_count:=2"
9595

9696
>

0 commit comments

Comments
 (0)