Rosserial Script: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
(Created page with 'This is a brief explanation of the code used to read data from a file containing the angles controlling the AMIGO's arms and sending these angles to an Ubuntu machine to publish …')
 
Line 4: Line 4:


== Setting up the connection to ROS ==
== Setting up the connection to ROS ==
[[File:Setup.png|x400px]]


== Reading the data from a text-file ==
== Reading the data from a text-file ==


== Sending the data to ROS ==
== Sending the data to ROS ==

Revision as of 17:12, 20 June 2016

This is a brief explanation of the code used to read data from a file containing the angles controlling the AMIGO's arms and sending these angles to an Ubuntu machine to publish them on a ROS topic.

This code is part of a project to create a robot technique that allows users to hug someone when separated by a disctance like a phone call.

Setting up the connection to ROS

Setup.png

Reading the data from a text-file

Sending the data to ROS