PC Enviroment ( Labtop )
OS : Ubuntu 16.04
ROS : Kinetic
CPU : i8
Graphic Card : RTX 2070
Hardware
OpenManipulator(ROBOTIS)
U2D2 Interface
Software
Inception_v3
Camera
Logitech C920 Webcam
아래 명령어를 통해 먼저 image recognition.py를 돌려준다.
Open Manipulator에서 play recorded trajectory launch를 실행해준다.
이제 카메라에 물체가 들어오도록 위치시키고 '1'을 누르면 아래와 같이 Manipulator가 물체별로 recording된 작업을 수행한다.
ROS : Kinetic
CPU : i8
Graphic Card : RTX 2070
Hardware
OpenManipulator(ROBOTIS)
U2D2 Interface
Software
Inception_v3
Camera
Logitech C920 Webcam
1. Execute ros_inception_v3
아래 명령어를 통해 먼저 image recognition.py를 돌려준다.
$ roscore $ rosrun cv_camera cv_camera_node $ python image_recognition.py image:=/cv_camera/image_raw
2. Execute Open Manipulator
$ roslaunch open_manipulator_controller open_manipulator_controller.launch dynamixel_usb_port:=/dev/ttyUSB0
$ roslaunch open_manipulator_master_slave open_manipulator_play_recorded_trajectory.launch
이제 카메라에 물체가 들어오도록 위치시키고 '1'을 누르면 아래와 같이 Manipulator가 물체별로 recording된 작업을 수행한다.
너무나 좋은 자료 감사합니다!! :)
답글삭제