From c7f0aed1fc2254404f1840e62d08d5a5e1ce9aa1 Mon Sep 17 00:00:00 2001 From: Caleb Kirksey Date: Thu, 31 Aug 2017 09:00:42 -0700 Subject: [PATCH] update simulator README instructions remove linux specific instructions to reduce confusion for OSX/Windows users --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index c05755f9fd..d5c29fd568 100755 --- a/README.md +++ b/README.md @@ -37,11 +37,5 @@ source devel/setup.sh roslaunch launch/styx.launch ``` 4. Run the simulator -```bash -unzip lights_no_cars.zip -cd lights_no_cars -chmod +x ros_test.x86_64 -./ros_test.x86_64 -```