You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration/Eloquent.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,15 @@ Map Server now has new ``map_io`` dynamic library. All functions saving/loading
58
58
``map_loader`` was completely removed from ``nav2_util``. All its functionality already present in ``map_io``. Please use it in your code instead.
59
59
60
60
Please refer to the `original GitHub ticket <https://github.com/ros-planning/navigation2/issues/1010>`_ and `Map Server README <https://github.com/ros-planning/navigation2/blob/master/nav2_map_server/README.md>`_ for more information.
61
+
62
+
63
+
New Particle Filter Messages
64
+
****************************
65
+
66
+
New particle filter messages for particle clouds were added to include the particle weights along with their poses.
67
+
``nav2_msgs/Particle`` defines a single particle with a pose and a weight in a particle cloud.
68
+
``nav2_msgs/ParticleCloud`` defines a set of particles, each with a pose and a weight.
69
+
70
+
``AMCL`` now publishes the its particle cloud as a ``nav2_msgs/ParticleCloud`` instead of a ``geometry_msgs/PoseArray``.
71
+
72
+
`See here for more information. <https://github.com/ros-planning/navigation2/pull/1677>`_
0 commit comments