Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cc299792458 authored Oct 8, 2024
1 parent 5eedaf2 commit 83ab1a6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tossingbot
This repository is used to replicate the TossingBot(https://tossingbot.cs.princeton.edu/) implementation.
This repository is used to **replicate** the TossingBot(https://tossingbot.cs.princeton.edu/) implementation.

## Simulation

Expand All @@ -9,14 +9,26 @@ Simulation frequency: 240Hz

Control frequency: 60Hz

Robot type: Franka Panda

### Motion Primitives

#### Grasping Primitive

#### Throwing Primitive

## Objects
## Task

### Workspace

Compared to paper's 0.9 × 0.7m workspace, I employ a relatively smaller workspace, which is 0.4 * 0.3m.

### Bins (target boxes)

### Objects

Currently, **ball, cube, rod, and hammer** are supported. [Refer here](tossingbot/envs/pybullet/utils/objects_utils.py) for more details.

![Objects](https://github.com/cc299792458/Tossingbot/blob/main/images/objects.png)

## Experiments

0 comments on commit 83ab1a6

Please sign in to comment.