Skip to content

SagarParekh97/HW0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HRI: Homework 0

Dylan Losey, Virginia Tech.

In this homework assignment we will simulate a robot arm.

Install and Run

Ubuntu

# Download
git clone https://github.com/vt-hri/HW0.git
cd HW0

# Create and source virtual environment
python3 -m venv venv
source venv/bin/activate

# Install dependencies
pip install numpy pybullet

# Run the script
python main.py

Windows

One way to run this is with WSL, Windows Subsystem for Linux.

  1. Install WSL. Windows provides instructions here. I also recommend this tutorial. Once installed, make sure to update and upgrade packages using:
sudo apt update && sudo apt upgrade
  1. Open an Ubuntu terminal. Right click, and paste the code shown above in the Ubuntu section. After the packages are installed, you should see the Expected Output.

  2. Install a text editing software. I use Sublime, but there are many good options. You will use this text editing software to write your code.

Mac

[to implement]

Expected Output

About

starter code for HW0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%