Skip to content

Commit

Permalink
renamed newsub.py to run_test.py and adjusted altitude constant for f…
Browse files Browse the repository at this point in the history
…ig8 test in plotter_class
  • Loading branch information
julienthevenoz committed Nov 24, 2023
1 parent f79e6f8 commit 5ec8bb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/systemtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
source /opt/ros/humble/setup.bash
. install/local_setup.bash
export ROS_LOCALHOST_ONLY=1
python3 src/crazyswarm2/systemtests/newsub.py
python3 src/crazyswarm2/systemtests/run_test.py
- name: Upload files
id: step6
Expand Down
2 changes: 1 addition & 1 deletion systemtests/plotter_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):

self.EPSILON = 0.05 # euclidian distance in [m] between ideal and recorded trajectory under which the drone has to stay to pass the test
self.DELAY_CONST_FIG8 = 4.75 #this is the delay constant which I found by adding up all the time.sleep() etc in the figure8.py file. This should be implemented better later
self.ALTITUDE_CONST_FIG8 = 0.5 #this is the altitude given for the takeoff in figure8.py. I should find a better solution than a symbolic constant ?
self.ALTITUDE_CONST_FIG8 = 0.4 #this is the altitude given for the takeoff in figure8.py. I should find a better solution than a symbolic constant ?
self.ALTITUDE_CONST_MULTITRAJ = 1 #takeoff altitude for traj0 in multi_trajectory.py

def file_guard(self, pdf_path):
Expand Down
File renamed without changes.

0 comments on commit 5ec8bb8

Please sign in to comment.