本ロボットは,第43回日本ロボット学会学術講演会で口頭発表しました.
- ホームディレクトリ直下にワークスペースをクローンする. Ubuntu20.04,ROS noetic環境下で,
cd ~
git clone https://github.com/Michi-Tsubaki/ping-pong-robot.git
cd ping-pong-robot
source /opt/ros/noetic/setup.bash
- パッケージのダウンロード・インストール
cd ~/ping-pong-robot
source /opt/ros/noetic/setup.bash
rosdep install -riy --from-paths src
- ビルド
cd ~/ping-pong-robot
source /opt/ros/noetic/setup.bash
catkin build
- プログラムを起動する.
cd ~/ping-pong-robot
source devel/setup.bash
roslaunch ping-pong all.launch
cd ~/ping-pong-robot
source devel/setup.bash
roscd ping-pong/scripts
emacs -nw main.l ;;emacsのshellが使いやすいので,emacsを開く.
M+x shell
source ~/ping-pong-robot/devel/setup.bash
roseus
load "main.l"
@inproceedings{TakkuHardware:Tsubaki:RSJ2025,
author="椿 道智 and 矢野倉 伊織 and 小島 邦生 and 岡田 慧",
jauthor="椿 道智 and 矢野倉 伊織 and 小島 邦生 and 岡田 慧",
eauthor="Michitoshi Tsubaki and Iori Yanokura and Kunio Kojima and Kei Okada",
yomi={つばき みちとし},
title="前陣速攻型をモデルにした卓上選手型卓球ロボットTakkuの開発",
jtitle="前陣速攻型をモデルにした卓上選手型卓球ロボットTakkuの開発",
etitle="Takku: A Desktop Table Tennis Player Robot Modeled on Close-to-the-table Play Style",
booktitle=RSJ25J,
jbooktitle=RSJ25J,
ebooktitle=RSJ25E,
pages={1H5-03},
month={September},
year=2025,
yeard=2025,
jposition={},
eposition={},
language={Japanese},
key={},
abstract={},
doi={}
}
- このソフトウェアパッケージは,3条項BSDライセンスの下,再頒布および使用が許可されます.
- (c) 2025 Michitoshi Tsubaki
