<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} .ms-cui-menu {background-color:#ffffff;border:1px rgb(171, 171, 171) solid;font-family:'Segoe UI WPC','Segoe UI',Tahoma,'Microsoft Sans Serif',Verdana,sans-serif;font-size:10pt;color:rgb(51, 51, 51);} .ms-cui-menusection-title {display:none;} .ms-cui-ctl {vertical-align:text-top;text-decoration:none;color:rgb(51, 51, 51);} .ms-cui-ctl-on {background-color:rgb(223, 237, 250);opacity: 0.8;} .ms-cui-img-cont-float {display:inline-block;margin-top:2px} .ms-cui-smenu-inner {padding-top:0px;} .ms-owa-paste-option-icon {margin: 0px 6px 0px 6px;vertical-align:middle!important;padding-bottom: 2px;display:inline-block;} .ms-rtePasteFlyout-option:hover {background-color:rgb(223, 237, 250) !important;opacity:1 !important;} .ms-rtePasteFlyout-option {padding:8px 4px 8px 4px;outline:none;} .ms-cui-menusection {float:left; width:85px;height:24px;overflow:hidden}.wf {speak:none; font-weight:normal; font-variant:normal; text-transform:none; -webkit-font-smoothing:antialiased; vertical-align:middle; display:inline-block;}.wf-family-owa {font-family:'o365Icons'}@font-face {  font-family:'o365IconsIE8';  src:url('https://r4.res.outlook.com/owa/prem/16.0.236.13/resources/styles/office365icons.ie8.eot?#iefix') format('embedded-opentype'),         url('https://r4.res.outlook.com/owa/prem/16.0.236.13/resources/styles/office365icons.ie8.woff') format('woff'),         url('https://r4.res.outlook.com/owa/prem/16.0.236.13/resources/styles/office365icons.ie8.ttf') format('truetype');  font-weight:normal;  font-style:normal;}@font-face {  font-family:'o365IconsMouse';  src:url('https://r4.res.outlook.com/owa/prem/16.0.236.13/resources/styles/office365icons.mouse.eot?#iefix') format('embedded-opentype'),         url('https://r4.res.outlook.com/owa/prem/16.0.236.13/resources/styles/office365icons.mouse.woff') format('woff'),         url('https://r4.res.outlook.com/owa/prem/16.0.236.13/resources/styles/office365icons.mouse.ttf') format('truetype');  font-weight:normal;  font-style:normal;}.wf-family-owa {font-family:'o365IconsMouse'}.ie8 .wf-family-owa {font-family:'o365IconsIE8'}.ie8 .wf-owa-play-large:before {content:'\e254';}.notIE8 .wf-owa-play-large:before {content:'\e054';}.ie8 .wf-owa-play-large {color:#FFFFFF/*$WFWhiteColor*/;}.notIE8 .wf-owa-play-large {border-color:#FFFFFF/*$WFWhiteColor*/; width:1.4em; height:1.4em; border-width:.1em; border-style:solid; border-radius:.8em; text-align:center; box-sizing:border-box; -moz-box-sizing:border-box; padding:0.1em; color:#FFFFFF/*$WFWhiteColor*/;}.ie8 .wf-size-play-large {width:40px; height:40px; font-size:30px}.notIE8 .wf-size-play-large {width:40px; height:40px; font-size:30px}.notIE8 .wf-owa-triangle-down-small:before {content:'\e052';}.ie8 .wf-owa-triangle-down-small:before { content:'\e052';}.ie8 .wf-owa-triangle-down-small {color:#666666/*$WFGreyColor*/;}.wf-size-x20 {font-size: 20px!important;}--></style>
</head>
<body dir="ltr">
<div id="OWAFontStyleDivID" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<font color="black" face="Calibri,Arial,Helvetica,sans-serif" size="3"><span style="font-size:12pt;background-color:white;">
<div style="margin-top:0;margin-bottom:0;">Hello, everybody. I've only started to use ROS last week as part of my internship. I'm using Gazebo 2.2.2 in conjunction with ROS Indigo and Ubuntu 14.04 'Trusty'. I was tasked to research a way to write a simple plugin
 that could control a robot. I was told that I should aim for a plugin that causes the robot to move by actually controlling its actuator motor and not simply moving the model's joints. I've searched a ways to write a plugin for manipulating the acutator, but
 no luck with a specific example yet. </div>
<div style="margin-top:0;margin-bottom:0;"><br>
</div>
<div style="margin-top:0;margin-bottom:0;">Here's what I know so far:</div>
<div style="margin-top:0;margin-bottom:0;">The stack ros_control has something to do with using actuators and works best with URDF.</div>
<div style="margin-top:0;margin-bottom:0;">URDF files have the <actuator> tag.<br>
</div>
<div style="margin-top:0;margin-bottom:0;">None of the default models included in Gazebo have actuators, only joints.</div>
<div style="margin-top:0;margin-bottom:0;">The gazebosim.org tutorial page does not contain instructions for writing plugins for actuators, only world, system, model, and sensors.<br>
</div>
<div style="margin-top:0;margin-bottom:0;"><br>
</div>
<div style="margin-top:0;margin-bottom:0;">What I don't know:</div>
<div style="margin-top:0;margin-bottom:0;">Can I use actuators in an .sdf file?<br>
What does ros_controller (NOT ros_control) actually do? The ROS wiki has little information on this stack.<br>
Is it true that it's better to use URDF rather than SDF for actuators? Especially since the tutorial on the Gazebo wiki specifies the use of URDF.<br>
</div>
<div style="margin-top:0;margin-bottom:0;"><strong>What exactly is the format of an actuator configuration file (if it's possible)?</strong></div>
<div style="margin-top:0;margin-bottom:0;"><strong>Is it actually possible to write a plugin that manipulates the actuators instead of the model itself or the joints?</strong></div>
<div style="margin-top:0;margin-bottom:0;"><br>
</div>
<div style="margin-top:0;margin-bottom:0;">Any help would be greatly appreciated. If anyone needs clarification on some of the things I said, feel free to ask. I'll do my best to make things clear.</div>
</span></font>
<p><br>
</p>
</div>
</body>
</html>