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

Building a stationary robot. ROS the right tool for me?

asked 2019-04-29 04:56:04 -0500

Frimann gravatar image

Hi there

I'm wondering if ROS is the right system for me. I'm currently involved in a project which consists of building a device that has the purpose to take spectroscopic measurements using a laser and a spectrometer, controlling servos and reading outputs of many different sensors.

The project involves

  • Bring the laser to the right spot using a proximity sensor and a servo
  • Firing the laser and doing a measurement with the spectrometer
  • Continuously monitor various temperature, vibration, flow etc sensors

The devices are either ethernet connected or send out voltage/current signals. All devices can be communicated to using Python and libraries.

The software will run on a single Linux PC.

From what I gather then ROS should be great for this. F.x. by creating python scripts for each device, which connect to a "mother" script through the publisher/subscriber method.

But before I dive into coding this, it would be great to get someone's opinion on in ROS is the right system for this?

Kind regards Frimann Kjerulf

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2019-04-29 05:19:53 -0500

gvdhoorn gravatar image

So this is a bit tongue-in-cheek, but:

Building a stationary robot.

and:

Bring the laser to the right spot using a proximity sensor and a servo

seem to be two conflicting statements :)


In all seriousness: I would say that the fact this is a robot on a stationary base is inconsequential. Anything that can be reasonably modelled as a collection of (largely) independent processes (ie: monitoring, control, etc) could benefit from using ROS (1 or 2).

edit flag offensive delete link more

Comments

Interesting point :) I´m guessing we´ll give ROS a try.

Frimann gravatar image Frimann  ( 2019-04-29 11:14:51 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-04-29 04:56:04 -0500

Seen: 157 times

Last updated: Apr 29 '19