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

Color octomap file not displayed by octovis

asked 2011-12-23 05:42:56 -0500

Suraj gravatar image

updated 2011-12-23 21:35:05 -0500

AHornung gravatar image

I have created an octomap , the file name is color_server_map_000.cot, but the map is not displayed in octovis giving error "cannot open file". Please help!

edit retag flag offensive close merge delete

Comments

The 000 part of the name suggests that no pointclouds have been included. Could you post the filesize please
Felix Endres gravatar image Felix Endres  ( 2012-01-17 01:39:44 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-12-23 21:29:30 -0500

AHornung gravatar image

What and which versions are you using to generate the file? octomap and octovis released in ROS don't have color support yet (based on OctoMap 1.2).

If you use OctoMap trunk (the upcoming 1.4 version) there is now improved file support and color information. However, .cot files are not officially supported. You can convert them to the ".ot" file format with the "convert_octree" binary. octovis in trunk will then display the file correctly (you might have to enter the correct resolution manually in the file header because .cot did not store it).

edit flag offensive delete link more

Comments

thanks for the reply. I tried converting the .cot file to .ot file as you pointed out , but i'm getting an error that "Input file stream not "good" ". Can you explain how to edit the header?
Suraj gravatar image Suraj  ( 2011-12-25 00:13:17 -0500 )edit
I have tried with both ROS version and from the Octomap trunk but the files converted using convert_octree dosen't give any result either. Isn't there any way to generate .ot or .bt files directly. Some help will really be appreciated!
Suraj gravatar image Suraj  ( 2011-12-26 07:10:49 -0500 )edit
Please update your question to clarify what exactly you are trying to do with which code. It's hard to guess what goes wrong in your case. If convert_octree gives you an error then your ran it on the wrong file or it is corrupted.
AHornung gravatar image AHornung  ( 2011-12-27 20:59:07 -0500 )edit
To save a .bt file from your code: tree.writeBinary(filename). To save a .ot with the new functionality in trunk: tree.write(filename). Please have a look at the documentation or convert_octree.cpp as sample code.
AHornung gravatar image AHornung  ( 2011-12-27 21:01:21 -0500 )edit

Question Tools

Stats

Asked: 2011-12-23 05:42:56 -0500

Seen: 1,303 times

Last updated: Dec 23 '11