Skip to content

Commit

Permalink
updated testing session
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Feb 23, 2024
1 parent 8a9d81b commit 84b16be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 70 deletions.
6 changes: 3 additions & 3 deletions tmux/config/custom_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mrs_uav_managers:
# "dummy"
]

initial_state_estimator: "gps_baro" # will be used as the first state estimator
initial_state_estimator: "gps_garmin" # will be used as the first state estimator
agl_height_estimator: "garmin_agl" # only slightly filtered height for checking min height (not used in control feedback)

control_manager:
Expand All @@ -29,10 +29,10 @@ mrs_uav_managers:
controller: "Se3Controller"

horizontal:
threshold_distance: 2.5 # [m]
threshold_distance: 1.2 # [m]

vertical:
threshold_distance: 1.5 # [m]
threshold_distance: 1.2 # [m]

uav_manager:

Expand Down
62 changes: 0 additions & 62 deletions tmux/config/m690.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion tmux/config/world_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ world_origin:

safety_area:

enabled: true
enabled: false

horizontal:

Expand Down
7 changes: 3 additions & 4 deletions tmux/session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ socket_name: mrs
attach: false
tmux_options: -f /etc/ctu-mrs/tmux.conf
# you can modify these
pre_window: export UAV_NAME=uav1; export RUN_TYPE=simulation; export UAV_TYPE=m690
pre_window: export UAV_NAME=uav1; export RUN_TYPE=simulation; export UAV_TYPE=x500
startup_window: control
windows:
- roscore:
Expand All @@ -26,7 +26,7 @@ windows:
- spawn:
layout: tiled
panes:
- waitForGazebo; rosservice call /mrs_drone_spawner/spawn "1 $UAV_TYPE --enable-rangefinder --enable-ouster --use-gpu-ray"
- waitForGazebo; rosservice call /mrs_drone_spawner/spawn "1 $UAV_TYPE --enable-rangefinder --enable-ouster use_gpu:=True"
# - waitForGazebo; rosservice call /mrs_drone_spawner/spawn "1 $UAV_TYPE --enable-rangefinder --enable-rplidar"
- takeoff:
layout: tiled
Expand All @@ -44,8 +44,7 @@ windows:
- control:
layout: tiled
panes:
# - waitForTime; roslaunch mrs_uav_core core.launch platform_config:=`rospack find mrs_uav_gazebo_simulation`/config/mrs_uav_system/$UAV_TYPE.yaml custom_config:=./config/custom_config.yaml world_config:=./config/world_config.yaml network_config:=./config/network_config.yaml
- waitForTime; roslaunch mrs_uav_core core.launch platform_config:=./config/m690.yaml custom_config:=./config/custom_config.yaml world_config:=./config/world_config.yaml network_config:=./config/network_config.yaml
- waitForTime; roslaunch mrs_uav_core core.launch platform_config:=`rospack find mrs_uav_gazebo_simulation`/config/mrs_uav_system/$UAV_TYPE.yaml custom_config:=./config/custom_config.yaml world_config:=./config/world_config.yaml network_config:=./config/network_config.yaml
- gazebo_camera_follow:
layout: tiled
panes:
Expand Down

0 comments on commit 84b16be

Please sign in to comment.