This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated FAQ added mean value filter command
- Loading branch information
1 parent
249e240
commit d01892d
Showing
5 changed files
with
79 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
# sick_scan FAQ | ||
|
||
## rviz shows a grey point cloud | ||
## rviz shows a grey point cloud | ||
|
||
:question: rviz shows a grey point cloud. The size of points can be adjusted. | ||
|
||
:white_check_mark: Check in the launch file that the intensity flag is set to True. | ||
:white_check_mark: Check in the launch file that the intensity flag is set to True. | ||
|
||
:question: rviz shows a grey point cloud and the size of points can not be adjusted. | ||
|
||
:white_check_mark: Probably in this case you are running Linux in a virtual machine. In this case, OpenGL may not work correctly in the VM. rviz then chooses a kind of "fallback solution" and deactivates the colors. | ||
:white_check_mark: Probably in this case you are running Linux in a virtual machine. In this case, OpenGL may not work correctly in the VM. rviz then chooses a kind of "fallback solution" and deactivates the colors. | ||
Also, changing the "Size" and "Style" display in rviz has no effect on the display of the pointcloud data. | ||
|
||
The problem can be avoided by starting rviz with the following sequence: | ||
The problem can be avoided by starting rviz with the following sequence: | ||
|
||
``` | ||
export LIBGL_ALWAYS_SOFTWARE=1 | ||
rosrun rviz rviz | ||
export LIBGL_ALWAYS_SOFTWARE=1 | ||
rosrun rviz rviz | ||
``` | ||
|
||
Further information can be found at http://wiki.ros.org/rviz/Troubleshooting. | ||
## Angular resolution and scan frequency | ||
|
||
:question: The angular resolution/ number of shots is too small | ||
|
||
:white_check_mark: Possibly Mean or Median filters are activated. Use Sopas ET to deactivate them and store this settings permanent on the device, see picture. | ||
![Sopas_filter](tim5xxx_filter.PNG) | ||
Further information can be found at http://wiki.ros.org/rviz/Troubleshooting. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters