Giter Club home page Giter Club logo

Comments (4)

goldbattle avatar goldbattle commented on August 22, 2024

The difference between pgeneva_serial_eth.launch and pgeneva_ros_eth.launch is that the first one reads the bad in serially, thus you can change the start time etc. from inside the ros node. This cannot be used to subscribe to a live sensor since it needs to read a rosbag. This node is a nice way to debug the algorithm without worrying about it running real-time.

I believe you are looking to use the second one, so this plays back the bag on ros, and the node subscribes to the specified topics (as compared to reading the bad in serial). If you comment out line https://github.com/rpng/open_vins/blob/master/ov_msckf/launch/pgeneva_ros_eth.launch#L112-L113 you will need to play the rosbag from another terminal, or subscribe to a real sensor as right now this launch file starts playing back the bag automatically.

from open_vins.

ravindraji4 avatar ravindraji4 commented on August 22, 2024

@goldbattle Thank a lot, exactly that I was looking for. It worked :) .

To use Monocular vision. I should change the value = false at line 25 as following <param name="use_stereo" type="bool" value="false" />, is that correct?

from open_vins.

goldbattle avatar goldbattle commented on August 22, 2024

That is only if there is more than 2 cameras specified in max_cameras, so you don't need to change that. If you have two stereo images and want to process them in a binocular way (i.e. feature tracks are independent, no cross tracks) you can set the use_stereo to false.

from open_vins.

ravindraji4 avatar ravindraji4 commented on August 22, 2024

@goldbattle Thank a lot!!

from open_vins.

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.