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

knightd23's profile - activity

2021-03-22 05:10:55 -0500 received badge  Nice Question (source)
2017-11-20 14:57:29 -0500 received badge  Student (source)
2016-03-13 01:22:00 -0500 received badge  Famous Question (source)
2016-03-13 01:22:00 -0500 received badge  Popular Question (source)
2016-03-13 01:22:00 -0500 received badge  Notable Question (source)
2016-03-13 01:21:50 -0500 received badge  Famous Question (source)
2015-12-21 05:52:15 -0500 received badge  Popular Question (source)
2015-12-21 05:52:15 -0500 received badge  Notable Question (source)
2015-09-03 08:58:49 -0500 commented question Problem creating OctoMap from PointCloud2

I could already create octomap from pointcloud. In your line '<remap from="cloud_in" to="occupied_cells_vis"/>' change the occupied_cells_vis to the output topic from your pointcloud. Make sure that your output topic of point cloud has the kind of message poincloud2 and has data in the output.

2015-09-03 08:43:50 -0500 asked a question Diference between octomap_full and octomap_binary

Hello,

I would like to know the differences between octomap_full and octomap_binary data (I see this link http://wiki.ros.org/octomap_server , but I have some doubts). I know that octomap_binary provide the occupied and free space, but provide the probabilities too? In octomap_full what are the probabilities that are referred?

Best Regards, Knightd23

2015-09-03 08:34:18 -0500 asked a question read data from octomap_full/octomap_binary

Hi,

I would like to know in octomap, how I can read the data from the topics /octomap_full and /octomap_binary? I tried to use the functions fullmap2msg and binarymap2msg and I couldn't have any result. What I need to do?

Best Regards, Knightd23

2015-07-21 06:02:12 -0500 answered a question Problem creating OctoMap from PointCloud2

Hi,

I have the same problem, but instead of occupied_cells_vis I use my_cloud, which is the topic that provides the pointCloud2. What I doing wrong?

I saw the chris_ comment and I don't know where I can put the transform, however I own the topics publish the transformation (tf and tf_static).

Best Regards