1. roscreate-pkg
# roscreate-pkg [package_name]
# roscreate-pkg [package_name] [depend1] [depend2] [depend3]
첫번째는 일반적 방법, 두번째는 의존성 추가해주는 방법
- roscreate-pkg 사용예제
package생성할 경로로이동$ cd ~/electric_workspace/sandbox
혹은
$ roscd
$ cd sandbox
ros package 생성하기
$ roscreate-pkg beginner_tutorials std_msgs rospy roscpp
rospack 에 새로운 정보 갱신
$ rospack profile
갱신된 정보 확인해보기
$ rospack find beginner_tutorials
갱신된 이후부터는 다음과 같이 이용가능
$ roscd beginner_tutorials
dependency 확인 방법
$ cat manifest.xml
$ rospack depends1 rospy
$ rospack depends beginner_tutorials
'ROS electric' 카테고리의 다른 글
ROS topic의 이해 (0) | 2014.01.08 |
---|---|
ROS node의 이해 (0) | 2014.01.08 |
ROS package 빌드 (0) | 2014.01.07 |
ROS Filesystem (0) | 2014.01.07 |
ROS workspace 만들기 (0) | 2014.01.07 |