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

Does RGBDSLAM support ROS_MASTER_URI

asked 2016-03-07 14:12:13 -0600

jacksonkr_ gravatar image

If I enable roscore on a remote machine and suppose ROS_MASTER_URI will it do all the processing remotely?

My goal is to offload the loop closures onto a faster machine.

The longterm goal is to pick and choose what gets offloaded to ROS_MASTER_URI and what processes locally.

If you have information on any of these topics, your knowledge is greatly needed! Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-03-07 14:30:10 -0600

ahendrix gravatar image

Yes. All ROS nodes support ROS_MASTER_URI.

ROS nodes run on whichever machine you run them on (whereever you type rosrun or roslaunch). ROS will not move processes from one machine to another for you; you have to start them where you want them.

Have a look at http://wiki.ros.org/ROS/Tutorials/Mul... for more information.

edit flag offensive delete link more

Comments

I've been tinkering quite a bit with that tutorial lately, which is what prompted my original post. It seems as though what I need to do is open up the rgbdslam src and send data to another machine where a node is running to receive and parse the data. Is that the route you would take?

jacksonkr_ gravatar image jacksonkr_  ( 2016-03-07 14:50:28 -0600 )edit

I haven't worked directly with rgbdslam, but it looks like is uses the openni_launch package for data capture, so the process for running the processing step on a separate machine should be as simple as running openni_launch on one machine, and rgbdslam on a different machine.

ahendrix gravatar image ahendrix  ( 2016-03-07 15:03:33 -0600 )edit

The whole point of ROS is that you shouldn't have to modify the rgbdslam source code in order to have it pass ROS topic data over the network.

ahendrix gravatar image ahendrix  ( 2016-03-07 15:04:18 -0600 )edit

That said, streaming full 3D point clouds over a network requires a lot of bandwidth.

ahendrix gravatar image ahendrix  ( 2016-03-07 15:05:15 -0600 )edit

The rgbdslam Usage with GUI describes how to run the openni and rgbdslam nodes separately.

ahendrix gravatar image ahendrix  ( 2016-03-07 15:06:32 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-03-07 14:12:13 -0600

Seen: 135 times

Last updated: Mar 07 '16