技術のこととか
$ roslocate info ar_tools
- git: local-name: ar_tools uri: https://github.com/ar-tools/ar_tools.git version: master
$ wstool init ~/catin_ws/src
$ cd ~/catin_ws $ wstool set --target-workspace=src ar_tools --git https://github.com/ar-tools/ar_tools.git
$ wstool update ar_tools --target-workspace=src ar_tools
$ rosdep install -i --from-paths ar_tools $ cd ~/catin_ws $ catkin_make
$ cd ~/catkin_ws/src/ $ git clone https://github.com/ktossell/camera_umd.git
$ rosdep install camera_umd uvc_camera jpeg_streamer
$ cd ~/catkin_ws $ catkin_make #build the workspace
$ sudo apt-get install libv4l-dev
$ roscd uvc_camera/launch/ $ roslaunch ./camera_node.launch $ rosrun image_view image_view image:=image_raw
$ cd ~/catkin_ws $ rosdep install camera_calibration $ catkin_make
$ rostopic list
$ roslaunch uvc_camera camera_node.launch
$ rosrun camera_calibration cameracalibrator.py --size 11x7 --square 0.02 image:=/image_raw
$ mv ost.txt ost.ini $ rosrun camera_calibration_parsers convert ost.ini camera_calibration.yaml
$ roslaunch ar_pose ar_pose_single.launch
SECRET: 0PASS:参考にさせていただきました。ありがとうございました。一点rosrun camera_calibration cameralibrator.py --size 11x7 --square 0.02 image:=/image_rawrosrun camera_calibration cameracalibrator.py --size 11x7 --square 0.02 image:=/image_rawではないでしょうか
SECRET: 0PASS:��みんさんご指摘ありがとうございます。おっしゃる通りで。修正しました。
SECRET: 0
返信削除PASS:
参考にさせていただきました。ありがとうございました。
一点
rosrun camera_calibration cameralibrator.py --size 11x7 --square 0.02 image:=/image_raw
rosrun camera_calibration cameracalibrator.py --size 11x7 --square 0.02 image:=/image_raw
ではないでしょうか
SECRET: 0
返信削除PASS:
��みんさん
ご指摘ありがとうございます。おっしゃる通りで。修正しました。