Skip to content
forked from GemCat/ASE389

Software Stacks for the class ASE 389 DCSN/CTRL HUMAN-CENT ROBOTS

License

Notifications You must be signed in to change notification settings

makeller1/ASE389

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASE389

Software Stacks for the class ASE 389 DCSN/CTRL HUMAN-CENT ROBOTS based on the PnC.

Installation

  • Install Conda
  • Clone the repository
$ git clone https://github.com/junhyeokahn/ASE389.git
  • Create a virtual environment and install Dependancies
$ conda env create -f ASE389.yml
  • Activate the environment
$ conda activate ASE389
  • Run the code
$ python simulator/pybullet/manipulator_main.py

Update to the newest code

  • Pull the latest code
$ git pull origin main
  • Update conda environment
$ conda env update -f ASE389.yml

Implement Operational Space Control

  • Try to implement OSC control and fill out this function.
  • You could take look at RobotSystem to achieve relevant kinematics and dynamics properties of the robot.

About

Software Stacks for the class ASE 389 DCSN/CTRL HUMAN-CENT ROBOTS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Batchfile 0.4%