Skip to content

Commit

Permalink
Remove debug wrapper from launch config + Better rviz config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelberor committed Dec 17, 2024
1 parent f6ba846 commit aa74703
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
20 changes: 10 additions & 10 deletions code/agent/config/rviz_config.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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: <Fixed Frame>
Yaw: 2.847320318222046
Yaw: 2.7423195838928223
Saved: ~
Window Geometry:
Camera:
Expand Down
2 changes: 1 addition & 1 deletion code/mapping/launch/mapping.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<launch>

<node pkg="mapping" type="debug_wrapper.py" name="mapping_data_integration" output="screen" args="--debug_node=mapping_data_integration.py --debug_port=53000">
<node pkg="mapping" type="mapping_data_integration.py" name="mapping_data_integration" output="screen">
</node>

</launch>
3 changes: 3 additions & 0 deletions code/mapping/src/mapping_data_integration.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env python


from ros_compatibility.node import CompatibleNode
import ros_compatibility as roscomp
import ros_numpy
Expand Down
2 changes: 1 addition & 1 deletion code/mapping_visualization/launch/visualization.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<launch>

<node pkg="mapping_visualization" type="debug_wrapper.py" name="mapping_visualization" output="screen" args="--debug_node=visualization.py --debug_port=53002">
<node pkg="mapping_visualization" type="visualization.py" name="mapping_visualization" output="screen">
</node>

</launch>

0 comments on commit aa74703

Please sign in to comment.