2019.05.30(am): What is turtle? How to make python turtle works in jupyter notebook

Turtle Graphics Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzig and Seymour Papert in 1966. The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses tkinter for the underlying graphics, it needs a version of Python installed with Tk …

2019.05.21(am): Development of an Amphibian Legged Robot Based on Jansen Mechanism for Exploration Tasks

link: https://doi.org/10.1007/978-981-10-2845-8_7 authors:Gopi Krishnan RegulanGanesan KaliappanM. Santhakumar abstract:The paper discusses the development of a linkage based amphibian legged robot for exploration and surveillance tasks. The proposed system can walk on both ground and water surfaces. The proposed system has two major mechanisms for its motion namely a planar eight bar Jansen mechanism as a leg and an Ackermann steering …

2019.05.19(am): Study of Applications of Jansen’s Mechanism in Robot

authors: Somak Sengupta, Pramod Bhatia abstract: The natural and the manmade terrains on planet Earth vary from place to place. The availability of affordable and safe modes of transportation on the different types of terrain is currently costly and limited. This problem is mainly due to the limitations of wheels which fail to deliver on …