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

Atika's profile - activity

2018-07-09 14:08:03 -0500 marked best answer How to get robot Trajectory from move_base

Hello, I am new to ROS, and I am currently working on an android app to guide people in an indoor environment. I am using a picture of the environment and I would like to show on it the robot trajectory as shown on rviz. Is it possible? I tried to use a subscriber to the topic /move_base/TrajectoryPlannerROS/global_plan but it seems like the same set of Path messages (x, y, z...) is published periodically whatever the goal is (I noticed that using rostopic echo), while on rviz the trajectory changes. Am I doing it wrong?

Thank you in advance for your help

Edit : Here is what I get on rviz (global plan in pink) :

image description

And what my app draws basing on the x and y from position published on global_plan (the blue line)

image description

2017-04-30 13:52:06 -0500 edited question How to get robot Trajectory from move_base

How to get robot Trajectory from move_base Hello, I am new to ROS, and I am currently working on an android app to guide

2017-04-30 13:51:31 -0500 edited question How to get robot Trajectory from move_base

How to get robot Trajectory from move_base Hello, I am new to ROS, and I am currently working on an android app to guide

2017-04-30 13:51:31 -0500 received badge  Editor (source)
2017-04-30 13:47:16 -0500 commented answer How to get robot Trajectory from move_base

No no, you did understand my problem. I do want to show the global plan to the goal. But using the position parameters p

2017-04-30 13:46:42 -0500 edited question How to get robot Trajectory from move_base

How to get robot Trajectory from move_base Hello, I am new to ROS, and I am currently working on an android app to guide

2017-04-25 16:48:12 -0500 received badge  Enthusiast
2017-04-24 15:07:16 -0500 received badge  Famous Question (source)
2017-04-21 13:25:27 -0500 received badge  Notable Question (source)
2017-04-21 09:13:57 -0500 received badge  Popular Question (source)
2017-04-21 07:44:58 -0500 commented answer How to get robot Trajectory from move_base

Or does move_base and global_plan do all the work? If so, how does rviz show a different path than the global_plan one?*

2017-04-21 07:41:44 -0500 commented answer How to get robot Trajectory from move_base

Thank you for your answer. The problem is that when, for example rviz shows a path avoiding obstacles, the path that is

2017-04-20 13:22:24 -0500 asked a question How to get robot Trajectory from move_base

How to get robot Trajectory from move_base Hello, I am new to ROS, and I am currently working on an android app to guide