ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

amsks's profile - activity

2018-07-25 19:34:58 -0500 received badge  Famous Question (source)
2017-10-06 07:54:17 -0500 received badge  Student (source)
2017-10-06 07:54:14 -0500 received badge  Notable Question (source)
2017-10-06 07:54:14 -0500 received badge  Popular Question (source)
2017-09-28 04:53:17 -0500 received badge  Famous Question (source)
2017-07-26 03:17:15 -0500 received badge  Notable Question (source)
2017-06-26 19:32:23 -0500 received badge  Popular Question (source)
2017-06-21 17:44:10 -0500 asked a question Error while using kitti2bag

Error while using kitti2bag I am trying to convert the kitti dataset to a rosbag file using https://github.com/tomas789/

2017-06-21 08:41:35 -0500 marked best answer Make error trying to build kitti_to_rosbag

I am trying to use https://github.com/ethz-asl/kitti_to_... as a package to convert the kitti dataset to rosbag, which can be further used with Autoware for object detection. I have installed all the dependencies mentioned in the package.xml of kitti_to_rosbag. However I get the error when I use catkin_make in the workspace :

[ 50%] Completed 'glog_src'   
[ 50%] Built target glog_src  
Makefile:138: recipe for target 'all' failed  
make: *** [all] Error 2  
Invoking "make -j4 -l4" failed

Being a beginner in ROS and having a deadline for this task, I am not able to figure out how to rectify this. Any and all help is appreciated

system : Ubuntu 16.04 ROS : Kinetic

2017-06-21 08:41:35 -0500 received badge  Scholar (source)
2017-06-21 08:32:20 -0500 commented question Make error trying to build kitti_to_rosbag

I just did it and everything built fine. I think they needed to be updated. Thanks a lot !

2017-06-21 06:22:59 -0500 asked a question Make error trying to build kitti_to_rosbag

recipe for target 'all' failed make: *** [all] Error 2. How to solve ? I am trying to use https://github.com/ethz-asl/ki