2016-04-11 02:52:46 -0600 | received badge | ● Nice Question (source) |
2016-04-11 02:52:44 -0600 | received badge | ● Enlightened (source) |
2016-04-11 02:52:44 -0600 | received badge | ● Good Answer (source) |
2016-02-03 01:21:51 -0600 | received badge | ● Nice Answer (source) |
2015-01-23 07:08:29 -0600 | received badge | ● Self-Learner (source) |
2015-01-23 07:08:29 -0600 | received badge | ● Teacher (source) |
2015-01-21 10:04:21 -0600 | commented answer | Navigation Slam gmapping multiple laserscans This is the right solution :). I've got not enough points to mark it as the correct answer. |
2015-01-20 23:48:55 -0600 | received badge | ● Famous Question (source) |
2015-01-18 11:18:30 -0600 | received badge | ● Enthusiast |
2015-01-15 15:23:55 -0600 | received badge | ● Notable Question (source) |
2015-01-15 15:06:00 -0600 | answered a question | Navigation Slam gmapping multiple laserscans Today i found the following very interesting project from the iralab. They developed a laserscan toolbox for merging laserscans. In the example they got another assembly of the scanners, but maybe it can be modified. I think the problem point is the destination_frame. I think i have to create a "virtual" camera with 60° in the front and 60° in the back. Correct me if i am wrong. |
2015-01-15 05:34:23 -0600 | received badge | ● Popular Question (source) |
2015-01-15 00:21:33 -0600 | received badge | ● Student (source) |
2015-01-14 13:03:55 -0600 | asked a question | Navigation Slam gmapping multiple laserscans Hello, i'm trying to create a map with two asus xtion on my turtlebot2. They are mounted back to back in the middle of the turtlebot. One to the front and one to the back. After bringing up the turtlebot and the gmapping_demo i can see both laser scans in RVIZ, so this seems to work. I can also see the messages published on /scan from both cameras. The problem is now, slam_gmapping only creates the map basing on one camera as i can see in RVIZ. Is there a possibility to create a map basing on multiple laserscans? So, i think the problem is the gmapping node only uses one laserscan from one camera. I've already found this discussion on this topic: http://answers.ros.org/question/9294/... Maybe there are some new insights. |
2015-01-14 13:00:14 -0600 | received badge | ● Editor (source) |
2015-01-13 13:04:17 -0600 | asked a question | How to use SLAM gmapping with multiple rgbd xtion Hello, i'm trying to create a map with two asus xtion on my turtlebot2. They are mounted back to back in the middle of the turtlebot. One to the front and one to the back. After bringing up the turtlebot and the gmapping_demo i can see both laser scans in RVIZ, so this seems to work. I can also see the messages published on /scan from both cameras. The problem is now, slam_gmapping only creates the map basing on one camera as i can see in RVIZ. Is there a possibility to create a map basing on multiple laserscans? So, i think the problem is the gmapping node only uses one laserscan from one camera. I've already found this discussion on this topic: http://answers.ros.org/question/9294/... |