From 8a1233661472eb77225c4fa26c03c54019e2f7b5 Mon Sep 17 00:00:00 2001 From: Chintan Desai Date: Mon, 13 Feb 2023 10:01:28 -0500 Subject: [PATCH] Remove note --- getting_started/quick_start_guide_re1.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/getting_started/quick_start_guide_re1.md b/getting_started/quick_start_guide_re1.md index a6cf8b7..94f51f7 100644 --- a/getting_started/quick_start_guide_re1.md +++ b/getting_started/quick_start_guide_re1.md @@ -114,8 +114,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* @@ -214,4 +213,4 @@ We recommend next exploring the ROS-based demos that ship with Stretch. These [ That's it. Happy coding! ------ -
All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.
\ No newline at end of file +
All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.