Coder Social home page Coder Social logo

Comments (2)

cfo avatar cfo commented on July 30, 2024

Where are you running the roscore? If you run it on the ground-computer, what happens if you type rostopic list via the ssh console on the on-board computer? If you don't see any topics, you will need to set the environment variables on both computers similar to this in the .bashrc file:

my_ip=192.168.XXX.XXX
roscore_ip=192.168.XXX.XXX
export ROS_IP=$my_ip
export ROS_HOSTNAME=$my_ip
export ROS_MASTER_URI=http://${roscore_ip}:11311

Additionally, to save bandwidth, you can launch svo_ros with two parameters that define the size of the published image and the number of skipped images:

svo/publish_img_pyr_level = 2  # publish the two times downsampled image
svo/publish_every_nth_img = 5  # publish every fifth image

best

from rpg_svo.

Fromandto avatar Fromandto commented on July 30, 2024

http://answers.ros.org/question/163556/how-to-solve-couldnt-find-an-af_inet-address-for-problem/

This is the right solution —— setting ROS_IP in every terminal

setting pyramid and publish interval helps too.

Thank you very much

from rpg_svo.

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.