Skip to content

Commit

Permalink
velodyne_pointcloud: add roslib dependency for Groovy rosbuild 0.9.2 …
Browse files Browse the repository at this point in the history
…release (#7)
  • Loading branch information
jack-oquin committed Jul 10, 2013
1 parent 80e6eb3 commit cd51618
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.pcap
*.pyc
*.tar.gz
*~
TAGS
build/
bin/
lib/
msg_gen/
velodyne_msgs/src/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ set(ROSPACK_MAKEDIST true)
# variables.
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)

rosbuild_make_distribution(0.9.1)
rosbuild_make_distribution(0.9.2)
1 change: 1 addition & 0 deletions velodyne_pointcloud/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<depend package="nodelet"/>
<depend package="pcl_ros"/>
<depend package="roslib"/>
<depend package="rostest"/>
<depend package="sensor_msgs"/>
<depend package="tf"/>
Expand Down

0 comments on commit cd51618

Please sign in to comment.