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
Hi all ROS : noetic linux : 5.10.49-1-MANJARO rviz : 1.14.10-1 when I use billboard line type e.g., planner's path , the rviz happen to crash.
[FATAL] [1635387209.074960761, 1635239482.643755630]: ASSERTION FAILED2076 file = /var/tmp/pamac-build-robot/ros-noetic-rviz/src/rviz-1.14.10/src/rviz/ogre_helpers/billboard_line.cpp line = 228 cond = num_elements_[current_line_] < max_points_per_line_ [rviz-3] process has died [pid 127919, exit code -5, cmd /opt/ros/noetic/lib/rviz/rviz -d /home/robot/catkin_ws/src/auo_data/clean_data/rviz/navigation.rviz __name:=rviz __log:=/home/robot/.ros/log/ce9e1b50-378e-11ec-9abe-b07d64d8561c/rviz-3.log]. log file: /home/robot/.ros/log/ce9e1b50-378e-11ec-9abe-b07d64d8561c/rviz-3*.log
The text was updated successfully, but these errors were encountered:
Fix assertion in billboard_line.cpp
7ef2068
Fixes ros-visualization#1674
Sorry for that stupid issue. The assertion condition should read <=. See 7ef2068.
<=
Sorry, something went wrong.
No branches or pull requests
Hi all
ROS : noetic
linux : 5.10.49-1-MANJARO
rviz : 1.14.10-1
when I use billboard line type e.g., planner's path , the rviz happen to crash.
The text was updated successfully, but these errors were encountered: