Java教程

ubuntu常用命令&&易错命令

本文主要是介绍ubuntu常用命令&&易错命令,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

日期:2021/10/23

1、打开.pcd点云文件

命令:pcl_viewer 文件名

例如:pcl_viewer car6.pcd

运行结果:

sun@sun-Z370P-D3:~/桌面$ pcl_viewer car6.pcd
The viewer window provides interactive commands; for help, press 'h' or 'H' from within the window.
> Loading car6.pcd [done, 128 ms : 10031 points]
Available dimensions: x y z

易错形式:pcl-viewer car6.pcd

终端提示:

Command 'pcl-viewer' not found, did you mean:

  command 'pcl_viewer' from deb pcl-tools

Try: sudo apt install <deb name>

这篇关于ubuntu常用命令&&易错命令的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!