We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7619306 commit 512c24bCopy full SHA for 512c24b
ur_moveit_config/test/startup_test.py
@@ -115,6 +115,10 @@ def generate_test_description():
115
launch_arguments={
116
"ur_type": ur_type,
117
"launch_rviz": "false",
118
+ "launch_servo": "false", # the servo node currently doesn't startup correctly,
119
+ # it waits for the robot state until the robot has actually
120
+ # executed a plan. Therefore, it doesn't exit cleanly which
121
+ # breaks this test.
122
}.items(),
123
)
124
0 commit comments