From 7a2b6be974bf35f8a3f8f3ec84866ed91fff8fc1 Mon Sep 17 00:00:00 2001 From: Chintan Desai Date: Mon, 13 Feb 2023 10:00:44 -0500 Subject: [PATCH] Remove note --- getting_started/quick_start_guide_re2.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getting_started/quick_start_guide_re2.md b/getting_started/quick_start_guide_re2.md index 0096cf9..0f843b0 100644 --- a/getting_started/quick_start_guide_re2.md +++ b/getting_started/quick_start_guide_re2.md @@ -134,8 +134,7 @@ Log in to the robot computer. The default user credentials came in the box with Python is the easiest way to begin writing code for the robot. This section will give you a quick look at Stretch Body, which is the low-level Python interface to the robot. Detailed information on the [Stretch Body Interface](../stretch_body/README.md) can be found here. -!!! note - Stretch is configured to run the Xbox Controller demo in the background at startup. To run your own code you'll need to kill this process so that it doesn't contend with your code. +Stretch is configured to run the Xbox Controller demo in the background at startup. To run your own code you'll need to kill this process so that it doesn't contend with your code. ```{.bash .shell-prompt} pkill -f stretch_xbox*