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:
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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ParticleCloudDisplay::ParticleCloudDisplay(
9797}
9898
9999ParticleCloudDisplay::ParticleCloudDisplay ()
100- : min_length_(0 .02f ), max_length_(0 .1f )
100+ : min_length_(0 .02f ), max_length_(0 .3f )
101101{
102102 initializeProperties ();
103103
You can’t perform that action at this time.
0 commit comments