Skip to content
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

Add other orientation components to perception pipeline test cases and fix some typos #14

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 67 additions & 1 deletion config/scenario_perception_pipeline_test_cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,23 @@ test_cases:
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
# the second test case in type of nav_msgs/msg/Path
# This test case can be selected in scenario_perception_pipeline_benchmark_main node
# by passing selected_test_case_index argument as 0
# by passing selected_test_case_index argument as 1
# When you select this test case, robot firstly tries to go the first pose.
# After going to first pose, robot tries to go second pose. Then robot tries
# to go the first pose again. Robot tries to go between two poses 10 times.
Expand All @@ -35,137 +41,197 @@ test_cases:
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
- pose:
position:
x: 0.5
y: 0.5
z: 0.5
orientation:
x: 0.0
y: 0.0
z: 0.0
w : 1.0
- pose:
position:
x: 0.5
y: -0.5
z: 0.7
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
Loading