Skip to content

Commit

Permalink
weird bug in velodyne driver node - process all points, crop later
Browse files Browse the repository at this point in the history
  • Loading branch information
qev3-d committed Jul 8, 2024
1 parent d513adb commit 0a9b014
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/hardware/sensors/config/VLP32C-Onboard.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rpm: 600
returns: Strongest
fov:
start: 270
end: 90
start: 0
end: 359
2 changes: 1 addition & 1 deletion src/hardware/sensors/config/VLP32C.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ velodyne_transform_node:
min_range: 0.5
max_range: 130.0
view_direction: 0.0
view_width: 6.282185
view_width: 3.14159
organize_cloud: true
fixed_frame: ""
target_frame: ""
1 change: 1 addition & 0 deletions src/machines/roscube_machine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ opencv-python
pandas
Pillow
protobuf
pycurl
PyYAML
requests
scikit-learn
Expand Down

0 comments on commit 0a9b014

Please sign in to comment.