Week5
V-rep BubbleRob
V-rep BubbleRob 模擬
Add a primitive sphere of diameter 0.2 to the scene with [Menu bar --> Add --> Primitive shape --> Sphere].
使用[菜單欄(Menu bar) - >添加(Add) - >原始形狀(Primitive shape) - >球體(Sphere)]向場景添加直徑為0.2的球體。
We adjust the X-size item to 0.2, then click OK.
將X-size項目調整為0.2,然後點擊 …
Week4
配置 ungit
下載 ungit 與 node.js 程式碼
根據 https://2019wcm.blogspot.com/search/label/ungit 完成ungit的配置
1.下載 kmol-2019.7z , nodejs-with-ungit.7z
2.兩者分別解開壓縮檔案, 然後將 nodejs 放入 kmol_2019 的 data 目錄中
3.設定啟動 start.bat 中的 ungit 命列列搜尋路徑:
set path8=%Disk%:\nodejs;%Disk%:\nodejs\appdata\roaming\npm;
4.將 …