기술 성공, 실패 기록소

roslib 본문

프로그래밍언어/ROS

roslib

sunlab 2019. 11. 9. 18:37
728x90

http://wiki.ros.org/roslib

 

roslib - ROS Wiki

indigo kinetic lunar melodic   Show EOL distros:  EOL distros:   electric fuerte groovy hydro jade diamondback: Only showing information from the released package extracted on Unknown. No API documentation available. Please see this page for information on

wiki.ros.org

roslib is the base dependency of all ROS Client Libraries and tools. It contains common tools like the generators for Messages and Services as well as common message definitions like Header and Log. It also contains the common path-bootstrapping code for ROS Python nodes and tools.

 

There is only one line of roslib you need to know, which exists for bootstrapping reasons:

import roslib; roslib.load_manifest('YOUR_PACKAGE_NAME')

 

 

'프로그래밍언어 > ROS' 카테고리의 다른 글

ROS Melodic 설치  (0) 2020.06.10
Where is the source code of installed packages?  (0) 2019.11.12
Introduction to tf  (0) 2019.11.09
ros individual package download  (0) 2019.10.26
ROS 환경설정 설명  (0) 2019.10.02