Skip to content

Commit 3a9d5c3

Browse files
committed
Update bringup rviz files and default values
1 parent fdfaec9 commit 3a9d5c3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

nav2_bringup/bringup/rviz/nav2_default_view.rviz

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ Visualization Manager:
214214
Use Timestamp: false
215215
Value: true
216216
- Alpha: 1
217-
Class: nav2_rviz_plugins/ParticleCloudDisplay
217+
Class: nav2_rviz_plugins/ParticleCloud
218218
Color: 0; 180; 0
219219
Enabled: true
220-
Max Arrow Length: 0.10000000149011612
221-
Min Arrow Length: 0.019999999552965164
220+
Max Arrow Length: 0.3
221+
Min Arrow Length: 0.02
222222
Name: Amcl Particle Swarm
223223
Shape: Arrow (Flat)
224224
Topic:

nav2_bringup/bringup/rviz/nav2_namespaced_view.rviz

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ Visualization Manager:
164164
Use Timestamp: false
165165
Value: true
166166
- Alpha: 1
167-
Class: nav2_rviz_plugins/ParticleCloudDisplay
167+
Class: nav2_rviz_plugins/ParticleCloud
168168
Color: 0; 180; 0
169169
Enabled: true
170-
Max Arrow Length: 0.10000000149011612
171-
Min Arrow Length: 0.019999999552965164
170+
Max Arrow Length: 0.3
171+
Min Arrow Length: 0.02
172172
Name: Amcl Particle Swarm
173173
Shape: Arrow (Flat)
174174
Topic:

nav2_rviz_plugins/plugins_description.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>The Navigation2 rviz panel.</description>
1313
</class>
1414

15-
<class name="nav2_rviz_plugins/ParticleCloudDisplay"
15+
<class name="nav2_rviz_plugins/ParticleCloud"
1616
type="nav2_rviz_plugins::ParticleCloudDisplay"
1717
base_class_type="rviz_common::Display">
1818
<description>The Particle Cloud rviz display.</description>

nav2_rviz_plugins/src/particle_cloud_display/particle_cloud_display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ParticleCloudDisplay::ParticleCloudDisplay(
9797
}
9898

9999
ParticleCloudDisplay::ParticleCloudDisplay()
100-
: min_length_(0.02f), max_length_(0.1f)
100+
: min_length_(0.02f), max_length_(0.3f)
101101
{
102102
initializeProperties();
103103

0 commit comments

Comments
 (0)