--
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.
To post to this group, send email to google-cartographer@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/dde34b6f-d38e-4b1c-bc8d-19b4a63a991d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Wed, Oct 25, 2017 at 5:18 AM, zheng rong <zheng....@gmail.com> wrote:This is actually a feature: we only show a slice of z around your current pose of the tracking frame. It would be feasible to make this slice configurable in rViz, but this is not implemented. The whole grid is there, it is just not displayed.Your quickest way to getting the full X-Ray is to run through your whole bag and feed your .pbstream and the .bag to the asset writer, generating a top-down X-Ray.
--
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.
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/dde34b6f-d38e-4b1c-bc8d-19b4a63a991d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Holger,I tried to get the full x-ray result using asset writer, but the result seems weird.The x-ray provided by Cartographer is very neat, but what I get is messy. The online submap result on Rviz looks reasonable, so what would be the reason for this bad x-ray?
--Thanks,Zheng
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.
To post to this group, send email to google-cartographer@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/5579a272-e3fb-4db7-a6e8-bd90e544d2f9%40googlegroups.com.
Hi Holger,I re-run the code and save some results on Github, trying to make it convenient for you to help.The changes I made on the cartographer is listed in: https://github.com/zheng-rong/cartographer_patch/blob/master/mypatch.diff
| + tracking_frame = "imu_link", --base_link |
After running the offline_node, the final part of the output from the command line: https://github.com/zheng-rong/cartographer_patch/blob/master/output_cartographer_offline.txtThen the assets_writer command line output: https://github.com/zheng-rong/cartographer_patch/blob/master/output_assets_writer.txtAlso some Rviz outptu snapshot and assets_writer results are saved in the folder. /png and /rvizThanks a lot,Zheng
--
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.
To post to this group, send email to google-cartographer@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/5e3d8dea-4f6f-451b-90ec-b35c8e10d901%40googlegroups.com.
On Tue, Nov 7, 2017 at 4:56 AM, zheng rong <zheng....@gmail.com> wrote:Hi Holger,I re-run the code and save some results on Github, trying to make it convenient for you to help.The changes I made on the cartographer is listed in: https://github.com/zheng-rong/cartographer_patch/blob/master/mypatch.diff
+ tracking_frame = "imu_link", --base_link this explains what you see. Why did you change the tracking frame to be the IMU link? I mean you can of course, but base_link is the backpack base frame, now you track the IMU (which is mounted upside down). If you change it here, you also need to change it in the asset_writer*.lua files, since our IMU and the base link are 180 degrees rotated (as you can see in the URDF). This should fix the weird X-Rays you see.
After running the offline_node, the final part of the output from the command line: https://github.com/zheng-rong/cartographer_patch/blob/master/output_cartographer_offline.txtThen the assets_writer command line output: https://github.com/zheng-rong/cartographer_patch/blob/master/output_assets_writer.txtAlso some Rviz outptu snapshot and assets_writer results are saved in the folder. /png and /rvizThanks a lot,Zheng
--
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.
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/5e3d8dea-4f6f-451b-90ec-b35c8e10d901%40googlegroups.com.
Oh, I got it. The map is correct now. Thanks a lot.I am a little confused by the frames defined in the backpack_3d.lua. What is the meaning of "tracking_frame"? Or what is it used for? Will it affect the SLAM core algorithm?
If I use my own device configuration and bagfile, I will only need to change the TF of LiDAR and IMU in URDF, right?
Best,Zheng
在 2017年11月7日星期二 UTC+8下午4:45:22,Holger Rapp写道:
On Tue, Nov 7, 2017 at 4:56 AM, zheng rong <zheng....@gmail.com> wrote:Hi Holger,I re-run the code and save some results on Github, trying to make it convenient for you to help.The changes I made on the cartographer is listed in: https://github.com/zheng-rong/cartographer_patch/blob/master/mypatch.diff
+ tracking_frame = "imu_link", --base_link this explains what you see. Why did you change the tracking frame to be the IMU link? I mean you can of course, but base_link is the backpack base frame, now you track the IMU (which is mounted upside down). If you change it here, you also need to change it in the asset_writer*.lua files, since our IMU and the base link are 180 degrees rotated (as you can see in the URDF). This should fix the weird X-Rays you see.
After running the offline_node, the final part of the output from the command line: https://github.com/zheng-rong/cartographer_patch/blob/master/output_cartographer_offline.txtThen the assets_writer command line output: https://github.com/zheng-rong/cartographer_patch/blob/master/output_assets_writer.txtAlso some Rviz outptu snapshot and assets_writer results are saved in the folder. /png and /rvizThanks a lot,Zheng
--
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+unsubscribe...@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/5e3d8dea-4f6f-451b-90ec-b35c8e10d901%40googlegroups.com.
Google Germany GmbHRegistergericht und -nummer: Hamburg, HRB 86891Sitz der Gesellschaft: HamburgGeschäftsführer: Paul Manicle, Halimah DeLaine Prado
--
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.
To post to this group, send email to google-cartographer@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cartographer/598c162b-150b-4493-ac86-f45b7161525d%40googlegroups.com.
On Tue, Nov 7, 2017 at 10:38 AM, zheng rong <zheng....@gmail.com> wrote:Oh, I got it. The map is correct now. Thanks a lot.I am a little confused by the frames defined in the backpack_3d.lua. What is the meaning of "tracking_frame"? Or what is it used for? Will it affect the SLAM core algorithm?tracking_frame is the frame that you want to track through the world, i.e. it will start at pose zero and move from there. The SLAM works the same, no matter which frame you use (caveat below). All sensor data will be transformed from their sensor frame into the tracking_frame in Cartographer ROS, and the Cartographer library only deals with data in tracking_frame.Caveat: if you have an IMU, your tracking_frame must be collocated with the IMU, i.e. it can be rotated, but the translation must be zero. The reason is that you cannot transform IMU data (linear accelerations + angular velocities) into another frame.If I use my own device configuration and bagfile, I will only need to change the TF of LiDAR and IMU in URDF, right?Besides the caveat, this is correct.
Best,Zheng
在 2017年11月7日星期二 UTC+8下午4:45:22,Holger Rapp写道:
On Tue, Nov 7, 2017 at 4:56 AM, zheng rong <zheng....@gmail.com> wrote:Hi Holger,I re-run the code and save some results on Github, trying to make it convenient for you to help.The changes I made on the cartographer is listed in: https://github.com/zheng-rong/cartographer_patch/blob/master/mypatch.diff
+ tracking_frame = "imu_link", --base_link this explains what you see. Why did you change the tracking frame to be the IMU link? I mean you can of course, but base_link is the backpack base frame, now you track the IMU (which is mounted upside down). If you change it here, you also need to change it in the asset_writer*.lua files, since our IMU and the base link are 180 degrees rotated (as you can see in the URDF). This should fix the weird X-Rays you see.
After running the offline_node, the final part of the output from the command line: https://github.com/zheng-rong/cartographer_patch/blob/master/output_cartographer_offline.txtThen the assets_writer command line output: https://github.com/zheng-rong/cartographer_patch/blob/master/output_assets_writer.txtAlso some Rviz outptu snapshot and assets_writer results are saved in the folder. /png and /rvizThanks a lot,Zheng
--
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.
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/5e3d8dea-4f6f-451b-90ec-b35c8e10d901%40googlegroups.com.
Google Germany GmbHRegistergericht und -nummer: Hamburg, HRB 86891Sitz der Gesellschaft: HamburgGeschäftsführer: Paul Manicle, Halimah DeLaine Prado
--
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.
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/598c162b-150b-4493-ac86-f45b7161525d%40googlegroups.com.