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

Removed test_competitor package #298

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions ariac_gazebo/config/sensors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
robot_cameras:
floor_robot_camera:
active: false
type: rgb

ceiling_robot_camera:
active: false
type: rgbd

static_sensors:
conveyor_breakbeam:
type: break_beam
pose:
xyz: [-0.352, 3.91, 0.88]
rpy: [0, 0, pi]
2 changes: 1 addition & 1 deletion ariac_gazebo/config/trials/assembly.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Trial Name: assembly.yaml
# ARIAC2023
# ARIAC2024

# ENVIRONMENT SETUP

Expand Down
6 changes: 6 additions & 0 deletions ariac_gazebo/config/trials/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ kitting_trays: # Which kitting trays will be spawn
tray_ids: [1]
slots: [4]

assembly_inserts:
as1: '0.0'
as2: '0.0'
as3: '0.0'
as4: '0.0'

parts:
bins: # bin params - 8 total bins each bin has nine total slots (1-9)
bin1:
Expand Down
10 changes: 8 additions & 2 deletions ariac_gazebo/config/trials/kitting.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Trial Name: qc.yaml
# ARIAC2023
# Trial Name: kitting.yaml
# ARIAC2024

# ENVIRONMENT SETUP

Expand All @@ -9,6 +9,12 @@ kitting_trays: # Which kitting trays will be spawn
tray_ids: [3, 8]
slots: [1, 4]

assembly_inserts:
as1: '0.0'
as2: '0.0'
as3: '0.0'
as4: '0.0'

parts:
bins: # bin params - 8 total bins each bin has nine total slots (1-9)
bin2:
Expand Down
8 changes: 7 additions & 1 deletion ariac_gazebo/config/trials/tutorial.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Trial Name: tutorial.yaml
# ARIAC2023
# ARIAC2024

# ENVIRONMENT SETUP

Expand All @@ -9,6 +9,12 @@ kitting_trays: # Which kitting trays will be spawn
tray_ids: [3, 5, 8, 0]
slots: [1, 3, 5, 6]

assembly_inserts:
as1: '0.0'
as2: '0.0'
as3: '0.0'
as4: '0.0'

parts:
agvs:
agv1:
Expand Down
2 changes: 1 addition & 1 deletion ariac_gazebo/launch/ariac.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def generate_launch_description():
)

declared_arguments.append(
DeclareLaunchArgument("competitor_pkg", default_value="test_competitor", description="name of competitor package"))
DeclareLaunchArgument("competitor_pkg", default_value="ariac_gazebo", description="name of competitor package"))

declared_arguments.append(
DeclareLaunchArgument("sensor_config", default_value="sensors", description="name of user configuration file")
Expand Down
90 changes: 0 additions & 90 deletions test_competitor/CMakeLists.txt

This file was deleted.

58 changes: 0 additions & 58 deletions test_competitor/config/sample.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions test_competitor/config/sensors.yaml

This file was deleted.

Loading
Loading