Skip to content

Commit

Permalink
Merge pull request #173 from ethz-asl/feature/panda-on-gmp
Browse files Browse the repository at this point in the history
Giraffe in sim with some calibration helpers
  • Loading branch information
luceharris authored May 27, 2024
2 parents 0be7be7 + 13fa65f commit fa2c083
Show file tree
Hide file tree
Showing 57 changed files with 7,888 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ venv

# Catkin stuff
CATKIN_IGNORE
compile_commands.json

# Files that will be auto-generated on compile
moma_demos/grasp_demo/config/yumi/gpd.cfg
Expand Down
11 changes: 11 additions & 0 deletions moma_bringup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@

This package contains launch files to start interfaces with the real robots.
See the [wiki](https://github.com/ethz-asl/moma/wiki/Robots) for more information about our platforms.
### Running handeye calibration (currently only in sim)

Spawn the panda robot which contains an april tag:
```console
roslaunch moma_gazebo panda_moma_corner.launch
```

Then launch the interactive calibration planner:
```console
roslaunch moma_bringup move_group_sphere.py
```
Loading

0 comments on commit fa2c083

Please sign in to comment.