Can you move this to conversation to <a href="http://answers.ros.org/questions/">http://answers.ros.org/questions/</a>?<div><br></div><div>In the transition can you open a python interpreter and do this?:</div><div><br></div>

<div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

$ python<br>Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) <br>[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin<br>Type "help", "copyright", "credits" or "license" for more information.<br>

>>> import roslib<br>>>> roslib.load_manifest('move_base') # Which depends on move_base_msgs<br>>>> from move_base_msgs.msg import MoveBaseGoal<br>>>> </blockquote></div><div><br>

</div><div>Thanks,</div><div><br clear="all">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>William Woodall<br>Graduate Software Engineering<br>Auburn University<br><a href="mailto:w@auburn.edu" target="_blank">w@auburn.edu</a><br><a href="mailto:wjwwood@gmail.com" target="_blank">wjwwood@gmail.com</a><div>

<a href="http://williamjwoodall.com" target="_blank">williamjwoodall.com</a><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><br>
<br><br><div class="gmail_quote">On Thu, Nov 3, 2011 at 4:21 PM, Karan, Cem F USA CIV (US) <span dir="ltr"><<a href="mailto:cem.f.karan.civ@mail.mil">cem.f.karan.civ@mail.mil</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Classification: UNCLASSIFIED<br>
Caveats: NONE<br>
<br>
I'm having a really strange problem under electric.  I'm trying to use the<br>
move_base_msgs package in my package.  I've added it as a dependency in my<br>
package's manifest, and am able to import the top level module.  That is,<br>
'import move_base_msgs' works.  However, if I try 'from move_base_msgs.msg<br>
import *', none of the defined messages gets imported; in fact, python<br>
raises an exception saying that "'module' object has no attribute 'msg'",<br>
when I can confirm that move_base_msgs/src/move_base_msgs does exist (with<br>
__init__.py as well).  When I try:<br>
<br>
import move_base_msgs<br>
print(dir(move_base_msgs))<br>
<br>
I don't get the 'msg' submodule list.  However, when I do the following:<br>
<br>
import actionlib_msgs<br>
print(dir(actionlib_msgs))<br>
<br>
I do get the 'msg' submodule for actionlib.<br>
<br>
So, what's going on, and how do I fix it?<br>
<br>
Thanks,<br>
Cem Karan<br>
<br>
Classification: UNCLASSIFIED<br>
Caveats: NONE<br>
<br>
<br>
<br>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br></div>