[ros-users] How to Build a Map Using Logged Data

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: ros-users
Onderwerp: [ros-users] How to Build a Map Using Logged Data

Hi,

I have a doubt when I try to build a Map Using Logged Data.

When I create a bag with my robot, I use the next instruction:
rosbag record -O mylaserdata /base_scan /tf

But, with this instruction is created one .bag file named mylaserdata.bag.active, instead of being created one .bag file with
the name mylaserdata.bag.

I do not understand the reason for this to happen.

Thanks