diff --git a/code/agent/config/rviz_config.rviz b/code/agent/config/rviz_config.rviz index 19e29aed..0a040d5d 100644 --- a/code/agent/config/rviz_config.rviz +++ b/code/agent/config/rviz_config.rviz @@ -62,9 +62,9 @@ Visualization Manager: Visibility: Grid: false Imu: false + Intermediate layer: true Lidar: false Lidar_filtered: false - MarkerArray: true Path: false Radar: false Value: true @@ -110,7 +110,7 @@ Visualization Manager: Min Color: 0; 0; 0 Name: Lidar Position Transformer: XYZ - Queue Size: 10 + Queue Size: 2 Selectable: true Size (Pixels): 2 Size (m): 0.009999999776482582 @@ -138,7 +138,7 @@ Visualization Manager: Min Color: 0; 0; 0 Name: Radar Position Transformer: XYZ - Queue Size: 10 + Queue Size: 2 Selectable: true Size (Pixels): 5 Size (m): 0.009999999776482582 @@ -202,11 +202,11 @@ Visualization Manager: Value: false - Class: rviz/MarkerArray Enabled: true - Marker Topic: /marker_array - Name: MarkerArray + Marker Topic: /paf/hero/mapping/marker_array + Name: Intermediate layer Namespaces: - {} - Queue Size: 100 + m: true + Queue Size: 2 Value: true Enabled: true Global Options: @@ -236,7 +236,7 @@ Visualization Manager: Views: Current: Class: rviz/Orbit - Distance: 125.36181640625 + Distance: 22.39063835144043 Enable Stereo Rendering: Stereo Eye Separation: 0.05999999865889549 Stereo Focal Distance: 1 @@ -252,9 +252,9 @@ Visualization Manager: Invert Z Axis: false Name: Current View Near Clip Distance: 0.009999999776482582 - Pitch: 0.6353983879089355 + Pitch: 0.8247969746589661 Target Frame: - Yaw: 2.847320318222046 + Yaw: 2.7423195838928223 Saved: ~ Window Geometry: Camera: diff --git a/code/mapping/launch/mapping.launch b/code/mapping/launch/mapping.launch index c8f4ee44..a8622fae 100755 --- a/code/mapping/launch/mapping.launch +++ b/code/mapping/launch/mapping.launch @@ -1,6 +1,6 @@ - + diff --git a/code/mapping/src/mapping_data_integration.py b/code/mapping/src/mapping_data_integration.py old mode 100644 new mode 100755 index c8e0bd76..d80e71fe --- a/code/mapping/src/mapping_data_integration.py +++ b/code/mapping/src/mapping_data_integration.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python + + from ros_compatibility.node import CompatibleNode import ros_compatibility as roscomp import ros_numpy diff --git a/code/mapping_visualization/launch/visualization.launch b/code/mapping_visualization/launch/visualization.launch index 3281d882..e00c6c3d 100644 --- a/code/mapping_visualization/launch/visualization.launch +++ b/code/mapping_visualization/launch/visualization.launch @@ -1,6 +1,6 @@ - + \ No newline at end of file