Skip to content

Commit

Permalink
removed test_competitor package (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybrecht authored Jan 30, 2024
1 parent 363e6dc commit 53d192a
Show file tree
Hide file tree
Showing 27 changed files with 38 additions and 3,460 deletions.
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

0 comments on commit 53d192a

Please sign in to comment.