File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
nav2_bringup/bringup/rviz Expand file tree Collapse file tree 3 files changed +10
-7
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 @@ -151,6 +151,7 @@ if(BUILD_TESTING)
151
151
find_package (ament_cmake_gmock REQUIRED)
152
152
find_package (ament_index_cpp REQUIRED)
153
153
find_package (rviz_visual_testing_framework REQUIRED)
154
+ find_package (rviz_default_plugins REQUIRED)
154
155
155
156
set (TEST_INCLUDE_DIRS
156
157
${OGRE_INCLUDE_DIRS}
@@ -174,7 +175,9 @@ if(BUILD_TESTING)
174
175
${SKIP_DISPLAY_TESTS} )
175
176
if (TARGET particle_cloud_display_test)
176
177
target_include_directories (particle_cloud_display_test PUBLIC ${TEST_INCLUDE_DIRS} )
177
- target_link_libraries (particle_cloud_display_test ${TEST_LINK_LIBRARIES} )
178
+ target_link_libraries (particle_cloud_display_test
179
+ ${TEST_LINK_LIBRARIES}
180
+ rviz_common::rviz_common)
178
181
ament_target_dependencies(particle_cloud_display_test ${TEST_TARGET_DEPENDENCIES} )
179
182
endif ()
180
183
You can’t perform that action at this time.
0 commit comments