We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I observed a vocabulary mistake about PointStamped display : the field "Radius" currently matches to the diameter (with TF display). I think it is more simple to rename the field than correct the code (div by 2), probably https://github.com/ros-visualization/rviz/blob/5531206e77d8092dbdb6a50a5b1a3c23fe5e181e/src/rviz/default_plugin/point_display.cpp or here https://github.com/ros-visualization/rviz/blob/5531206e77d8092dbdb6a50a5b1a3c23fe5e181e/src/rviz/default_plugin/point_visual.cpp.
[ INFO] [1635843067.996297233]: compiled against Qt version 5.12.8 [ INFO] [1635843067.996307080]: compiled against OGRE version 1.9.0 (Ghadamon) [ INFO] [1635843068.006034471]: Forcing OpenGl version 0. [ INFO] [1635843068.251274587]: Stereo is NOT SUPPORTED [ INFO] [1635843068.251392943]: OpenGL device: llvmpipe (LLVM 12.0.0, 128 bits) [ INFO] [1635843068.251541995]: OpenGl version: 3,1 (GLSL 1,4).```
The text was updated successfully, but these errors were encountered:
Well spotted!
Sorry, something went wrong.
Fixed via #1678.
No branches or pull requests
I observed a vocabulary mistake about PointStamped display : the field "Radius" currently matches to the diameter (with TF display).
I think it is more simple to rename the field than correct the code (div by 2), probably https://github.com/ros-visualization/rviz/blob/5531206e77d8092dbdb6a50a5b1a3c23fe5e181e/src/rviz/default_plugin/point_display.cpp or here https://github.com/ros-visualization/rviz/blob/5531206e77d8092dbdb6a50a5b1a3c23fe5e181e/src/rviz/default_plugin/point_visual.cpp.
Your environment
The text was updated successfully, but these errors were encountered: