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

Revision history [back]

add this parameters to your dwa config file:

publish_traj_pc: true              # default: false
global_frame_id: map            # default: odom

Then in rviz add a pointcloud2 topic, make it listen to:

/move_base/DWAPlannerROS/trajectory_cloud

You should be able to see all dwa trajectory endpoints

add this parameters to your dwa config file:

publish_traj_pc: true              # default: false
global_frame_id: map             # default: odom

Then in rviz add a pointcloud2 topic, make it listen to:

/move_base/DWAPlannerROS/trajectory_cloud

You should be able to see all dwa trajectory endpoints

add this parameters to your dwa config file:

publish_traj_pc: true              # default: false
global_frame_id: map               # default: odom

Then in rviz add a pointcloud2 topic, make it listen to:

/move_base/DWAPlannerROS/trajectory_cloud

You should be able to see all dwa trajectory endpoints

dwa_trajetories.png

add this parameters to your dwa config file:

publish_traj_pc: true              # default: false
global_frame_id: map               # default: odom

Then in rviz add a pointcloud2 topic, make it listen to:

/move_base/DWAPlannerROS/trajectory_cloud

You should be able to see all dwa trajectory endpoints

It look like this: dwa_trajetories.png

add this parameters to your dwa config file:

publish_traj_pc: true              # default: false
global_frame_id: map               # default: odom

Then in rviz add a pointcloud2 topic, make it listen to:

/move_base/DWAPlannerROS/trajectory_cloud

You should be able to see all dwa trajectory endpoints

It look like this: dwa_trajetories.png

add this parameters to your dwa config file:

publish_traj_pc: true              # default: false
global_frame_id: map               # default: odom

Then in rviz add a pointcloud2 topic, make it listen to:

/move_base/DWAPlannerROS/trajectory_cloud

You should be able to see all dwa trajectory endpoints

It look like this: dwa_trajetories.png

credit: http://answers.ros.org/question/192143/dwa_planner-trajectory_cloud-topic-not-showing-up/