-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting clarification on GQ7 ROS Driver #304
Comments
To answer your questions about the frame in your picture, that is indeed correct. I am currently working on putting together an example configuration for using a GQ7 with |
Thanks for the confirmation. Any update on the example configuration for ekf_localization? |
The For examples of the configuration, see this section for ROS and this example file for ROS2. Additionally, when you originally posted the issue, there was a bug in the driver that had the In terms of the timestamp problem, I did not notice that in my testing. We currently timestamp all of our data using ros time when it arrives, and assuming that |
I have another question on this topic. Since the new update, the GPS status value remains at -1 in GPS topic (for both GPS topics), which likely indicates it cannot connect to any satellites, despite being in an open sky area where the signal should be strong. Do you have any insights on this issue? |
Keep in mind that the reference frame printed on the device is the correct orientation, but not in the correct position. Antenna offsets should be calculated relative to the sensor origin, defined here: So don't make any measurements relative to the printed symbol. |
I am using the latest ROS driver from source. It seems with the recent updates the default IMU/sensor frame for publishing IMU data is in ROS standard ENU frame (use_enu_frame : True). Is it safe to assume that the IMU data is now getting published wrt to the RGB frame shown below but on the same origin of the original frame?
Moreover, I have integrated this GQ7 on a Husky rover from Clearpath Robotics. When I run the ROS driver -from source- and check the IMU data at imu/data topic, the time stamps is not consistent with let’s say the odometry/filtered topic (it start close but diverge after some time passed). The result of ekf_localization (published to odometry/filtered) when subscribing to imu/data (published to by the GQ7) is not reliable neither.
I appreciate any advice, and/or resources/documentation on this matter.
The text was updated successfully, but these errors were encountered: