Skip to content

Commit

Permalink
Check Formation03 and Formation04
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoJManasAlvarez committed Mar 31, 2024
1 parent e3866a0 commit 7fa3f6a
Show file tree
Hide file tree
Showing 8 changed files with 1,699 additions and 158 deletions.
1 change: 1 addition & 0 deletions roboticpark_config/resources/Crazyflie_DemoCircle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Robots:
role: consensus
type: distance
relationship: empty

Supervisor:
enable: False
node:
Expand Down
24 changes: 12 additions & 12 deletions roboticpark_config/resources/Crazyflie_DemoFormation03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Robots:
co: 0.01
ai: 0.0
communication:
type: Continuous
type: EventBased
threshold:
type: Constant
co: 0.01
Expand All @@ -98,7 +98,7 @@ Robots:
T: 20
mars_data:
enable: True
T: 50
T: 100
task:
enable: True
T: 100
Expand All @@ -109,7 +109,7 @@ Robots:
period: 0.1
upperLimit: 0.1
lowerLimit: -0.1
gain: 0.05
gain: 0.1
threshold:
type: Constant
co: 0.01
Expand All @@ -124,7 +124,7 @@ Robots:
control_mode: HighLevel
positioning: Intern
pose: 1.5, -1.0, 0.70
uri: radio://0/80/2M/E7E7E7E702
uri: radio://0/80/2M/E7E7E7E703
controller:
type: pid
enable: True
Expand All @@ -135,7 +135,7 @@ Robots:
co: 0.01
ai: 0.0
communication:
type: Continuous
type: EventBased
threshold:
type: Constant
co: 0.01
Expand All @@ -161,7 +161,7 @@ Robots:
T: 20
mars_data:
enable: True
T: 50
T: 100
task:
enable: True
T: 100
Expand All @@ -172,7 +172,7 @@ Robots:
period: 0.1
upperLimit: 0.1
lowerLimit: -0.1
gain: 0.05
gain: 0.1
threshold:
type: Constant
co: 0.01
Expand All @@ -187,7 +187,7 @@ Robots:
control_mode: HighLevel
positioning: Intern
pose: -1.06, -1.0, 0.70
uri: radio://0/80/2M/E7E7E7E703
uri: radio://0/80/2M/E7E7E7E706
controller:
type: pid
enable: True
Expand All @@ -198,7 +198,7 @@ Robots:
co: 0.01
ai: 0.0
communication:
type: Continuous
type: EventBased
threshold:
type: Constant
co: 0.01
Expand All @@ -224,7 +224,7 @@ Robots:
T: 20
mars_data:
enable: True
T: 50
T: 100
task:
enable: True
T: 100
Expand All @@ -235,7 +235,7 @@ Robots:
period: 0.1
upperLimit: 0.1
lowerLimit: -0.1
gain: 0.05
gain: 0.1
threshold:
type: Constant
co: 0.01
Expand All @@ -250,7 +250,7 @@ Supervisor:
executable: supervisor_node
name: supervisor
pkg: mars_supervisor_pkg
file: Crazyflie_DemoFormation03_topics.yaml
file: Crazyflie_DemoFormation_topics.yaml

Other:
Agent00:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Robots:
co: 0.01
ai: 0.0
communication:
type: Continuous
type: EventBased
threshold:
type: Constant
co: 0.01
Expand All @@ -98,7 +98,7 @@ Robots:
T: 20
mars_data:
enable: True
T: 50
T: 100
task:
enable: True
T: 100
Expand All @@ -109,7 +109,7 @@ Robots:
period: 0.1
upperLimit: 0.1
lowerLimit: -0.1
gain: 0.05
gain: 0.1
threshold:
type: Constant
co: 0.01
Expand All @@ -124,7 +124,7 @@ Robots:
control_mode: HighLevel
positioning: Intern
pose: 1.5, -1.0, 0.70
uri: radio://0/80/2M/E7E7E7E702
uri: radio://0/80/2M/E7E7E7E703
controller:
type: pid
enable: True
Expand All @@ -135,7 +135,7 @@ Robots:
co: 0.01
ai: 0.0
communication:
type: Continuous
type: EventBased
threshold:
type: Constant
co: 0.01
Expand All @@ -161,7 +161,7 @@ Robots:
T: 20
mars_data:
enable: True
T: 50
T: 100
task:
enable: True
T: 100
Expand All @@ -172,7 +172,7 @@ Robots:
period: 0.1
upperLimit: 0.1
lowerLimit: -0.1
gain: 0.05
gain: 0.1
threshold:
type: Constant
co: 0.01
Expand All @@ -187,7 +187,7 @@ Robots:
control_mode: HighLevel
positioning: Intern
pose: -1.06, -1.0, 0.70
uri: radio://0/80/2M/E7E7E7E703
uri: radio://0/80/2M/E7E7E7E706
controller:
type: pid
enable: True
Expand All @@ -198,7 +198,7 @@ Robots:
co: 0.01
ai: 0.0
communication:
type: Continuous
type: EventBased
threshold:
type: Constant
co: 0.01
Expand All @@ -224,7 +224,7 @@ Robots:
T: 20
mars_data:
enable: True
T: 50
T: 100
task:
enable: True
T: 100
Expand All @@ -235,7 +235,7 @@ Robots:
period: 0.1
upperLimit: 0.1
lowerLimit: -0.1
gain: 0.05
gain: 0.1
threshold:
type: Constant
co: 0.01
Expand All @@ -250,7 +250,7 @@ Supervisor:
executable: supervisor_node
name: supervisor
pkg: mars_supervisor_pkg
file: Crazyflie_DemoFormation03_topics.yaml
file: Crazyflie_DemoFormation_topics.yaml

Other:
Agent00:
Expand Down
Loading

0 comments on commit 7fa3f6a

Please sign in to comment.