Skip to content

Commit b641809

Browse files
authored
Add particle cloud display plugin for RViz (ros-navigation#1688)
* Add particle cloud display rviz plugin Signed-off-by: Sarthak Mittal <[email protected]> * General refactoring * Fix header guards * Update bringup rviz files and default values
1 parent a809b9d commit b641809

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

nav2_bringup/bringup/rviz/nav2_default_view.rviz

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,24 +214,19 @@ Visualization Manager:
214214
Use Timestamp: false
215215
Value: true
216216
- Alpha: 1
217-
Arrow Length: 0.019999999552965164
218-
Axes Length: 0.30000001192092896
219-
Axes Radius: 0.009999999776482582
220-
Class: rviz_default_plugins/PoseArray
217+
Class: nav2_rviz_plugins/ParticleCloud
221218
Color: 0; 180; 0
222219
Enabled: true
223-
Head Length: 0.07000000029802322
224-
Head Radius: 0.029999999329447746
220+
Max Arrow Length: 0.3
221+
Min Arrow Length: 0.02
225222
Name: Amcl Particle Swarm
226-
Shaft Length: 0.23000000417232513
227-
Shaft Radius: 0.009999999776482582
228223
Shape: Arrow (Flat)
229224
Topic:
230225
Depth: 5
231226
Durability Policy: Volatile
232227
History Policy: Keep Last
233228
Reliability Policy: Best Effort
234-
Value: /particlecloud
229+
Value: /particle_cloud
235230
Value: true
236231
- Class: rviz_common/Group
237232
Displays:

nav2_bringup/bringup/rviz/nav2_namespaced_view.rviz

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,24 +164,19 @@ Visualization Manager:
164164
Use Timestamp: false
165165
Value: true
166166
- Alpha: 1
167-
Arrow Length: 0.019999999552965164
168-
Axes Length: 0.30000001192092896
169-
Axes Radius: 0.009999999776482582
170-
Class: rviz_default_plugins/PoseArray
167+
Class: nav2_rviz_plugins/ParticleCloud
171168
Color: 0; 180; 0
172169
Enabled: true
173-
Head Length: 0.07000000029802322
174-
Head Radius: 0.029999999329447746
170+
Max Arrow Length: 0.3
171+
Min Arrow Length: 0.02
175172
Name: Amcl Particle Swarm
176-
Shaft Length: 0.23000000417232513
177-
Shaft Radius: 0.009999999776482582
178173
Shape: Arrow (Flat)
179174
Topic:
180175
Depth: 5
181176
Durability Policy: Volatile
182177
History Policy: Keep Last
183178
Reliability Policy: Best Effort
184-
Value: <robot_namespace>/particlecloud
179+
Value: <robot_namespace>/particle_cloud
185180
Value: true
186181
- Class: rviz_common/Group
187182
Displays:

0 commit comments

Comments
 (0)