Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Apr 11, 2024
1 parent 55e4bf8 commit be2b630
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions crazyflie/config/crazyflies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ all:
stabilizer:
estimator: 2 # 1: complementary, 2: kalman
controller: 2 # 1: PID, 2: mellinger
# ctrlLeeInfo:
# experiment: figure8
# trajectory: figure8.csv #translation_y.csv # yaw0.csv # # #
# timescale: 3.0 # 0.75 # #0.34
# motors: standard motors (CF)
# propellers: standard propellers (CF)

# ring:
# effect: 16 # 6: double spinner, 7: solid color, 16: packetRate
Expand Down
3 changes: 0 additions & 3 deletions crazyflie_examples/crazyflie_examples/infinite_flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ def main():
# pm_state : 0 = on battery 1 = charging 2 = charged 3 = low power 4 = shutdown
flight_counter = 1

#enable logging
allcfs.setParam("usd.logging", 1)

while True:
print('takeoff')
allcfs.takeoff(targetHeight=1.0, duration=2.0)
Expand Down
3 changes: 1 addition & 2 deletions crazyflie_examples/crazyflie_examples/multi_trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def main():

allcfs.land(targetHeight=0.06, duration=2.0)
timeHelper.sleep(3.0)



#disable logging
allcfs.setParam("usd.logging", 0)

Expand Down

0 comments on commit be2b630

Please sign in to comment.