Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 822 Bytes

readme.md

File metadata and controls

31 lines (23 loc) · 822 Bytes

Robotics Programming Projects

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

Book Exersices Text

Build and Run

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