I am interested in using cartographer's pure localization feature and I am wondering if it currently supports the following features:1. The ability to map the place first and then save the cartographer map (if currently implemented, what is the largest map or the size of trajectory that this currently supports?)
2. Run pure localization against the map that was saved in step 1.
and yet another questions:
5. If the robot localizes in a map and the map has changed. Is there currently a way to update the map (Basically Lifelong mapping).
On Wednesday, November 29, 2017 at 10:00:56 AM UTC-5, mus...@avidbots.com wrote:Another question that I forgot to add:
4. Currently we are running amcl against maps which are stored as png images. I assume we would not be able to run cartographer against these png maps because they do not store the Sparse Pose Graph representation and there is no way of convering these png maps to cartographer sparse pose graph maps. Is this assumption correct?
On Wednesday, November 29, 2017 at 9:58:07 AM UTC-5, mus...@avidbots.com wrote:I am interested in using cartographer's pure localization feature and I am wondering if it currently supports the following features:
1. The ability to map the place first and then save the cartographer map (if currently implemented, what is the largest map or the size of trajectory that this currently supports?)2. Run pure localization against the map that was saved in step 1.
3. The ability to do 2 but given an initial pose so that cartographer knows right away its location relative to the map
--
You received this message because you are subscribed to the Google Groups "google-cartographer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cartogra...@googlegroups.com.
To post to this group, send email to google-ca...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/03eddb55-4733-4ecd-9f10-d8916c238528%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Wednesday, November 29, 2017 at 10:00:56 AM UTC-5, mus...@avidbots.com wrote:Another question that I forgot to add:
4. Currently we are running amcl against maps which are stored as png images. I assume we would not be able to run cartographer against these png maps because they do not store the Sparse Pose Graph representation and there is no way of convering these png maps to cartographer sparse pose graph maps. Is this assumption correct?
Yes, correct.
Hi,
On 29.11.2017 16:06, mus...@avidbots.com wrote:
and yet another questions:
5. If the robot localizes in a map and the map has changed. Is there currently a way to update the map (Basically Lifelong mapping).
Not fully supported yet. But, it will be eventually since it is listed as a project in the cartographer project page.
On Wednesday, November 29, 2017 at 10:00:56 AM UTC-5, mus...@avidbots.com wrote:Another question that I forgot to add:
4. Currently we are running amcl against maps which are stored as png images. I assume we would not be able to run cartographer against these png maps because they do not store the Sparse Pose Graph representation and there is no way of convering these png maps to cartographer sparse pose graph maps. Is this assumption correct?
Yes, correct.
On Wednesday, November 29, 2017 at 9:58:07 AM UTC-5, mus...@avidbots.com wrote:I am interested in using cartographer's pure localization feature and I am wondering if it currently supports the following features:
1. The ability to map the place first and then save the cartographer map (if currently implemented, what is the largest map or the size of trajectory that this currently supports?)2. Run pure localization against the map that was saved in step 1.
For 1 & 2, check out Pure localization demo.
3. The ability to do 2 but given an initial pose so that cartographer knows right away its location relative to the map
It gets supported recently. You can pass initial_pose as argument when you start a new trajectory. Some thing like this.
> cartographer_start_trajectory -initial_pose "{ to_trajectory_id: 0, timestamp: now, translation : { 0, 0, 0}, rotation : { ... }}" ..<more args
Cheers,
Jihoon
--
You received this message because you are subscribed to the Google Groups "google-cartographer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cartographer+unsub...@googlegroups.com.