URDF Check
설치
sudo apt-get install liburdfdom-tools
URDF 문법검사
- 방법1
$ check_urdf myrobot.urdf
- 방법2
$ rosrun urdf_parser check_urdf myrobot.urdf
- 방법1
URDF 그래프표시
- 방법1
$ urdf_to_graphiz myrobot.urdf
$ evince myrobot.pdf
- 방법2
$ rosrun urdf_parser urdf_to_graphiz brazo.urdf
- 방법1
URDF-SDF converter
- Gazebbo 7.0 이전 버전
$ gzsdf print urdfname.urdf > newname.sdf
- Gazebbo 7.0 이전 버전
$ gz sdf --print my_urdf.urdf > my_sdf.sdf
- alt)
$ /usr/local/Cellar/gazebo8/8.1.0/bin/gz sdf --convert simple_box.urdf
Additional Readings
URDF XML specifications
http://wiki.ros.org/urdf/XMLURDF Tutorials
http://wiki.ros.org/urdf/TutorialsUsing a URDF in Gazebo
http://gazebosim.org/tutorials/?tut=ros_urdfUnderstanding URDF and XACRO
https://ni.www.techfak.uni-bielefeld.de/files/URDF-XACRO.pdfSDF format
http://sdformat.org/specUsing Gazebo plugins with ROS
http://gazebosim.org/tutorials?tut=ros_gzpluginsblog) URDF Reference
http://enesbot.me/urdf-reference.htmlblog) Gazebo Mobile 로봇 모델 만들기
https://opentutorials.org/course/2845/16603Introduction to Robotics with ROS
https://u.cs.biu.ac.il/~yehoshr1/89-685/Programming for Robotics Introduction to ROS
https://www.ethz.ch/content/dam/ethz/special-interest/mavt/robotics-n-intelligent-systems/rsl-dam/ROS2017/lecture3.pdfROS lecturenote (urdf sdf)
https://u.cs.biu.ac.il/~yehoshr1/89-685/Fall2015/ROS_Lesson9.pdf
'ROS GAZEBO' 카테고리의 다른 글
Gazebo 에서 URDF사용 (0) | 2019.05.04 |
---|---|
URDF EXTRUDER로 가제보 구동법 (0) | 2019.05.04 |
Gazebo 플러그인 추가 (0) | 2019.04.28 |
Gazebo 환경변수 (2) | 2019.04.28 |
gazebo 튜토리얼 및 명령어 정리 (0) | 2019.04.28 |