Skip to content

Commit

Permalink
fix test - use correct world
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Aug 23, 2019
1 parent d105ef1 commit 488c747
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gazebo_plugins/test/test_gazebo_ros_multi_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ TEST_P(GazeboRosMultiCameraTest, CameraSubscribeTest)
}

INSTANTIATE_TEST_CASE_P(GazeboRosMultiCamera, GazeboRosMultiCameraTest, ::testing::Values(
TestParams({"worlds/gazebo_ros_multicamera.world",
TestParams({"worlds/gazebo_ros_multi_camera.world",
"test_cam/camera/left/image_test",
"test_cam/camera/right/image_test"})
), );
Expand Down
2 changes: 2 additions & 0 deletions gazebo_plugins/test/worlds/gazebo_ros_multi_camera.world
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
<namespace>test_cam</namespace>
<argument>camera1/left/image_raw:=camera/left/image_test</argument>
<argument>camera1/right/image_raw:=camera/right/image_test</argument>
<argument>camera1/left/camera_info:=camera/left/camera_info_test</argument>
<argument>camera1/right/camera_info:=camera/right/camera_info_test</argument>
</ros>
<!-- camera_name>omit so it defaults to sensor name</camera_name-->
<!-- frame_name>omit so it defaults to link name</frame_name-->
Expand Down
2 changes: 1 addition & 1 deletion gazebo_plugins/worlds/gazebo_ros_multi_camera_demo.world
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@
</link>
</model>
</world>
</sdf>
</sdf>

0 comments on commit 488c747

Please sign in to comment.