Coder Social home page Coder Social logo

How to run kitti Dataset about kiss-icp HOT 9 CLOSED

prbonn avatar prbonn commented on August 21, 2024
How to run kitti Dataset

from kiss-icp.

Comments (9)

nachovizzo avatar nachovizzo commented on August 21, 2024

@jeychandar so, this is NOT a ROS1 bagfile, I just downloaded and run:

$ kiss_icp_pipeline 2011_09_30_drive_0028.bag --topic /points_raw --visualize

It's working:
image

But I'm not sure why you want to use that particular bagfile, there is no timestamp information, which means that you won't be able to "deskew" the pointclouds. I recommend using the KITTI dataloader instead.

These are the poses obtained by KISS-ICP, without deskewing:

image
2011_09_30_drive_0028_poses_kitti.txt

from kiss-icp.

jeychandar avatar jeychandar commented on August 21, 2024

@jeychandar so, this is NOT a ROS1 bagfile, I just downloaded and run:

$ kiss_icp_pipeline 2011_09_30_drive_0028.bag --topic /points_raw --visualize

It's working: image

But I'm not sure why you want to use that particular bagfile, there is no timestamp information, which means that you won't be able to "deskew" the pointclouds. I recommend using the KITTI dataloader instead.

These are the poses obtained by KISS-ICP, without deskewing:

image 2011_09_30_drive_0028_poses_kitti.txt

I am happy that it is working and thanks for sharing the output.The problem that I am facing is I am not able to visualize.I didn't noticed that this particular bag doesn't have timestamp sorry for that.I used kitti dataloder also but still showing the same error sir.

from kiss-icp.

jeychandar avatar jeychandar commented on August 21, 2024

kiss_icp_pipeline /home/praveen/Downloads/2011_09_30_drive_0028.bag --topic /points_raw --visualize
I worked the following command and I am not able to visualize the output like you. It shows the error like
image

from kiss-icp.

nachovizzo avatar nachovizzo commented on August 21, 2024

This looks unrelated to kiss-icp. The error says **ImportError: cannot import name 'Log' from 'rosgraph_msgs.msg' **

You can google and check realted issues like ros/ros_comm_msgs#13

from kiss-icp.

jeychandar avatar jeychandar commented on August 21, 2024

Yes Sir I have checked. But this error came up with kiss_icp/ datasets/rosbag.py line 57. The bag automatically closes. I have tried with other datasets too still throwing the same error.

from kiss-icp.

nachovizzo avatar nachovizzo commented on August 21, 2024

Yes, but the import error is outside kiss-icp. Please try this in a dockerize environment, so I can reproduce the error, otherwise there is nothing I can do from my side.

from kiss-icp.

jeychandar avatar jeychandar commented on August 21, 2024

I am able to run successfully. It creates results folder inside that it generated npy format and text format and config file. Is there any command line to view the poses it generated.

from kiss-icp.

nachovizzo avatar nachovizzo commented on August 21, 2024

Great news!

Then you can use evo_traj t plot the trajectory, pip install evo and then you can run something like this

evo_traj kitti results/latest/*.txt -p --plot_mod=xy

from kiss-icp.

jeychandar avatar jeychandar commented on August 21, 2024

Great it works.Actually I didn't use docker environment.The file which is created using ros1bag and I tried to run in ros2. So went back to his studies LIO-SAM and got some ideas about the dynamic bridge and ran your command.It works perfectly.Thank you for your guidance Sir :).
image

from kiss-icp.

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.