Code Monkey home page Code Monkey logo

Comments (2)

sunghoon031 avatar sunghoon031 commented on July 24, 2024 3

Thank you very much !! i was able to run it successfully. For the other noobs like me, this is what I did:

  1. rosbag play rgbd_dataset_freiburg2_desk.bag
  2. Open another terminal then "rostopic list"
  3. The image is published in the topic "/camera/rgb/image_color"
  4. Stop the rosbag, then re-run it with "rosbag play rgbd_dataset_freiburg2_desk.bag /camera/rgb/image_color:=/camera/image_raw"

from orb_slam2.

poine avatar poine commented on July 24, 2024

look on which topic rgbd_dataset_freiburg2_desk.bag has the images
(rostopic list), then remap that topic (
http://wiki.ros.org/Remapping%20Arguments) to /camera/image_raw (that is
where orbslam expects its images)

On Tue, Mar 22, 2016 at 1:58 PM, Seong [email protected] wrote:

I followed the instruction and was successfully able to run the monocular
example with

./Examples/Monocular/mono_tum Vocabulary/ORBvoc.txt
Examples/Monocular/TUMX.yaml PATH_TO_SEQUENCE_FOLDER

Now, I am trying to run monocular example on ROS, so I do the following

  • Terminal 1: roscore
  • Terminal 2: rosrun ORB_SLAM2 Mono Vocabulary/ORBvoc.txt
    Examples/Monocular/TUM2.yaml
  • Terminal 3: (after cd to directory where .bag file is) rosbag play
    rgbd_dataset_freiburg2_desk.bag

After this I still see nothing on ORB-SLAM2:Map Viwer and black screen on
ORB-SLAM2:Current Frame with "WAITING FOR IMAGES" at the bottom.

I am an absolute ROS beginner, can you please explain how I can get it
working?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#46

from orb_slam2.

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.