利用V-rep 將單連桿機構導入,在進行模擬
簡單介紹 Git Hub 改版問題
單連桿影片
虎尾科技大學 機械設計工程系-40423104-W5-單連趕v-rep模擬 from 40423104-Yan syuan on Vimeo.
Git Hub 改版問題
可進入看解決方法
進入自己倉儲資料夾

在 SciTE 下編輯

將所有"{"改成"{{",以下為修改後的程式碼
# Liquid-style Tags *Author: Jake Vanderplas* This plugin allows liquid-style tags to be inserted into markdown within Pelican documents. Liquid uses tags bounded by ``{{% ... %}}``, and is used to extend markdown in other blogging platforms such as octopress. This set of extensions does not actually interface with liquid, but allows users to define their own liquid-style tags which will be inserted into the markdown preprocessor stream. There are several built-in tags, which can be added as follows. First, in your pelicanconf.py file, add the plugins you want to use: PLUGIN_PATH = '/path/to/pelican-plugins' PLUGINS = ['liquid_tags.img', 'liquid_tags.video', 'liquid_tags.youtube', 'liquid_tags.vimeo', 'liquid_tags.include_code', 'liquid_tags.notebook'] There are several options available ## Image Tag To insert a sized and labeled image in your document, enable the ``liquid_tags.img`` plugin and use the following: {{% img [class name(s)] path/to/image [width [height]] [title text | "title text" ["alt text"]] %}} ### Base64 Image (inline image) tag There is one more tag for image: ``b64img``. It is based on ``img`` tag, but instead of inserting link on image it acutally reads image and inserts it as base64 text into `` `` will be collapsed when the html page is loaded and can be expanded by clicking on them. Cells containing the comment line ``# `` will be open on load but can be collapsed by clicking on their header. Cells without collapse comments are rendered as standard code input cells. ## Testing To test the plugin in multiple environments we use [tox](http://tox.readthedocs.org/en/latest/), to run the entire test suite, just type: wzxhzdk:0 [IPython]: http://ipython.org/
心得
1.透過多次練習越來越熟悉v-rep的模擬操作
2.清楚多連桿與單連桿機構
3.了解連桿運動方式
4.熟悉解決Git Hub改版方法