-
Notifications
You must be signed in to change notification settings - Fork 23
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
rosbag for Tom - robot_localization #69
Comments
Odometry data will have to be static covariances for now since we haven't modeled any dynamic covariances yet. |
Sent Tom a Bag a while ago, but it did not include GPS data since it was super cold outside. |
Hey! Just an update on this: I went ahead and recorded a bag file using our Husky, and I recorded it with an IMU that is mounted in a non-neutral orientation. The data set is in the test directory as test1.bag. What I'd like to do is add more tests to robot_localization that use the same bag file, but tweak different parameters: turning relative mode on and off for each sensor, turning differential mode on and off, using 2D mode, etc. It really comes down to just adding a few new .test launch files and then adding those tests inside of the CMakeLists.txt file. Let me know if you have time and are interested. -Tom |
Hey Tom! I think i should be able to get you this by the end of the weekend, or at least that’s what I'm aiming for.
If the goal of these tests are just for pure functional testing purposes, then just disregard the second question. Thanks! |
Hi Krystian, I have literally zero time constraints on this, so if you are kind enough I want separate tests where we change parameters (i.e., no parameter The tests involve the use of a simple test node (already written) that Anyway, have a look at the launch and bag files for test1 in the test Thanks a ton! I really appreciate it. -Tom On Fri, May 29, 2015 at 11:45 AM, Krystian Gebis [email protected]
|
Tom from robot_localization asked if I could give him a rosbag of real world data from our robot.
Here is the reference to the general issue on his package: cra-ros-pkg/robot_localization#151 (comment)
The text was updated successfully, but these errors were encountered: