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

xlightx's profile - activity

2020-10-14 06:21:13 -0500 commented answer Can I use MAVROS without connecting to a FCU?

Nice job though, thank you!

2020-10-14 05:47:24 -0500 commented answer Can I use MAVROS without connecting to a FCU?

Thank you very much, that's very helpful. I will take a look into what you did, but the gcs_bridge node from mavros migh

2020-10-13 11:49:57 -0500 commented question Can I use MAVROS without connecting to a FCU?

This was a long time ago, but did you find any solution? Or is mavros an overkill if I just want "basic communication"?

2019-09-12 03:27:48 -0500 commented question Realsense T265 communication issue

Having several realsense sensor in my robot, I think that will affect all. Right?

2019-09-12 03:27:48 -0500 received badge  Commentator
2019-09-11 21:02:31 -0500 received badge  Famous Question (source)
2019-09-11 07:53:40 -0500 commented question Realsense T265 communication issue

Hi. I am using realsense_ros yes. I did it different ways: - Explained above. - Using throttle from topic tools, still s

2019-08-28 07:12:40 -0500 received badge  Notable Question (source)
2019-08-12 03:37:28 -0500 received badge  Popular Question (source)
2019-08-08 05:29:03 -0500 asked a question Realsense T265 communication issue

Realsense T265 communication issue Hi all, I am trying to work on the new realsense t265 with the robot_localization on

2018-08-02 08:03:56 -0500 answered a question SOLVED: Yaw Drift with UM7

My firmware version of this sensor is U72A and still has the drift. I can't find the older drivers anywhere. Does anyone

2018-06-22 06:54:53 -0500 commented question How to config the robot_localization package

Did you find any solutions? I am assuming that this is happening because you are using the yaw information from the imu

2018-05-30 16:23:42 -0500 received badge  Famous Question (source)
2017-10-02 10:15:35 -0500 received badge  Notable Question (source)
2017-10-02 09:44:55 -0500 commented question Reach closer position to goal with obstacle in the middle

I don't think that solves my problem. What i need is a way to fake plan it

2017-09-29 03:55:07 -0500 commented question Reach closer position to goal with obstacle in the middle

You're right @Humpelstilzchen. I don't wan to decrease it to much, might cause some serious crashes

2017-09-29 03:54:17 -0500 commented question Reach closer position to goal with obstacle in the middle

Exaclty. My initial thought was: I'm gonna try to get a plan and go through the plan poses until i get one that is feasi

2017-09-28 07:02:41 -0500 received badge  Popular Question (source)
2017-09-28 03:39:23 -0500 commented question Reach closer position to goal with obstacle in the middle

@Humpelstilzchen, I posted an update on my original post. Thanks for your help!

2017-09-28 03:38:59 -0500 edited question Reach closer position to goal with obstacle in the middle

Reach closer position to goal with obstacle in the middle Hi everyone, My problem is the following: I'm working in a pr

2017-09-28 03:38:17 -0500 edited question Reach closer position to goal with obstacle in the middle

Reach closer position to goal with obstacle in the middle Hi everyone, My problem is the following: I'm working in a pr

2017-09-28 03:36:36 -0500 received badge  Editor (source)
2017-09-28 03:36:36 -0500 edited question Reach closer position to goal with obstacle in the middle

Reach closer position to goal with obstacle in the middle Hi everyone, My problem is the following: I'm working in a pr

2017-09-28 03:31:19 -0500 edited question Reach closer position to goal with obstacle in the middle

Reach closer position to goal with obstacle in the middle Hi everyone, My problem is the following: I'm working in a pr

2017-09-27 04:16:11 -0500 asked a question Reach closer position to goal with obstacle in the middle

Reach closer position to goal with obstacle in the middle Hi everyone, My problem is the following: I'm working in a pr

2017-03-09 09:22:01 -0500 received badge  Student (source)
2017-03-09 09:19:43 -0500 received badge  Supporter (source)
2017-03-09 09:19:32 -0500 received badge  Famous Question (source)
2016-08-03 04:31:34 -0500 received badge  Enthusiast
2016-08-01 10:21:34 -0500 commented answer Particle Filter for multiple target tracking

Hello. Would it be possible to get you e-mail? I ran into some problem :)

2016-08-01 10:19:57 -0500 received badge  Notable Question (source)
2016-07-29 04:21:16 -0500 commented answer Particle Filter for multiple target tracking

thank you very much for your answer! I'm going to try this :) I'll give you some feedback later!

2016-07-28 06:16:42 -0500 received badge  Popular Question (source)
2016-07-26 13:21:58 -0500 asked a question Particle Filter for Multi Target Tracking

Hi! I'm now working on a human-aware navigation problem in which I need to have a good people tracker from several sensors onboard and offboard. I have a pretty good detector already that gives me a bounding box that I can use and discover the position of the person on the world frame.

From this point on I need to implement a tracker that uses this position as input each new frame of the detector. I used already the Kalman Filter from OpenCv. After using this I thought that might be more interesting to use the Particle Filter, because it might make the data association from different sensors easier, if each sensor contributes with particles. Am I right? For the PF almost all the implementations that I checked were based on color features, not positions, for the tracker, meaning that the tracking is done on the image.

Anyone can help me with opinions on the Kalman Vs Particle on this matter? And anyone knows any implementation that might fit what I'm searching?

Thanks in advance.

2016-07-26 13:21:58 -0500 asked a question Particle Filter for multiple target tracking

Hi! I'm now working on a human-aware navigation problem in which I need to have a good people tracker from several sensors onboard and offboard. I have a pretty good detector already that gives me a bounding box that I can use and discover the position of the person on the world frame.

From this point on I need to implement a tracker that uses this position as input each new frame of the detector. I used already the Kalman Filter from OpenCv. After using this I thought that might be more interesting to use the Particle Filter, because it might make the data association from different sensors easier, if each sensor contributes with particles. Am I right? For the PF almost all the implementations that I checked were based on color features, not positions, for the tracker, meaning that the tracking is done on the image.

Anyone can help me with opinions on the Kalman Vs Particle on this matter? And anyone knows any implementation that might fit what I'm searching?

Thanks in advance.