This repo contains implementation of Robotics programming practices
Practices are from the book "Introduction to Robotics Mechanic and Control 3rd Edition" by John J. Craig
1- Download and Install .NET Core 3
2- Clone this repo
git clone https://github.com/avestura/RoboticsExcersices.git
3- Change directory to source folder
cd src
4- Run each exersice using dotnet fsi
command.
# For example for running Exersice 2A-a:
dotnet fsi .\Chapter2\Exersice_2A_a.fsx