码迷,mamicode.com
首页 > 其他好文 > 详细

Learning ROS: Getting started with roswtf (检查ROS系统,找出问题)

时间:2018-02-27 19:16:16      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:tutorial   line   检查   post   highlight   span   tutorials   setting   output   

本文主要部分来源于ROS官网的Tutorials.

roswtf是ROS的检查工具,用于检查ROS安装和运行系统。

Checking your installation&Offline

make sure your roscore is NOT running.

$ roscd
$ roswtf

Trying it online

$ roscore &
$ roscd
$ roswtf

Trying it with Errors

Stop the roscore to simplify the output that you see.

$ roscd
$ ROS_PACKAGE_PATH=bad:$ROS_PACKAGE_PATH
$ roswtf

 roswtf now gives us an error about the ROS_PACKAGE_PATH setting.

 

Learning ROS: Getting started with roswtf (检查ROS系统,找出问题)

标签:tutorial   line   检查   post   highlight   span   tutorials   setting   output   

原文地址:https://www.cnblogs.com/xbit/p/8480088.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!