Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Giraffe in sim #173

Merged
merged 14 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading