ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Tixiao's profile - activity

2021-05-15 05:32:10 -0500 received badge  Nice Answer (source)
2021-05-15 05:31:16 -0500 received badge  Nice Question (source)
2017-07-26 12:45:41 -0500 edited answer Rviz Client md5sum Error

I will pose the answer for myself. The reason is that the MD5Sum value for visualization markers is changed for differen

2017-07-26 12:45:19 -0500 edited answer Rviz Client md5sum Error

I will pose the answer for myself. The reason is that the MD5Sum value for visualization markers is changed for differen

2017-07-26 12:44:59 -0500 received badge  Editor (source)
2017-07-26 12:44:59 -0500 edited answer Rviz Client md5sum Error

I will pose the answer for myself. The reason is that the MD5Sum value for visualization markers is changed for differen

2017-07-26 12:43:20 -0500 commented answer Rviz Client md5sum Error

Hi George, the revised answer is updated above.

2017-07-26 12:42:05 -0500 edited answer Rviz Client md5sum Error

I will pose the answer for myself. The reason is the MD5Sum value for visualization markers is changed for different RO

2017-07-26 10:53:44 -0500 received badge  Famous Question (source)
2017-07-26 10:53:44 -0500 received badge  Notable Question (source)
2017-05-10 01:15:35 -0500 received badge  Self-Learner (source)
2017-05-10 01:15:35 -0500 received badge  Teacher (source)
2017-05-10 01:15:23 -0500 received badge  Popular Question (source)
2017-05-09 19:42:15 -0500 commented answer Tuning Navigation - robot keeps rotating when close to its goal

I think this is the correct answer.

2017-05-09 18:41:13 -0500 marked best answer Rviz Client md5sum Error

I am running Ubuntu 14.04 and indigo on my host computer. I want to visualize some rviz visualization markers on my remote laptop. However, I cannot install Ubuntu 14.04 on my laptop since some hardware problems (too new?kabylake). So I installed Ubuntu 16.04 and kinetic instead. However, when I subscribe to the same topic, I get this error:

[ERROR]: Client [/rviz_1493900002586455363] wants topic /prm_graph to have datatype/md5sum [visualization_msgs/Marker/4048c9de2a16f4ae8e0538085ebf1b97], but our version has [visualization_msgs/Marker/18326976df9d29249efc939e00342cde]. Dropping connection.

I checked that the message type both are "visualization_msgs/Marker". The only difference is those numbers and letters. Any idea why this is happening? I guess it is because the ROS version is different.

2017-05-09 18:41:08 -0500 answered a question Rviz Client md5sum Error

I will pose the answer for myself. After looking at the document of visualization_msgs, I notice that uint8 DELETEALL=3

2017-05-04 07:32:12 -0500 commented question Rviz Client md5sum Error

BTW, the Rviz is running ok on another client computer that is installed with Indigo.

2017-05-04 07:23:52 -0500 commented answer Dropping data at high frequency(50 -100 hz)

I agree. We using velodyne over a wireless network. When we use a 300M mini router, we only get a publish frequency of 2

2017-05-04 07:21:27 -0500 asked a question Rviz Client md5sum Error

Rviz Client md5sum Error I am running Ubuntu 14.04 and indigo on my host computer. I want to visualize some rviz visuali

2016-10-19 07:42:35 -0500 received badge  Student (source)
2016-10-19 07:41:42 -0500 received badge  Famous Question (source)
2016-10-08 09:23:34 -0500 commented answer Turtlebot Indigo install from source failing to get rocon source

I am also having this problem right now. It seems that they don't want any people to use Turtlebot now.

2015-09-11 15:16:58 -0500 marked best answer Conflicts when source setup.bash

Hi, I wrote an global planner for my turtlebot. But when I tried to source my .bashrc, only one setup.bash can work. When I source ~/turtlebot/devel/setup.bash, I can use simulator or navigation . But I need to load my own planner plugin, so I source ~/catkin_ws/devel/setup.bash, Then I can see the plugin. But I can not use anything about turtlebot now. It seems that source ~/turtlebot/devel/setup.bash is cancelled. If I source ~/turtlebot/devel/setup.bash again, I can use turtlebot but I can not see my plugin, source ~/catkin_ws/devel/setup.bashstopped working. Can anybody help me with this? For convenience, I usually put all such things in .bashrc file. But it seems that only one setup.bash can work at a time.

2015-07-02 07:08:49 -0500 received badge  Famous Question (source)
2015-04-17 07:14:19 -0500 answered a question Using gmapping generated map on Stage

"Unfortunately it seems that the robot cannot localize and navigate badly."

In the .world file, you should have the exactly same objects those exist in your .pgm file, so the robot can localize itself using the objects. For example, if you have a black square object in the .pgm file, when you create your .world file, you should put a same size object there. In the gazebo simulation, when the robot gets close to the object, the robot will know "oh there is an object ahead of me in the real world, and there is also one object like this in the .pgm map you gave me. I must be at the front of this object. Yes, I know where I am."

2015-04-03 03:46:31 -0500 received badge  Notable Question (source)
2015-02-21 12:31:29 -0500 received badge  Famous Question (source)
2015-02-13 06:33:20 -0500 received badge  Supporter (source)
2015-02-11 23:38:40 -0500 received badge  Notable Question (source)
2015-02-09 16:49:40 -0500 received badge  Popular Question (source)
2015-02-08 09:49:51 -0500 asked a question Any tutorials add a new robot to ROS

Hi guys, Our lab just received a videoray Pro 4 (underwater robot). But all the software are offered in Windows. Our leader want to implement this robot using ROS in linux. Any ideas or suggestions how to deploy it?