Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fkvisualization

cat > README.md << 'EOF'

Robot Frames Sandbox

Interactive tool to learn robot frame transforms by building a chain of revolute/prismatic joints + fixed links and visualizing transforms in 3D.

Revolute q is stored internally as rad Prismatic q is stored internally as meters

Install

macOS / Linux

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python src/robot_frames_ui.py

### Windows
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python .\src\robot_frames_ui.py

About

A tool to visualize Robotics 1 forward kinematics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages