Giter Club home page Giter Club logo

Comments (4)

kijongGil avatar kijongGil commented on May 21, 2024

Hi, :)
What do you use package to get the laser data?

from turtlebot3.

fereydoon031 avatar fereydoon031 commented on May 21, 2024

@kijongGil
Hi, Thank you for your reply.
I just run SLAM with ROS and used "rosbag record -a" for recording the data, and then used the bag data in MATLAB with the following code:

a=rosbag('bag file name')
b=select(a, 'Time',[a.StartTime a.EndTime], 'Topic', '/scan');
c=readMessages(b);
(and for odometry i used \odom)
P.s--> timing between odometry and scan data was not the same so I catched the odometry data every five step and ignored the rest..

from turtlebot3.

kijongGil avatar kijongGil commented on May 21, 2024

I think that the frame_id of the scan data in rosbag file is "base_scan".
Could you make new rosbag file?
Change the frame_id from "base_scan" to "odom".
Refer to the link below,
http://emanual.robotis.com/docs/en/platform/turtlebot3/applications/#turtlebot-follower-demo

from turtlebot3.

routiful avatar routiful commented on May 21, 2024

This issue will be closed since there were no actions for a while.
You can reopen this issue to show this issue to the users whenever.
Thanks. :)

from turtlebot3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.