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

huchaohong's profile - activity

2021-08-24 04:46:57 -0500 received badge  Famous Question (source)
2021-06-01 09:08:42 -0500 received badge  Favorite Question (source)
2020-12-18 13:17:50 -0500 marked best answer robot_localization: how to deal with imu data

Recently, i am reading robot_localization and want to understand how it works. Previously, i have read and understood code and logics in robot_pose_ekf package.

I am confused about how imu data is processed in robot_localization. It seems to me that if config of differential was set to false, then imu can't work in robot_localization. The orientation of imu in 'world' fixed frame is transformed to orientation of base_link in 'world' fixed frame and set as measurement and send to ekf or ukf. But how can this data in world frame be fused with other data in other frame(such as 'odom' frame) ?

Hope i was wrong in understanding robot_localization and someone can fix me.

2020-05-12 10:41:59 -0500 received badge  Famous Question (source)
2019-11-21 12:05:52 -0500 received badge  Famous Question (source)
2019-11-21 12:05:52 -0500 received badge  Notable Question (source)
2019-11-08 02:44:40 -0500 received badge  Taxonomist
2019-10-20 18:09:59 -0500 received badge  Famous Question (source)
2019-07-03 04:10:49 -0500 received badge  Notable Question (source)
2019-06-29 07:03:45 -0500 received badge  Popular Question (source)
2019-06-20 09:07:49 -0500 received badge  Famous Question (source)
2019-06-20 09:07:49 -0500 received badge  Notable Question (source)
2019-06-20 02:42:31 -0500 received badge  Popular Question (source)
2019-06-19 03:00:47 -0500 asked a question robot_localization: how to deal with imu data

robot_localization: how to deal with imu data Recently, i am reading robot_localization and want to understand how it wo

2019-06-10 21:19:21 -0500 asked a question Should i calibrate imu offset to base_link?

Should i calibrate imu offset to base_link? Recently, i am trying to use imu. I have seen some excellent algorithms whic

2019-05-20 00:53:44 -0500 received badge  Famous Question (source)
2019-04-08 18:47:51 -0500 received badge  Notable Question (source)
2019-03-24 20:29:53 -0500 received badge  Famous Question (source)
2019-03-22 19:13:51 -0500 commented answer how does ros2 implement its network design?

Thanks for you detailed explanation, i can understand the design more clearly now.

2019-03-22 19:11:28 -0500 commented answer how does ros2 implement its network design?

thanks for your sharing, i will dig more into dds to learn its design.

2019-03-22 19:04:48 -0500 marked best answer how does ros2 implement its network design?

In Why ROS 2.0, there is design goal of ros2 network:

we want ROS to behave as well as is possible when network connectivity degrades due to loss and/or delay, from poor-quality WiFi to ground-to-space communication links.

I am curious about how ros achieves this goal? If the network is poor, what will ros2 do, discard messages?

2019-03-22 19:04:44 -0500 received badge  Supporter (source)
2019-03-22 13:01:25 -0500 received badge  Notable Question (source)
2019-03-22 08:34:20 -0500 commented answer how does ros2 implement its network design?

No, i am not asking about how publishers, subscribers, etc map onto DDS domain concepts. ROS2 says it supports poor-qual

2019-03-22 08:21:53 -0500 received badge  Popular Question (source)
2019-03-22 08:15:20 -0500 commented answer how does ros2 implement its network design?

I know ROS2 uses DDS but i am not familiar with DDS. I don't get any clue from ROS on DDS. I think there should be more

2019-03-22 08:14:36 -0500 answered a question how does ros2 implement its network design?

I know ROS2 uses DDS but i am not familiar with DDS. I don't get any clue from ROS on DDS. I think there should be more

2019-03-22 07:10:02 -0500 asked a question how does ros2 implement its network design?

how does ros2 implement its network design? In Why rOS 2.0, there is design goal of ros2 network: we want ROS to be

2019-03-18 02:15:34 -0500 marked best answer Does resolution of grid map influence localization precision?

I want to know if resolution of grid map can influence precision of localization. Say, i have a map with 5cm resolution, will localization algorithm be limited to 5cm precision? Will this depend on different algorithm such as ACML and other algorithms ?

About AMCL,i noticed the sensor models (BeamModel, LikelihoodFieldModel) implemented in ROS would limit particle's precision to the resolution of grid map. That implies me that the whole ACML algorithm implemented in ROS would never reach a better precision than the resolution of grid map.

I am new to localization algorithm, so i don't know if i am right.

2019-03-18 02:15:19 -0500 received badge  Notable Question (source)
2019-03-17 15:25:06 -0500 received badge  Popular Question (source)
2019-03-17 06:18:11 -0500 marked best answer how to maintain nav2 version compatibility with upstream ros2 repos?

I am trying to keep tracking the udpates in navigation2 repo. But the codes are developed so heavily that i faced dependency problem that nav2 would compile failed against upstream ros2 repos. The upstream ros2 repo is developing heavily as well and it is composed of many sub repos which make me even harder to fix version compatibility.

I don't know if there is an appropriate method to handle this problem.

2019-03-17 06:18:11 -0500 received badge  Scholar (source)
2019-03-16 20:00:33 -0500 answered a question how to maintain nav2 version compatibility with upstream ros2 repos?

Thanks. I finally understand how this works

2019-03-16 19:50:01 -0500 received badge  Popular Question (source)
2019-03-16 18:15:45 -0500 received badge  Student (source)
2019-03-14 23:47:50 -0500 asked a question how to maintain nav2 version compatibility with upstream ros2 repos?

how to maintain nav2 version compatibility with upstream ros2 repos? I am trying to keep tracking the udpates in navigat

2019-03-14 21:08:48 -0500 asked a question Publish topic: is it thread safe?

Publish topic: is it thread safe? I always have a doubt about thread safe regarding topic publish in multiple threads. I