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

Reijin_ThunderKeg's profile - activity

2019-05-10 15:07:34 -0500 received badge  Taxonomist
2017-10-11 04:34:27 -0500 received badge  Famous Question (source)
2017-03-26 00:12:16 -0500 received badge  Famous Question (source)
2017-03-26 00:12:16 -0500 received badge  Notable Question (source)
2017-03-17 14:37:31 -0500 received badge  Popular Question (source)
2017-03-17 14:37:31 -0500 received badge  Notable Question (source)
2016-10-14 13:17:10 -0500 received badge  Editor (source)
2016-10-14 13:16:51 -0500 answered a question rqt_plot only showing 0

Your Y-axis limits might be too large to reflect the small changes in your data. Try zooming in on the graph.

2016-10-06 11:57:09 -0500 received badge  Enthusiast
2016-09-28 14:44:54 -0500 received badge  Popular Question (source)
2016-09-26 08:52:03 -0500 received badge  Supporter (source)
2016-09-25 15:31:05 -0500 asked a question Unable to see trajectory of AR Drone

Hey everyone,

I'm trying to perform dead reckoning using an AR Drone. Namely, initialize the drone's location on a floorplan, then as I move the drone around in my hands, I want the drone's trajectory to be updated on Rviz.

So far I have odometry data being published to /ardrone/odometry as nav_msgs/Odometry type. When I attempt to visualize this on Rviz, however, I only get the direction the drone is facing. I would also like the moving trajectory of the drone, but I don't know how to display this onto Rviz.

Also note that I'm not flying the drone, simply moving it around in my hands. Could this be a reason why I can't see the trajectory?

EDIT : Here's how my Rviz looks like : http://imgur.com/a/9BJg6

As you can see it just tells me where the drone is pointing and does not update the movement even if I move across the room.

2016-09-24 07:11:10 -0500 asked a question ROS : Performing 2-D Pedestrian Dead Reckoning on an AR Drone and displaying location on a floorplan

I'm trying to find a way where I can estimate the location of my drone on a floorplan. Note that right now, I will just be moving the drone around manually and not flying it.

I read up on PDR and what I want to do is this: Provide an initial location of my drone on the floorplan, and as I move the drone around, using information from the IMU/accelerometers, I want to update the position of my drone on the floorplan.

I've worked with ROS a bit and I want to know if there are packages in ROS that could do this. For now, I'm looking for rough estimates and not perfect solutions.

Thanks!