LOAM_LIVOX RVIZ点云不显示问题

问题

在vmware虚拟机中部署LOAM_LIVOX后,使用作者提供的数据集运行,在rviz中只能看到姿态和路径,无法看到点云。

原因

可能是rviz在虚拟机中支持不好,查看发现显卡也没有运行

解决方法

不使用虚拟机,将系统装载硬盘中,运行一切正常

faster_lio的launch启动文件<launch> <!-- Launch file for Livox AVIA LiDAR --> <arg name="rviz" default="true" /> <arg name="user_debug" default="false"/> <rosparam command="load" file="$(find faster_lio)/config/rshelios.yaml" /> <param name="feature_extract_enable" type="bool" value="0"/> <param name="point_filter_num_" type="int" value="3"/> <param name="max_iteration" type="int" value="3" /> <param name="filter_size_surf" type="double" value="0.5" /> <param name="filter_size_map" type="double" value="0.5" /> <param name="cube_side_length" type="double" value="1000" /> <param name="runtime_pos_log_enable" type="bool" value="1" /> <node pkg="faster_lio" type="run_mapping_online" name="laserMapping" output="screen" /> <!-- 加载URDF模型 --> <param name="robot_description" command="$(find xacro)/xacro --inorder '$(find lite3_description)/xacro/robot.xacro' DEBUG:=$(arg user_debug)"/> <!-- for higher robot_state_publisher average rate--> <param name="rate" value="1000"/> <!-- send fake joint values --> <node pkg="joint_state_publisher_gui" type="joint_state_publisher_gui" name="joint_state_publisher_gui"> <param name="use_gui" value="TRUE"/> </node> <!-- single robot_state_publisher node --> <node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher"> <param name="publish_frequency" type="double" value="1000.0"/> </node> <group if="$(arg rviz)"> <node launch-prefix="nice" pkg="rviz" type="rviz" name="rviz" args="-d $(find faster_lio)/rviz_cfg/loam_livox.rviz"/> </group> </launch>
03-13
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值