ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Generating odometry data with kinect

asked 2022-01-01 10:10:09 -0500

aspq gravatar image

I try to build a slam robot with kinect. I cant get any reliable data from my encoders so i want to generate odometry data via kinect. When i look for it topics are outdated so is there anyway to generate odometry data for slam via kinect?

edit retag flag offensive close merge delete

Comments

It’s possible, it’s called visual odometry or visual slam. There is a video that shows how to: https://youtu.be/c5punaP01kU

It’s not the most reliable either and it will depend on the hardware you are using. The video uses a RPI 4 so it’s in the low end of the spectrum.

osilva gravatar image osilva  ( 2022-01-01 11:15:18 -0500 )edit

im using my computer. moving robot via twist messages with arduino uno , kinect directly connected my computer

aspq gravatar image aspq  ( 2022-01-01 11:27:55 -0500 )edit

Should be ok then.

osilva gravatar image osilva  ( 2022-01-01 18:38:45 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2022-01-02 05:09:37 -0500

duck-development gravatar image

You can use the kinect in two ways, Frist less computational. You extrackt a scan line from your kinect pcl stream and use it as the imput for a classical slam See here: wiki

Or you use the full pcl an starts with 3d slam also known as Rgb D slam. see here: youtube Or read here : wiki

edit flag offensive delete link more

Comments

how can i use rgbd slam on noetic?

aspq gravatar image aspq  ( 2022-01-02 05:42:15 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2022-01-01 10:10:09 -0500

Seen: 123 times

Last updated: Jan 02 '22