JDErobotAssignment

JDEroboticsacademyassignment

1--> Implementation of Visual Follow Line.

I have completed the first exercise using gazebo and ros - noetic and ROBOTICS ACADEMY kit...

JDErobotPythonAssignment

Implementation of Conway's Game of Life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

U can clone my assignment using ::

git clone https://github.com/pvvramakrishnarao234/JDErobotAssignment.git

JDErobotAssignment --------->>

                      |--------->RoboticsAcademyAssignment
                      |                                |
                      |                                |-----> P-controlled-visualfollowline.py
                      |
                      |
                      |
                      |
                      |--------->PythonAssignment
                                              |
                                              |------------->  Conwaygameoflife.py  (terminal based program)
                                              |
                                              |------------->  Conwaytest.py       (uses Conwaygameoflife.py script as module)

Methods and way of using mentioned in the respective files :))