Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Build Error @1.5.0 #982

Closed
andoh104 opened this issue Sep 24, 2017 · 2 comments
Closed

Build Error @1.5.0 #982

andoh104 opened this issue Sep 24, 2017 · 2 comments

Comments

@andoh104
Copy link

andoh104 commented Sep 24, 2017

Bug

Expected Behavior

No Error

Actual Behavior

[  2%] Building CXX object util/packages/map_tools/CMakeFiles/pcd2csv.dir/nodes/pcd_converter/pcd2csv.cpp.o
/home/tandoh/Autoware/ros/src/util/packages/map_tools/nodes/map_extender/map_extender.cpp:49:45: fatal error: velodyne_pointcloud/point_types.h: そのようなファイルやディレクトリはありません
 #include <velodyne_pointcloud/point_types.h>
                                             ^
compilation terminated.

Steps to Reproduce the Problem

XXX:~/Autoware/ros$ ./catkin_make_release

Specifications

  • Ubuntu version:14.04
  • ROS Version:Indigo
  • Autoware branch:1.5.0 & master
@andoh104
Copy link
Author

I think this cause is as follows:

XXX:~/Autoware/ros$ git diff
diff --git a/ros/src/util/packages/map_tools/CMakeLists.txt b/ros/src/util/packages/map_tools/CMakeLists.txt
index 062509ef..e0484298 100644
--- a/ros/src/util/packages/map_tools/CMakeLists.txt
+++ b/ros/src/util/packages/map_tools/CMakeLists.txt
@@ -4,6 +4,7 @@ project(map_tools)
 find_package(catkin REQUIRED COMPONENTS
   pcl_ros
   pcl_conversions
+  velodyne_pointcloud
 #  runtime_manager
 )
 
diff --git a/ros/src/util/packages/map_tools/package.xml b/ros/src/util/packages/map_tools/package.xml
index e601d63b..319e9613 100644
--- a/ros/src/util/packages/map_tools/package.xml
+++ b/ros/src/util/packages/map_tools/package.xml
@@ -6,6 +6,7 @@
   <maintainer email="yuki@ertl.jp">kitsukawa</maintainer>
   <license>BSD</license>
   <buildtool_depend>catkin</buildtool_depend>
+  <build_depend>velodyne_pointcloud</build_depend>
   <export>
   </export>
 </package>

But after fixing this error, other errors still remain on the branch.

@yk-fujii
Copy link

Thanks for the your report!
I will fix other issues together in 1.5.1 today.

@amc-nu amc-nu closed this as completed Sep 26, 2017
@mitsudome-r mitsudome-r transferred this issue from autowarefoundation/autoware Mar 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants