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

Andrick's profile - activity

2017-07-06 03:00:38 -0500 received badge  Nice Question (source)
2017-01-14 13:33:16 -0500 received badge  Student (source)
2015-03-17 02:05:30 -0500 received badge  Famous Question (source)
2015-03-15 15:14:40 -0500 received badge  Famous Question (source)
2014-04-14 09:11:33 -0500 received badge  Notable Question (source)
2013-10-29 02:28:46 -0500 received badge  Popular Question (source)
2013-09-22 05:32:05 -0500 received badge  Notable Question (source)
2013-09-22 05:32:05 -0500 received badge  Popular Question (source)
2013-08-20 04:38:48 -0500 received badge  Famous Question (source)
2013-08-01 23:59:54 -0500 asked a question does the gmapping package works on arm processor?

I managed to build and launch the gmapping package (ros-fuerte-slam-gmapping) successfully on one of my embedded system (intel processor). It seems that it works fine. However when I copied the package over to another embedded system (arm processor), I got lots of errors trying to build it. So can I actually run the gmapping package on the arm processor?

2013-07-29 07:53:18 -0500 received badge  Famous Question (source)
2013-07-25 00:59:18 -0500 asked a question SDL image error while building gmapping

While building the gmapping package in my embedded system (odroid-x), i got this error:

Building CXX object CMakeFiles/image_loader.dir/src/image_loader.o /home/linaro/ros/navigation/map_server/src/image_loader.cpp:43:27: fatal error: SDL/SDL_image.h: No such file or directory

It seems that I do not have the SDL_image.h file. If i download the file, where go i have to place it in? However it run just fine in my laptop. Can anyone tell me whats the problem? Thanks!

2013-07-22 00:06:02 -0500 received badge  Notable Question (source)
2013-07-17 21:48:46 -0500 commented answer how does the odometry (imu+encoder) publish its data to gmapping?

Alright thanks! I'll have to read more about the tf then! :)

2013-07-17 16:31:43 -0500 received badge  Notable Question (source)
2013-07-16 17:29:54 -0500 received badge  Popular Question (source)
2013-07-15 21:41:51 -0500 asked a question how does the odometry (imu+encoder) publish its data to gmapping?

I am able to get my odometry working (with IMU and encoders readings). But how do i actually publish the relevant data to gmapping? Is the gmapping file actually subscribing any data from the odometry?

2013-07-14 01:56:49 -0500 received badge  Popular Question (source)
2013-07-11 20:44:13 -0500 asked a question How does gmapping uses odometry data (from the encoder + IMU)

Hi everyone, I'm currently working on a robotics project which uses gmapping. If I'm not wrong, the gmapping uses information from odometry and laser to obtain more accurate results. But how does the IMU and encoder data is used in this case? Any help is appreciated :)