[pr2_issue] pr2_dashboard IBPS missing, smart battery missing, c2 CPU missing, clock error

Hi all,

I‘m Zeon. Recently I got problems reported by pr2_dashboard such as IBPS 0-3 missing, smart battery 0.0-0.3  1.1-1.3  2.0-2.3  3.0-3.3 missing, c2 CPU Temperature & usage & HD Temperature missing, joystick stale, laser stale, clocks error. The diagnostics is shown below to illustrate all the problems.

Here are some attempts:

1.     ssh c1 and c2: succeed. I mean c1 and c2 is good respectively but on c1 I couldn’t get c2 CPU usage and temperature information.

2.     on c1, ping c2(10.68.0.2) c1 BMC(10.68.0.91) and c2 BMC(10.68.0.92): succeed

3.     teleop_keyboard is OK but teleop_joystick doesn’t work while teleop_joystick successfully setup in base station. So maybe it’s the bluetooth on c2 that doesn’t response.

4.     Some time I found the green light on c1 flashes, maybe it means something wrong with c1. But I can’t figure out what’s wrong with it actually.

5.     I guess maybe something wrong with the power board so I moved the back cover and take pictures of the power board which is shown as below:

6.     I also searched some similar problems like this page which says everything goes well after install pr2-* and ros-groovy-pr2-*. But it doesn’t work on me. I’ve installed most packages of pr2-* and ros-groovy-pr2-* except for some broken packages. Another page says it maybe caused by the device symlinks got messed up. So I open the pr2 server to check the links of connections according to the Toolkit Doc32 Server_remove_replace. All the links on c1 and c2 are alright but there’s one line called c1 BMC is disconnected at the other end(I mean one side on c1 while the other end is disconnected). And I found the ports between the c1 and c2 is like this:

  • port16: Ethernet WAP
  • port15: Ethernet Right Comp Port 1 of 4
  • port14: Ethernet Right Comp Port 2 of 4
  • port13: Ethernet Right Comp Port 3 of 4
  • port12: Ethernet Left Comp Port 2 of 2
  • port11: Ethernet Left Comp Port 1 of 2
  • port10: Ethernet Power Brd
  • port9:   Ethernet Left Arm Camera
  • port8:   Ethernet Right Arm Camera
  • port7:   Ethernet Gigabit Camera
  • port6:   Ethernet Stereo Camera Lower
  • port5:   Ethernet Right Comp Port 4 of 4
  • port4:
  • port3:   Ethernet Head AUX Lower
  • port2:   Ethernet WIFI
  • port1:   Ethernet LAN Service Port

On which you can see port4 is disconnected. After I connect c1 BMC on port4, it doesn’t work.

7.     c1 Aux is disconnected

8.     when we open the server to change CMOS battery on c1, there are two ports maybe miss connected as the picture below. What are the ports used for? Does it matters?

Did anyone meet similar problems or can help me out? I’ll be appreciated to receive your reply.   :)

Zeon

时间: 2024-11-07 09:11:15

[pr2_issue] pr2_dashboard IBPS missing, smart battery missing, c2 CPU missing, clock error的相关文章

leetcode 268:Missing Number

题目: Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. For example,Given nums = [0, 1, 3] return 2. Note:Your algorithm should run in linear runtime complexity. Could you implement it

一个关于调用函数函参写void的错误error C2143 syntax error missing ')' before 'type'

error C2143 syntax error missing ')' before 'type' 错误代码: srand((unsigned)clock(void)); 错误原因: 画蛇添足的写了void 修改: 把void去掉即可 总结: void代表空,就是实实在在的什么都没有,除非是在声明,否则平常用的时候就是空. 一个关于调用函数函参写void的错误error C2143 syntax error missing ')' before 'type'

Find Missing Term in Arithmetic Progression 等差数列缺失项

查找等差数列中的缺失项. e.g.Input: arr[] = {2, 4, 8, 10, 12, 14} Output: 6 Input: arr[] = {1, 6, 11, 16, 21, 31}; Output: 26. 采用binary search. 若是arr[mid] - arr[left] == (mid - left) * diff, 说明missing 部分在mid右侧. 否则missing部分在包括mid的左侧. Time complexity: O(logn). Spa

svn file is missing 解决办法

在svn commit的时候,会出现某某文件 is missing.这是因为此次提交时:远程repository中并没有该文件,而且本地repository也没有该文件. 具体原因: 1.可能因为本地将原文件重命名 2.远程repository对文件重命名或者误删等误操作 3....等等 出现此问题可尝试此解决方案,亲测,有效! 方案如下: step1:在出错的位置创建missing文件,然后commit改missing文件 step2:在远程repository中删除刚才上传的missing文

写基于akka代码出现报错missing or invalid dependency detecte

具体的报错信息如下内容: Error:scalac: missing or invalid dependency detected while loading class file 'ActorSystem.class'. Could not access term typesafe in package com, because it (or its dependencies) are missing. Check your build definition for missing or co

nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.报错解决

近期在学springboot,学的时候遇到这个错,网上查了好多,改了不行,后来发现自己的配置类没有加@SpringBootApplication注解 Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested e

How to solve Toyota Techstream Open Issues

Here is the Toyota Techstream FAQ collections, supported by a friend from a forum. Hopes it helps you all. Requirements: Toyota Techstream from wobd2.com. 1.Vehicle Connection Wizard prompts for MongoosePro MFC 2 (Green) 2.Windows file folder opens d

推荐一个优秀的c++源代码,TinyXml2

项目主页:http://grinninglizard.com/tinyxml2docs/index.html tinyxml2.h /* Original code by Lee Thomason (www.grinninglizard.com) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for an

【转】MegaSAS RAID卡 BBU Learn Cycle周期的影响

http://ju.outofmemory.cn/entry/140 背景 最近遇到有些带MegaSAS RAID卡的服务器,在业务高峰时突然IO负载飚升得很高,IO性能急剧下降,查了日志及各种设置最后才发现是RAID卡的Cache写策略由WriteBack变成WriteThrough了.更深入的原因是BBU进入了Learn Cycle周期,自动把Cache策略改为WriteThrough. WriteBack和WriteThrough 在开始之前,我需要提到两个词: WriteBack, Wr