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

Controling my robot by ROS via Arduino

asked 2015-12-31 09:34:21 -0500

starcu gravatar image

Hi, I wrote a program to control my quadrocopter with external microcontroller but i want to move control program from uC into ROS. Base microcontroller of mine robot is ARM but i want to send data into ROS via Arduino and resend it to my robot after regulations etc. I build a catkin workspace and new package "autopilot" but my idea is to create few service nodes for data regulations (aptitude, position etc.) and one client to execute them, is it good idea? I need to send data measured by my modules on quadrocopter into service and from client into quadrocopter nodes but i don't know ho to do it (how send data from rosserial to my workspace/package/example_regulator_node). Now with arduino i only created a HelloWorld and Blink example. I'm very beginner with ROS and i will be very appreciated for help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-12-31 10:30:15 -0500

Topics are how data is moved between nodes in ROS. Have a look at the topic tutorials to see how it works.

http://wiki.ros.org/ROS/Tutorials/Und...

edit flag offensive delete link more

Comments

If this answered your question please click the tick, to mark it as answered to tidy up the forum

nickw gravatar image nickw  ( 2016-01-06 05:06:47 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-12-31 09:34:21 -0500

Seen: 183 times

Last updated: Dec 31 '15