File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
nav2_bringup/bringup/rviz
src/particle_cloud_display Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -214,11 +214,11 @@ Visualization Manager:
214
214
Use Timestamp : false
215
215
Value : true
216
216
- Alpha : 1
217
- Class : nav2_rviz_plugins/ParticleCloudDisplay
217
+ Class : nav2_rviz_plugins/ParticleCloud
218
218
Color : 0; 180; 0
219
219
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
222
222
Name : Amcl Particle Swarm
223
223
Shape : Arrow (Flat)
224
224
Topic :
Original file line number Diff line number Diff line change @@ -164,11 +164,11 @@ Visualization Manager:
164
164
Use Timestamp : false
165
165
Value : true
166
166
- Alpha : 1
167
- Class : nav2_rviz_plugins/ParticleCloudDisplay
167
+ Class : nav2_rviz_plugins/ParticleCloud
168
168
Color : 0; 180; 0
169
169
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
172
172
Name : Amcl Particle Swarm
173
173
Shape : Arrow (Flat)
174
174
Topic :
Original file line number Diff line number Diff line change 12
12
<description >The Navigation2 rviz panel.</description >
13
13
</class >
14
14
15
- <class name =" nav2_rviz_plugins/ParticleCloudDisplay "
15
+ <class name =" nav2_rviz_plugins/ParticleCloud "
16
16
type =" nav2_rviz_plugins::ParticleCloudDisplay"
17
17
base_class_type =" rviz_common::Display" >
18
18
<description >The Particle Cloud rviz display.</description >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ParticleCloudDisplay::ParticleCloudDisplay(
97
97
}
98
98
99
99
ParticleCloudDisplay::ParticleCloudDisplay ()
100
- : min_length_(0 .02f ), max_length_(0 .1f )
100
+ : min_length_(0 .02f ), max_length_(0 .3f )
101
101
{
102
102
initializeProperties ();
103
103
You can’t perform that action at this time.
0 commit comments