-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implementation of SLAM in GTSAM, using data collected from youbot #15
Comments
Implemented the PlanarSLAM example of GTSAM for the data collected from youbot.
|
@RavisankarSelvaraju @TharunSethuraman Before SLAM do other simple things.
Do with the dataset colected 1 by 1 and draw the same diagrams. |
This is a sample .csv file for data collected extracted from the bag file Is the extracted data in the correct format? |
- Robot moving at a velocity of 2 m/s in x direction - using LM optimization to find the posterior
I checked the file we need more information. As per the new information . so in addition to the input provided in velocity also record the /odom . For ground truth we need the x, y and rotation in the map frame using the \tf I maybe wrong, but this is the information I have now . Again all depends on how you get the code working . What it requires . |
No description provided.
The text was updated successfully, but these errors were encountered: