• 파일시티 이벤트
  • 캠퍼스북
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

지능로봇공학 최혁렬 교수님 Term project

*중*
개인인증판매자스토어
최초 등록일
2012.11.03
최종 저작일
2012.06
14페이지/워드파일 MS 워드
가격 2,000원 할인쿠폰받기
다운로드
장바구니

소개글

성균관대학교 대학원 과정 (학석사 연계과정 포함)
지능로봇공학 수업중, Term Project를 정리한 보고서 입니다.
내용은 2DOF 의 manipulator 를 제어한 내용이 포함되어 있습니다.

목차

1. Make a code(c++) to control a two dof planar manipulator such as with PID control & Computed torque control(model based control), for the trajectories given. The link parameters are shown in the figure. Let’s assume that the manipulator moves in the plane without gravity.

C++ Code
Computed torque

2. Carry on simulations by changing the reduction ratio of 1, 10, 100, 400, and discuss the performances of the controllers, respectively.

Position Error & torque, when Reduction ratio = 1
Position Error & torque, when Reduction ratio = 10
Position Error & torque , when Reduction ratio = 100
Position Error & torque , when Reduction ratio = 400

3. Carry on simulations by changing the speed twice, four times faster etc., and discuss the performances of the controllers.

PID-control (slow-5s)
PID-control (fast-1s)
PID-Control (slow/fast)
Computed torque control (slow-5s)
Computed torque control (fast-1s)
Computed torque control (slow/fast)
PID-control & Computed torque control

4. Carry on simulations by changing the estimated dynamic parameters and discuss the effect of the accuracy of the parameters on the overall performances of the control.

M[0] = 5.0; M[1] = 3.0; (computed torque control)
M[0] = 1.5*5.0; M[1] = 1.5*3.0; (computed torque control)

5. Gain control

Kp : position gain
Kd : derivative gain
Ki : integral gain

본문내용

1. Make a code(c++) to control a two dof planar manipulator such as with PID control & Computed torque control(model based control), for the trajectories given. The link parameters are shown in the figure. Let’s assume that the manipulator moves in the plane without gravity.

C++ Code
PID

err[indx] = q_des[indx] - q[indx];
error 를 계산하는 부분
integral_err[indx]=integral_err[indx]+err[indx] ;
error 를 누적(Integral 하는 부분)

tau_des[indx] = qddot_des[indx]+kp[indx] * err[indx]
+ kd[indx] * (qdot_des[indx]-qdot[indx])
+ ki[indx]*(integral_err[indx]) - G[indx];
PID Gain 값에 따라 control 하는 부분

참고 자료

J. J. Craig, “Introduction to Robotics”, Addison Wesley, 3rd Ed.
*중*
판매자 유형Bronze개인인증

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우

이런 노하우도 있어요!더보기

최근 본 자료더보기
탑툰 이벤트
지능로봇공학 최혁렬 교수님 Term project
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업