Skip to content

Commit

Permalink
Update bringup rviz files and default values
Browse files Browse the repository at this point in the history
  • Loading branch information
naiveHobo committed May 7, 2020
1 parent fdfaec9 commit 3a9d5c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions nav2_bringup/bringup/rviz/nav2_default_view.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ Visualization Manager:
Use Timestamp: false
Value: true
- Alpha: 1
Class: nav2_rviz_plugins/ParticleCloudDisplay
Class: nav2_rviz_plugins/ParticleCloud
Color: 0; 180; 0
Enabled: true
Max Arrow Length: 0.10000000149011612
Min Arrow Length: 0.019999999552965164
Max Arrow Length: 0.3
Min Arrow Length: 0.02
Name: Amcl Particle Swarm
Shape: Arrow (Flat)
Topic:
Expand Down
6 changes: 3 additions & 3 deletions nav2_bringup/bringup/rviz/nav2_namespaced_view.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ Visualization Manager:
Use Timestamp: false
Value: true
- Alpha: 1
Class: nav2_rviz_plugins/ParticleCloudDisplay
Class: nav2_rviz_plugins/ParticleCloud
Color: 0; 180; 0
Enabled: true
Max Arrow Length: 0.10000000149011612
Min Arrow Length: 0.019999999552965164
Max Arrow Length: 0.3
Min Arrow Length: 0.02
Name: Amcl Particle Swarm
Shape: Arrow (Flat)
Topic:
Expand Down
2 changes: 1 addition & 1 deletion nav2_rviz_plugins/plugins_description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>The Navigation2 rviz panel.</description>
</class>

<class name="nav2_rviz_plugins/ParticleCloudDisplay"
<class name="nav2_rviz_plugins/ParticleCloud"
type="nav2_rviz_plugins::ParticleCloudDisplay"
base_class_type="rviz_common::Display">
<description>The Particle Cloud rviz display.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ParticleCloudDisplay::ParticleCloudDisplay(
}

ParticleCloudDisplay::ParticleCloudDisplay()
: min_length_(0.02f), max_length_(0.1f)
: min_length_(0.02f), max_length_(0.3f)
{
initializeProperties();

Expand Down

0 comments on commit 3a9d5c3

Please sign in to comment.