ROS起步

资源下载及官方网址,淘宝网点:

http://autolabor.cn/
http://download.autolabor.cn/download
https://lidar.taobao.com/
autolabor教学视频:https://search.bilibili.com/all?keyword=autolabor

当获知机器人IP后,您可以使用putty或者ssh工具连接机器人内的linux操作系统.
用户名:root 密码:autolabor

ssh:

  • 如果ubuntu系统中没有安装ssh程序,也可以使用下列命令进行安装:
  • sudo apt-get install openssh-client
    sudo apt-get install openssh-server
    
  • 安装好后ssh服务的启动和停止命令如下:
  • 启动ssh服务:
    sudo /etc/init.d/ssh start
    停止ssh服务:
    sudo /etc/init.d/ssh stop
    重启ssh服务:
    sudo /etc/init.d/ssh restart
    

putty安装:

http://home.eeworld.com.cn/my/space-uid-467380-blogid-237175.html

autolabor simulation

ros python 教程

链接: http://www.ncnynl.com/archives/201611/1055.html

ros c++ 教程:

ros pcl:

	1. 安装依赖:
	 sudo apt-get update
     sudo apt-get install git build-essential linux-libc-dev
     sudo apt-get install cmake cmake-gui 
     sudo apt-get install libusb-1.0-0-dev libusb-dev libudev-dev
     sudo apt-get install mpi-default-dev openmpi-bin openmpi-common  
     sudo apt-get install libflann1.8 libflann-dev
     sudo apt-get install libeigen3-dev
     sudo apt-get install libboost-all-dev
     sudo apt-get install libvtk5.10-qt4 libvtk5.10 libvtk5-dev
     sudo apt-get install libqhull* libgtest-dev
     sudo apt-get install freeglut3-dev pkg-config
     sudo apt-get install libxmu-dev libxi-dev 
     sudo apt-get install mono-complete
     sudo apt-get install qt-sdk openjdk-8-jdk openjdk-8-jre
	2. clone 官方pcl:
	 git clone https://github.com/PointCloudLibrary/pcl.git
	3. make
	 cd pcl
     mkdir release
     cd release
     cmake -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr \
           -DBUILD_GPU=ON -DBUILD_apps=ON -DBUILD_examples=ON \
           -DCMAKE_INSTALL_PREFIX=/usr ..
     make
     sudo make install
	在 Ubuntu 1604,PCL库已经存在于公共软件源中,直接安装即可:
	sudo apt-get install libpcl-dev pcl-tools
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值