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

How to create a sensor from scratch

asked 2014-05-13 00:38:50 -0500

Quadrobo gravatar image

I would like to create a sensor package for a custom made sensor.

Is there any tutorial on how to create such a package? The sensor is a ring of IR transmitter and receiver.

edit retag flag offensive close merge delete

Comments

Do you want to know how to create a package (like coding the package) or how to add it to the ROS packages ?

Maya gravatar image Maya  ( 2014-05-14 08:36:15 -0500 )edit

I would like to create a sensor like these examples: http://wiki.ros.org/Sensors After creating it, I would be implementing it on the robot that I have.

Quadrobo gravatar image Quadrobo  ( 2014-05-14 22:31:51 -0500 )edit

As I don't want to post a link for an answer, I will just put this here.

Tutorial for Custom Sensor Module Design

OzzieTheHead gravatar image OzzieTheHead  ( 2021-03-25 10:58:35 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-05-14 23:40:37 -0500

Maya gravatar image

The first page of Tutorial for Ros...

There is everything you need there...

  • Creating a ROS Package
  • Building a ROS Package
  • Understanding ROS Topics

When you don't know something, try searching on the wiki first, there is a lot of information there.

edit flag offensive delete link more

Comments

What I meant in my question is the philosophy behind creating such a driver/package for the sensor. i.e. where do the authors start from? I have done the tutorials before.

Quadrobo gravatar image Quadrobo  ( 2014-05-15 00:11:34 -0500 )edit

Ups sorry I misunderstood your question...

Maya gravatar image Maya  ( 2014-05-15 00:38:46 -0500 )edit

This does not answer the question at all. THe Question clearly emphasizes sensor packages. Should not be marked as the correct answer

OzzieTheHead gravatar image OzzieTheHead  ( 2021-03-25 10:57:25 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-05-13 00:38:50 -0500

Seen: 654 times

Last updated: May 14 '14