本文主要部分来源于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.

最新文章

  1. 如何在JAVA中实现一个固定最大size的hashMap
  2. php技术之路
  3. line-height1.5和line-height:150%的区别
  4. Android多媒体分析-通过MediaStore获取Audio信息
  5. C#之猴子吃桃儿问题的解法——猴子吐桃儿
  6. [转载]char * 和char []的区别---之第一篇
  7. 什么是XAML?
  8. Windows 平台下Git 服务器搭建
  9. 精确到时分秒的jQuery插件例子
  10. DontDestroyOnLoad
  11. eclipse 打开文件目录
  12. 模仿QQ客户端和服务器(支持window和linux)
  13. poj2481 Cows 树状数组
  14. mahony互补滤波器C编程
  15. jenkins简单安装及配置(Windows环境)
  16. (5)STM32使用HAL库实现串口通讯——实战操作
  17. spring cloud--zuul网关和zuul请求过滤
  18. mpvue——引入vant_weapp组件
  19. C#实现CRC校验
  20. The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured

热门文章

  1. POJ3190 - 优先队列 贪心
  2. Zookeeper简介(五)
  3. g6中的变换矩阵matrix
  4. PHP-CGI远程代码执行漏洞(CVE-2012-1823)
  5. 租了一台华为云耀云服务器,却直接被封公网ip,而且是官方的bug导致!
  6. 自学linux——9.Linux的权限概述
  7. 来看看是什么原因导致生产服上的系统CPU高的?
  8. Vue-Router学习第二弹动态路由\懒加载\嵌套路由
  9. JS实现自定义工具类,隔行换色、复选框全选、隔行高亮等
  10. Azure 实践(1)- Azure Devops Server 安装