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

How to build a library on ROS?

asked 2015-07-14 03:15:42 -0500

jossy gravatar image

updated 2015-07-14 03:36:56 -0500

I installed lsd_slam and ros-indigo. To use lsd_slam library, I downloaded source code and run rosmake lsd_slam.

I try to modify content of this library files. I add below line to 248th line in main_on_images.cpp under lsd_slam/lsd_slam_core/src. Then I run rosmake lsd_slam to build.

    printf("getCurrentPoseEstimate\n");

I run lsd_slam with dataset using below command :

rosrun lsd_slam_core dataset_slam _files:=<files> _hz:=<hz> _calib:=<calibration_file>

I don't see getCurrentPoseEstimate message. How can I build a library after modifying source code on ROS?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-07-14 04:44:46 -0500

jossy gravatar image

updated 2015-07-14 04:44:53 -0500

rosmake is enough. I don't delete this question to help other users.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-07-14 03:15:42 -0500

Seen: 214 times

Last updated: Jul 14 '15