瀏覽代碼

added jupyter

Claudio Gomes 6 年之前
父節點
當前提交
1f46f4dad9
共有 2 個文件被更改,包括 298 次插入4 次删除
  1. 292 0
      examples/cruise_controller/cruise_controller.ipynb
  2. 6 4
      examples/mass_spring_damper/instructions.md

File diff suppressed because it is too large
+ 292 - 0
examples/cruise_controller/cruise_controller.ipynb


+ 6 - 4
examples/mass_spring_damper/instructions.md

@@ -4,9 +4,11 @@ Follow the instructions in [README.md](fmusdk\README.md)
 
 # Common Problems
 
-## After installing MS VS 2015 Community Edition, I cannot find the `vcvarsall.bat` or the `vsvars32.bat` files.
+## I cannot find the `vcvarsall.bat` or the `vsvars32.bat` files.
 
-This problem is reported in <https://social.msdn.microsoft.com/Forums/en-US/1071be0e-2a46-4c30-9546-ea9d7c4755fa/where-is-vcvarsallbat-file?forum=visualstudiogeneral>. 
+First, make sure you have installed one of the Visual Studio recommended by the instructions in  [README.md](fmusdk\README.md). 
+
+If, after installing Visual Studio, the problem persists, then check <https://social.msdn.microsoft.com/Forums/en-US/1071be0e-2a46-4c30-9546-ea9d7c4755fa/where-is-vcvarsallbat-file?forum=visualstudiogeneral>. The solution is to run the setup again, and make sure that the Visual C++ feature is selected:
+
+![img](assets/715979.png)
 
-The solution is to run the setup again, and make sure that the Visual C++ feature is selected:
-![img](assets/715979.png)