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

Interactive markers: launch on robot, or on desktop?

asked 2014-04-11 03:38:45 -0500

Looking at how other robots are set up, there doesn't seem to be a clear consensus on this.

For clarity, I'm specifically talking about the case where a robot has one (or more) headless PCs onboard, and rviz is being run off-board, probably from a launcher part of a xxxx_viz or xxxx_desktop package.

Should an interactive marker server be started by default with the base robot bringup, or should it be launched alongside rviz, in the view_robot.launch roslaunch file?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
3

answered 2014-04-11 04:07:27 -0500

I think it´s pretty hard to give a general answer here, as it depends a lot on the given application if it´s better to start things onboard or offboard. For example, if you want the interactive marker to be available to any user connecting to the robot via rviz, it probably makes sense to run it onboard. If you want to save bandwidth/reduce issues due to potential wireless latency you might want to start it together with rviz on demand on your offboard computer (perhaps both together in a launch file as you suggested). The good thing is that multiple options can be tested pretty easily using ROS.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-04-11 03:38:45 -0500

Seen: 187 times

Last updated: Apr 11 '14