Open zhangjian-neu opened 5 years ago
Thanks for your excellent work.
I have two suggestions for improving this package:
- To facilitate the followers, the developers are encouraged to provide an example rosbag.
- Please explain more about the statement in your blog, "注意:代码可以标定车轮半径等内参数,但是需要你提供左右轮的速度,实际上左右轮速度都知道了,就不需要标定半径了。因此,我们对需求进行了改动,需要你提供 ros odom 数据格式(机器人前进速度和角速度),代码中会假定一个车轮半径和轮间距,从而给你算出一个码盘内参数。"
If possible, could you please indicate what every element in the required 'geometry_msgs::Vector3Stamped' (odometer) represents? Or, the meaning of the variables 'tmp.v_l' and 'tmp.v_r' (io.cpp, line76)?
Sorry for the late reply.
For the suggestion 1 please leave your mail address here and I will send you an example rosbag ASAP.
For the second one, if you need to calibrate your wheels then you should record the angular velocity of both two wheels. And in our experiment we do not need to calibrate the wheels, so we only provided the body velocity, and calculate the angular velocities of two wheels with body velocity and fake parameters of wheels' radius and track. Just for testing.
Thanks.
Zhijie.
請問能不能也發給我example rosbag 試看看(我用自己錄的rosbag誤差很大) 請放在這個google drive 上: https://drive.google.com/drive/folders/1rbIeLl8nRSY3FBXGcIrFKFFIner1PYc9?usp=sharing
請問能不能也發給我example rosbag 試看看(我用自己錄的rosbag誤差很大) 請放在這個google drive 上: https://drive.google.com/drive/folders/1rbIeLl8nRSY3FBXGcIrFKFFIner1PYc9?usp=sharing
was uploaded.
@paulwong16 可以发我一份吗?我的邮箱348733501@qq.com
@paulwong16 Could you please provide me with a sample Rosbag? sum_wms@126.com
Sorry for the late reply.
For the suggestion 1 please leave your mail address here and I will send you an example rosbag ASAP.
For the second one, if you need to calibrate your wheels then you should record the angular velocity of both two wheels. And in our experiment we do not need to calibrate the wheels, so we only provided the body velocity, and calculate the angular velocities of two wheels with body velocity and fake parameters of wheels' radius and track. Just for testing.
Thanks.
Zhijie.
请问可以给我发送一份example rosbag吗?我的邮箱号2625934840@qq.com
请问可以给我发送一份example rosbag吗?我的邮箱号787245650@qq.com
Thanks for your excellent work.
I have two suggestions for improving this package:
To facilitate the followers, the developers are encouraged to provide an example rosbag.
Please explain more about the statement in your blog, "注意:代码可以标定车轮半径等内参数,但是需要你提供左右轮的速度,实际上左右轮速度都知道了,就不需要标定半径了。因此,我们对需求进行了改动,需要你提供 ros odom 数据格式(机器人前进速度和角速度),代码中会假定一个车轮半径和轮间距,从而给你算出一个码盘内参数。"
If possible, could you please indicate what every element in the required 'geometry_msgs::Vector3Stamped' (odometer) represents? Or, the meaning of the variables 'tmp.v_l' and 'tmp.v_r' (io.cpp, line76)?