环境: Ubuntu18.04 ROS Melodic
问题:运行rviz,键盘输入任意键值,rviz由于段错误退出
解决方案:yaml版本不对,重新在终端运行sudo apt-get --reinstall install libyaml-cpp0.5v5
问题解决