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

RGBDSLAM_v2 save Octomap at a particular z value

asked 2017-03-02 16:18:19 -0500

cj gravatar image

As stated in the title, is there a way to save octomap(GUI or commandline) at a particular z value? Is there a way to do it by tweaking either the launch files or source code? If so, where to locate these files?

I am currently running roslaunch rgbdslam openni+rgbdslam.launch, and then saving the octomap using the GUI. The reason why only a particular z value is desired is because the generation of full octomap takes quite some time, and I'm thinking of ways to shorten the time required.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-03-20 10:58:06 -0500

In the rgbdslam_v2 source code, check out the method GraphManager::firstNode(...) in graph_manager.cpp. There, the reference_pose is set (to identity).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-03-02 16:18:19 -0500

Seen: 173 times

Last updated: Mar 20 '17