Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiDAR Detection (Issue #368) #417

Merged
merged 11 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ docs/_site
meters_to_gnss_degrees.py
data/maps/grand_loop/carlaMapAdjust3.xodr
data/maps/grand_loop/grand_loop_medium.pcd
complex_yolov4_mse_loss.pth
*.bt
*.pyc
trace*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ RUN pip3 install \
# Scientific Computing - used widely
scipy \
#
shapely==2.0.0 \
shapely==2.0.2 \
#
simple-pid \
#
Expand Down
36 changes: 33 additions & 3 deletions data/navigator_default.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,36 @@ Visualization Manager:
Reliability Policy: Reliable
Value: /radar/radar_viz
Value: false
- Class: rviz_common/Group
Displays:
- Class: rviz_default_plugins/MarkerArray
Enabled: true
Name: Detected
Namespaces:
object_bounding_box: true
object_tag: true
Topic:
Depth: 5
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Reliable
Value: /viz/detected/objects3d
Value: true
- Class: rviz_default_plugins/MarkerArray
Enabled: false
Name: Tracked
Namespaces:
object_bounding_box: true
object_tag: true
Topic:
Depth: 5
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Reliable
Value: /viz/tracked/objects3d
Value: false
Enabled: true
Name: 3D Objects
- Class: rviz_default_plugins/Marker
Enabled: false
Name: Planning Goal
Expand Down Expand Up @@ -716,9 +746,9 @@ Visualization Manager:
Swap Stereo Eyes: false
Value: false
Focal Point:
X: -1.3190577030181885
Y: 0.0719301849603653
Z: 0
X: 5.467041015625
Y: -0.561253547668457
Z: 5.697730541229248
Focal Shape Fixed Size: true
Focal Shape Size: 0.05000000074505806
Invert Z Axis: false
Expand Down
Loading
Loading