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

jiashiwei's profile - activity

2018-08-15 05:22:46 -0500 received badge  Famous Question (source)
2017-07-18 03:35:08 -0500 commented answer using move_base recovery for initial pose estimation

good advice !

2017-07-06 00:47:33 -0500 commented question Ctrl +C can't kill the node

您好! 没想到你也是中国人啊 呵呵。 我叫贾士伟。 根据你的指点,没找到select函数啊,你是在哪找的呢? 我用的是boost 里的udp

2017-07-06 00:45:47 -0500 received badge  Enthusiast
2017-07-05 09:49:56 -0500 commented question Ctrl +C can't kill the node

hi! I meet the same problem with you , can i have chance to know how you solved this problem? thank you a lot !

2017-05-22 22:50:35 -0500 commented answer catkin_make can't seem to find package joyConfig

it really work! thanks!

2017-03-24 01:33:00 -0500 commented answer rosbag file cannot be made // .bag.active

thanks, it really work!

2016-10-10 15:57:19 -0500 received badge  Famous Question (source)
2016-09-26 06:02:40 -0500 received badge  Notable Question (source)
2016-09-26 06:02:40 -0500 received badge  Popular Question (source)
2016-07-14 20:33:11 -0500 received badge  Editor (source)
2016-07-14 04:22:25 -0500 answered a question gen_calibration.py: unable to read 32db.xml

64db.xml can be found in the file calibration in stick member. the 64e_points.launch file can be got by just modifying 32e_points.launch

when run "rosrun velodyne_pointcloud gen_calibration.py 64db.xml" , should make the command run in the 64db.xml 's dictionary.

there are also two matters should be paid attention if want to make it work: a, make sure "sudo ifconfig eth0 192.168.3.100" succeed( chech it by "ifconfig -a",look at whether eth0 becomes 192.168.3.100). There is a problem here: eth0 may not become "192.168.3.100" after "sudo ifconfig eth0 192.168.3.100", I may do this several times(For the ifconfig issue , do “sudo ifdown eth0” and then after a few seconds do “sudo ifup eth0”. After change the interface config you may have to force it to read the new config changes by shutting it down and bringing it back up , and then the problem can be solved).

b, "roslaunch velodyne_pointcloud 64e_points.launch calibration:=/home/user/64db.yaml" "user" should be user's name, my user's name is exbot.

2016-07-05 05:59:08 -0500 asked a question gen_calibration.py: unable to read 32db.xml

3D lidar : HDL-64E S3 , ubuntu 14.04 indigo

when I operate the lidar HDL-64E S3 as the tutorial "http://wiki.ros.org/velodyne/Tutorials/Getting%20Started%20with%20the%20HDL-32E" and run command "rosrun velodyne_pointcloud gen_calibration.py 32db.xml" , will appear as the following: converting "32db.xml" to "32db.yaml" gen_calibration.py: unable to read 32db.xml

why ? I have checked that there is 32db.xml in the package.

someone can help me?
thanks!!

2016-07-05 04:35:06 -0500 answered a question Applying generated velodyne calibration file(yaml) on Ubuntu 14.04 with ROS-INDIGO

you can use 32db.xml instead of db.xml, because there is no db.xml in indigo

2016-05-09 22:59:37 -0500 received badge  Notable Question (source)
2016-05-06 15:15:33 -0500 received badge  Popular Question (source)
2016-05-06 06:35:18 -0500 received badge  Popular Question (source)
2016-05-06 05:59:04 -0500 asked a question what is the location precision of SLAM used in ROS?

Hi I want to know what is the location precision of SLAM with laser in ROS indigo? can it be used directly?

thanks!

2016-05-06 04:53:15 -0500 commented answer how can I quite from rosed after I finished editing?

solved. Mehdi, thanks a lot !

2016-05-06 03:00:15 -0500 asked a question how can I quite from rosed after I finished editing?

Hi ! i have edited CMakeList.txt by rosed command. how can I quite from rosed after I finished editing?

i need your help thanks !