2021-02-27 19:10:54 -0500 | received badge | ● Student (source) |
2016-08-01 22:03:31 -0500 | received badge | ● Famous Question (source) |
2016-07-14 06:42:48 -0500 | received badge | ● Notable Question (source) |
2016-05-31 04:22:07 -0500 | received badge | ● Popular Question (source) |
2016-05-30 19:47:04 -0500 | commented answer | Local costmap static without any sensor information That worked for me. Thanks. I just needed to get information from my created map to have the local costmap with the inflation layer. |
2016-05-12 07:13:38 -0500 | received badge | ● Teacher (source) |
2016-05-11 01:32:58 -0500 | answered a question | I can`t visualize a output from a PointCloud2 topic on RVIZ Did you try rostopic list on a new terminal to check if the topic is actually being published? |
2016-05-09 09:02:52 -0500 | commented answer | pointclouds2 tf from map frame to sensor frame for octomap Yeah, conceptually that should be it but I just took the same wording as found in the Octomap documentation. I'm still working on how to create or provide the /odom frame or map/ frame. If I manage to get it working I'll upload my findings. |
2016-05-07 02:38:22 -0500 | received badge | ● Enthusiast |
2016-05-05 23:29:29 -0500 | received badge | ● Editor (source) |
2016-05-05 23:08:12 -0500 | asked a question | pointclouds2 tf from map frame to sensor frame for octomap I am simulating my robot with the kinect in a created world in Gazebo. I can visualize the point clouds and images from RGB and Depth cameras in RVIZ. I want to take those point clouds and create a map using octomap. In order to do it I have to do a tf from map frame to sensor frame. (Octomap Info, check slide 20). I don't know if I should create somehow a tf broadcaster for map frame or create a node that listens to the pointclouds topic and publish to ??? or how to do it. My tf tree starts from base_link and then goes to robot links and camera link. I have been checking the tf tutorials but don't really understand how to do this. The next step is to call the octomap_server node through the following launch file. <launch> </launch> many thanks. |
2016-04-21 00:28:20 -0500 | received badge | ● Supporter (source) |
2016-04-14 21:43:24 -0500 | commented answer | displaying camera on rviz. I'm having that problem. What name did you use for the <framename> to solve it? |