-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added live camera tests #2865
Merged
SamerKhshiboun
merged 63 commits into
IntelRealSense:ros2-development
from
PrasRsRos:add-live-camera-tests
Oct 5, 2023
Merged
Added live camera tests #2865
Changes from 5 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
c785bf5
support color and depth/ir formats
SamerKhshiboun e05a75b
remove unsupported models
SamerKhshiboun f2a389e
Merge branch 'ros2-development' into remove_l500_sr300
SamerKhshiboun 00621dc
Get the topic to subscribe from user
Arun-Prasad-V 8405872
merge
SamerKhshiboun 66ba4ee
Added live camera tests
PrasRsRos 6922d4d
Updated readme and imu tests
PrasRsRos a20eb25
static_tf fix
PrasRsRos c80e471
Added tf and tf_static tests
PrasRsRos adc75d7
Added pointcloud tests for live camera
PrasRsRos 1634444
Add aligned tests
PrasRsRos d5b42b8
Merge branch 'IntelRealSense:ros2-development' into add-live-camera-t…
PrasRsRos af646fb
Modified the imu test to remove workaround for RS550
PrasRsRos 139acde
removed failing_test file, was covered in all_profile_tests anyway
PrasRsRos 7064b9b
Merge branch 'IntelRealSense:ros2-development' into add-live-camera-t…
PrasRsRos 642236c
Merge branch 'IntelRealSense:ros2-development' into frame_latency
Arun-Prasad-V e4fd495
Merge branch 'IntelRealSense:ros2-development' into remove_l500_sr300
SamerKhshiboun 4ed7a9f
rebase from ros2-development
SamerKhshiboun 4412cdc
rebase from ros2-development
SamerKhshiboun 348dec3
All topics may need more time in CI
PrasRsRos 0446d7c
All topics testing
PrasRsRos 5f7ec20
All topics testing1
PrasRsRos 426776b
All topics testing2
PrasRsRos 015bd4a
All topics testing3
PrasRsRos 7235d99
All topics testing4
PrasRsRos e2cd241
All topics added to regression only, excluded from CI
PrasRsRos b958ca1
getting camera_name dynamically in ROS2 wrapper
Arun-Prasad-V aef2951
updated tests for the failures in CI
PrasRsRos e861b35
correct the d435 marker
PrasRsRos de01005
added markers for d415 d455 specific tests
PrasRsRos 241961e
updated examples and readme
Arun-Prasad-V df411b1
[Frame Latency] Support for all topics
Arun-Prasad-V 9dae8bd
PR #2841 from SamerKhshiboun: Remove Dashing, Eloquent, Foxy, L500 an…
SamerKhshiboun 16721e1
Merge branch 'IntelRealSense:ros2-development' into frame_latency
Arun-Prasad-V 0e47ef9
Merge branch 'ros2-development' into ros2_examples_readme
Arun-Prasad-V 6f87960
PR #2878 from Arun-Prasad-V: Updated ros2 examples and readme
SamerKhshiboun 1cd8f27
Merge branch 'ros2-development' into camera_name
Arun-Prasad-V 5c1aaaa
Merge PR #2872 from Arun-Prasad-V: Updating _camera_name with RS node…
SamerKhshiboun 9679a9b
[Frame latency Tool] Added description
Arun-Prasad-V 6947e13
Merge PR #2853 from Arun-Prasad-V: Frame latency for the '/topic' pro…
SamerKhshiboun d2549b1
Revert 'Updating _camera_name with RS node's name'
Arun-Prasad-V 6305b1c
Merge PR #2891 from Arun-Prasad-V: revert PR2872
SamerKhshiboun 7762d8d
Update README.md
SamerKhshiboun b66a252
Added live camera tests
PrasRsRos dc12788
Updated readme and imu tests
PrasRsRos 6d34932
static_tf fix
PrasRsRos 295f08d
Added tf and tf_static tests
PrasRsRos 1ff67d4
Added pointcloud tests for live camera
PrasRsRos 4f5c34d
Add aligned tests
PrasRsRos 726dbd2
Modified the imu test to remove workaround for RS550
PrasRsRos 7a525a7
removed failing_test file, was covered in all_profile_tests anyway
PrasRsRos 2c8a39b
All topics may need more time in CI
PrasRsRos 5adccee
All topics testing
PrasRsRos a8225d1
All topics testing1
PrasRsRos be59d2e
All topics testing2
PrasRsRos ac6301e
All topics testing3
PrasRsRos 53e39e7
All topics testing4
PrasRsRos 7777ae7
All topics added to regression only, excluded from CI
PrasRsRos 31b7a80
updated tests for the failures in CI
PrasRsRos b0d14bf
correct the d435 marker
PrasRsRos 1376bb7
added markers for d415 d455 specific tests
PrasRsRos b150072
Merge branch 'add-live-camera-tests' of https://github.com/PrasRsRos/…
PrasRsRos 8e499f1
fixed live camera connection checking
PrasRsRos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
264 changes: 264 additions & 0 deletions
264
realsense2_camera/test/live_camera/test_camera_all_profile_tests.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,264 @@ | ||
# Copyright 2023 Intel Corporation. All Rights Reserved. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
|
||
import os | ||
import sys | ||
import itertools | ||
|
||
|
||
import pytest | ||
import rclpy | ||
|
||
from sensor_msgs.msg import Image as msg_Image | ||
from sensor_msgs.msg import Imu as msg_Imu | ||
from sensor_msgs.msg import PointCloud2 as msg_PointCloud2 | ||
|
||
import numpy as np | ||
|
||
sys.path.append(os.path.abspath(os.path.dirname(__file__)+"/../utils")) | ||
import pytest_rs_utils | ||
from pytest_rs_utils import launch_descr_with_parameters | ||
from pytest_rs_utils import delayed_launch_descr_with_parameters | ||
from pytest_rs_utils import get_rosbag_file_path | ||
from pytest_rs_utils import get_node_heirarchy | ||
import pytest_live_camera_utils | ||
from rclpy.parameter import Parameter | ||
from rcl_interfaces.msg import ParameterValue | ||
from rcl_interfaces.srv import SetParameters, GetParameters, ListParameters | ||
from pytest_live_camera_utils import debug_print | ||
def check_if_skip_test(profile, format): | ||
''' | ||
if profile == 'Color': | ||
if "BGRA8" == format: | ||
return True | ||
if "RGBA8" == format: | ||
return True | ||
if "Y8" == format: | ||
return True | ||
elif profile == 'Depth': | ||
if "Z16" == format: | ||
return True | ||
el | ||
if profile == 'Infrared': | ||
if "Y8" == format: | ||
return True | ||
if "Y16" == format: | ||
return True | ||
if "BGRA8" == format: | ||
return True | ||
if "RGBA8" == format: | ||
return True | ||
if "Y10BPACK" == format: | ||
return True | ||
if "UYVY" == format: | ||
return True | ||
if "BGR8" == format: | ||
return True | ||
if "RGB8" == format: | ||
return True | ||
if "RAW10" == format: | ||
return True | ||
elif profile == 'Infrared1': | ||
if "Y8" ==format: | ||
return True | ||
if "Y16" ==format: | ||
return True | ||
if "Y10BPACK" == format: | ||
return True | ||
if "UYVY" ==format: | ||
return True | ||
if "BGR8" ==format: | ||
return True | ||
if "RGB8" ==format: | ||
return True | ||
if "RAW10" ==format: | ||
return True | ||
if profile == 'Infrared2': | ||
if "Y8" == format: | ||
return True | ||
if "Y16" == format: | ||
return True | ||
if "Y10BPACK" == format: | ||
return True | ||
if "UYVY" == format: | ||
return True | ||
if "BGR8" == format: | ||
return True | ||
if "RGB8" == format: | ||
return True | ||
if "RAW10" == format: | ||
return True | ||
''' | ||
if profile == 'Infrared': | ||
if "Y8" == format: | ||
return True | ||
if "Y16" == format: | ||
return True | ||
if profile == 'Infrared1': | ||
if "Y8" ==format: | ||
return True | ||
if "Y16" ==format: | ||
return True | ||
if profile == 'Infrared2': | ||
if "Y8" == format: | ||
return True | ||
if "Y16" == format: | ||
return True | ||
return False | ||
|
||
|
||
test_params_all_profiles_d455 = { | ||
'camera_name': 'D455', | ||
'device_type': 'D455', | ||
} | ||
test_params_all_profiles_d415 = { | ||
'camera_name': 'D415', | ||
'device_type': 'D415', | ||
} | ||
test_params_all_profiles_d435 = { | ||
'camera_name': 'D435', | ||
'device_type': 'D435', | ||
} | ||
|
||
|
||
''' | ||
This test was implemented as a template to set the parameters and run the test. | ||
This directory is not added to the CMakeLists.txt so as to avoid the colcon failure in the | ||
machines that don't have the D455 connected. | ||
1. Only a subset of parameter types are implemented in py_rs_utils, it has to be extended for others | ||
2. After setting the param, rclpy.spin_once may be needed.Test passes even without this though. | ||
''' | ||
@pytest.mark.parametrize("launch_descr_with_parameters", [ | ||
pytest.param(test_params_all_profiles_d455, marks=pytest.mark.d455), | ||
pytest.param(test_params_all_profiles_d415, marks=pytest.mark.d415), | ||
pytest.param(test_params_all_profiles_d435, marks=pytest.mark.d435),] | ||
,indirect=True) | ||
@pytest.mark.launch(fixture=launch_descr_with_parameters) | ||
class TestLiveCamera_Change_Resolution(pytest_rs_utils.RsTestBaseClass): | ||
def test_LiveCamera_Change_Resolution(self,launch_descr_with_parameters): | ||
skipped_tests = [] | ||
failed_tests = [] | ||
num_passed = 0 | ||
num_failed = 0 | ||
params = launch_descr_with_parameters[1] | ||
themes = [{'topic':get_node_heirarchy(params)+'/color/image_raw', 'msg_type':msg_Image,'expected_data_chunks':1}] | ||
config = pytest_live_camera_utils.get_profile_config(get_node_heirarchy(params)) | ||
try: | ||
''' | ||
initialize, run and check the data | ||
''' | ||
self.init_test("RsTest"+params['camera_name']) | ||
self.spin_for_time(wait_time=1.0) | ||
cap = pytest_live_camera_utils.get_camera_capabilities(params['device_type']) | ||
if cap == None: | ||
debug_print("Device not found? : " + params['device_type']) | ||
return | ||
self.create_param_ifs(get_node_heirarchy(params)) | ||
config["Color"]["default_profile1"],config["Color"]["default_profile2"] = pytest_live_camera_utils.get_default_profiles(cap["color_profile"], "Color") | ||
config["Depth"]["default_profile1"],config["Depth"]["default_profile2"] = pytest_live_camera_utils.get_default_profiles(cap["depth_profile"], "Depth") | ||
config["Infrared"]["default_profile1"],config["Infrared"]["default_profile2"] = pytest_live_camera_utils.get_default_profiles(cap["depth_profile"], "Infrared") | ||
config["Infrared1"]["default_profile1"],config["Infrared1"]["default_profile2"] = pytest_live_camera_utils.get_default_profiles(cap["depth_profile"], "Infrared1") | ||
config["Infrared2"]["default_profile1"],config["Infrared2"]["default_profile2"] = pytest_live_camera_utils.get_default_profiles(cap["depth_profile"], "Infrared2") | ||
for key in cap["color_profile"]: | ||
profile_type = key[0] | ||
profile = key[1] | ||
format = key[2] | ||
if check_if_skip_test(profile_type, format): | ||
skipped_tests.append(" ".join(key)) | ||
continue | ||
print("Testing " + " ".join(key)) | ||
themes[0]['topic'] = config[profile_type]['topic'] | ||
themes[0]['width'] = int(profile.split('x')[0]) | ||
themes[0]['height'] = int(profile.split('x')[1]) | ||
if themes[0]['width'] == int(config[profile_type]["default_profile2"].split('x')[0]): | ||
self.set_string_param(config[profile_type]["profile"], config[profile_type]["default_profile1"]) | ||
else: | ||
self.set_string_param(config[profile_type]["profile"], config[profile_type]["default_profile2"]) | ||
self.set_bool_param(config[profile_type]["param"], True) | ||
self.disable_all_params() | ||
self.spin_for_time(wait_time=0.2) | ||
self.set_string_param(config[profile_type]["profile"], profile) | ||
self.set_string_param(config[profile_type]["format"], format) | ||
self.set_bool_param(config[profile_type]["param"], True) | ||
try: | ||
ret = self.run_test(themes) | ||
assert ret[0], ret[1] | ||
assert self.process_data(themes), " ".join(key) + " failed" | ||
num_passed += 1 | ||
except Exception as e: | ||
exc_type, exc_obj, exc_tb = sys.exc_info() | ||
fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1] | ||
print("Test failed") | ||
print(e) | ||
print(exc_type, fname, exc_tb.tb_lineno) | ||
num_failed += 1 | ||
failed_tests.append(" ".join(key)) | ||
debug_print("Color tests completed") | ||
for key in cap["depth_profile"]: | ||
profile_type = key[0] | ||
profile = key[1] | ||
format = key[2] | ||
if check_if_skip_test(profile_type, format): | ||
skipped_tests.append(" ".join(key)) | ||
continue | ||
print("Testing " + " ".join(key)) | ||
|
||
themes[0]['topic'] = config[profile_type]['topic'] | ||
themes[0]['width'] = int(profile.split('x')[0]) | ||
themes[0]['height'] = int(profile.split('x')[1]) | ||
if themes[0]['width'] == int(config[profile_type]["default_profile2"].split('x')[0]): | ||
self.set_string_param(config[profile_type]["profile"], config[profile_type]["default_profile1"]) | ||
else: | ||
self.set_string_param(config[profile_type]["profile"], config[profile_type]["default_profile2"]) | ||
self.set_bool_param(config[profile_type]["param"], True) | ||
|
||
|
||
self.disable_all_params() | ||
self.spin_for_time(wait_time=0.2) | ||
self.set_string_param(config[profile_type]["profile"], profile) | ||
self.set_string_param(config[profile_type]["format"], format) | ||
self.set_bool_param(config[profile_type]["param"], True) | ||
try: | ||
ret = self.run_test(themes) | ||
assert ret[0], ret[1] | ||
assert self.process_data(themes), " ".join(key) + " failed" | ||
num_passed += 1 | ||
except Exception as e: | ||
print("Test failed") | ||
print(e) | ||
num_failed += 1 | ||
failed_tests.append(" ".join(key)) | ||
debug_print("Depth tests completed") | ||
finally: | ||
#this step is important because the test will fail next time | ||
pytest_rs_utils.kill_realsense2_camera_node() | ||
self.shutdown() | ||
print("Tests passed " + str(num_passed)) | ||
print("Tests skipped " + str(len(skipped_tests))) | ||
if len(skipped_tests): | ||
debug_print("\nSkipped tests:" + params['device_type']) | ||
debug_print("\n".join(skipped_tests)) | ||
print("Tests failed " + str(num_failed)) | ||
if len(failed_tests): | ||
print("\nFailed tests:" + params['device_type']) | ||
print("\n".join(failed_tests)) | ||
|
||
def disable_all_params(self): | ||
self.set_bool_param('enable_color', False) | ||
self.set_bool_param('enable_depth', False) | ||
self.set_bool_param('enable_infra', False) | ||
self.set_bool_param('enable_infra1', False) | ||
self.set_bool_param('enable_infra2', False) | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we skip this or not ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are skipping for now, as these formats are failing on one device_type or the other