Skip to content
Open
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
43 changes: 43 additions & 0 deletions 20150708/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# homework 20150708

update source code
```bash
git checkout -b otsubo/sample-basket-update
git pull otsubo samplerobot-basket-update
```

launch gazebo
```bash
# terminal 1
roslaunch hrpsys_gazebo_tutorials gazebo_samplerobot_no_controllers_basket.launch
```

launch hrpsys
```bash
# terminal 2
rtmlaunch hrpsys_gazebo_tutorials samplerobot_hrpsys_bringup.launch
```

control robot
```bash
# terminal 3
roscd hrpsys_gazebo_tutorials/euslisp
emacs -nw samplerobot-reaching2.l

# in Shell
(main)
#in (main)
(roseus samplerobot-reaching2.l)
(send *ri* :calibrate-inertia-sensor)
(send *ri* :start-auto-balancer)
(send *ri* :start-st)
(send *ri* :start-impedance :arms)
(reaching-pose)
(send *ri* :go-pos 0.2 0 0)
(grasp)
(reaching-pose2)
(send *ri* :go-pos 0 0.5 0)
(send *ri* :go-pos 0 0.5 0)
(reaching-pose)
```

Binary file added 20150708/reaching-falling-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 20150708/samplerobot-basket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.