Skip to content

Commit

Permalink
updated tmux params
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jun 14, 2024
1 parent 243f7ee commit 2566473
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 17 deletions.
12 changes: 6 additions & 6 deletions config/unreal_simulator.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
simulation_rate: 100.0 # Hz
clock_rate: 100.0 # Hz
simulation_rate: 250.0 # Hz
clock_rate: 250.0 # Hz
realtime_factor: 1.0 # [-]

# TODO describe
Expand All @@ -9,7 +9,7 @@ sensors:

lidar:

enabled: true
enabled: false

rate: 10.0 # [Hz]

Expand All @@ -34,7 +34,7 @@ sensors:
rate: 10.0 # [Hz]

rgb:
enabled: true
enabled: false

rate: 30.0 # [Hz]

Expand All @@ -43,13 +43,13 @@ sensors:

width: 640 # [px]
height: 480 # [px]
fov: 90.0 # [deg]
fov: 120.0 # [deg]

offset_x: 0.14 # [m]
offset_y: 0.0 # [m]
offset_z: 0.0 # [m]

rotation_pitch: 45.0 # [deg]
rotation_pitch: 0.0 # [deg]
rotation_yaw: 0.0 # [deg]
rotation_roll: 0.0 # [deg]

Expand Down
8 changes: 8 additions & 0 deletions tmux/one_drone/config/simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ uav1:
y: 0.0 #15.0
z: 2.0
heading: 0

sensors:
lidar:
enabled: true
rgb:
enabled: true
stereo:
enabled: true
26 changes: 15 additions & 11 deletions tmux/one_drone/rviz.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Visualization Manager:
Marker Topic: /uav1/control_manager/trajectory_original/markers
Name: Markers
Namespaces:
{}
"": true
Queue Size: 100
Value: true
Enabled: true
Expand Down Expand Up @@ -423,7 +423,7 @@ Visualization Manager:
Marker Topic: /uav1/control_manager/mpc_tracker/trajectory_processed/markers
Name: Markers
Namespaces:
{}
"": true
Queue Size: 100
Value: true
Enabled: true
Expand All @@ -437,15 +437,19 @@ Visualization Manager:
Marker Topic: /uav1/trajectory_generation/markers/final
Name: final
Namespaces:
{}
markers/final_lines: true
markers/final_points: true
markers/final_triangles: true
Queue Size: 100
Value: true
- Class: rviz/MarkerArray
Enabled: true
Marker Topic: /uav1/trajectory_generation/markers/original
Name: original
Namespaces:
{}
markers/original_lines: true
markers/original_points: true
markers/original_triangles: true
Queue Size: 100
Value: true
Enabled: true
Expand Down Expand Up @@ -501,8 +505,8 @@ Visualization Manager:
- Alpha: 1
Autocompute Intensity Bounds: true
Autocompute Value Bounds:
Max Value: 12.268980979919434
Min Value: -3.3021891117095947
Max Value: -1.88069748878479
Min Value: -3.277531385421753
Value: true
Axis: Z
Channel Name: intensity
Expand Down Expand Up @@ -563,13 +567,13 @@ Visualization Manager:
Queue Size: 100
Value: false
- Class: rviz/MarkerArray
Enabled: false
Enabled: true
Marker Topic: /uav1/octomap_local_vis/occupied_cells_vis_array
Name: local_map
Namespaces:
{}
map: true
Queue Size: 100
Value: false
Value: true
Enabled: true
Global Options:
Background Color: 255; 255; 255
Expand Down Expand Up @@ -627,9 +631,9 @@ Visualization Manager:
Invert Z Axis: false
Name: Current View
Near Clip Distance: 0.009999999776482582
Pitch: 0.5153989195823669
Pitch: 0.715398907661438
Target Frame: uav1/fcu
Yaw: 2.295440196990967
Yaw: 2.7004404067993164
Saved: ~
Window Geometry:
Displays:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2566473

Please sign in to comment.