Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[MECH439] Introduction to Robotics

project for a POSTECH MECH439 (Introduction to Robotics) lecture

Requirements

  1. Create conda environment
$ conda create -n <ENV_NAME> python==3.10 # create virtual environment
$ conda activate <ENV_NAME>
$ pip install -r requirements.txt # install dependancies from requirements.txt
  1. Install Pinocchio (Regid Body Dynamics Library)
$ conda install pinocchio -c conda-forge    # For Windows
$ pip install pin    # For Ubuntu

About

project for a POSTECH MECH439 (Introduction to Robotics) lecture

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages