Confirming I am an idiot who relies on cut-and-paste.<br><br>-- Bill<br><br><br><div class="gmail_quote">On Mon, Nov 1, 2010 at 3:25 PM, Ken Conley <span dir="ltr"><<a href="mailto:kwc@willowgarage.com">kwc@willowgarage.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Your script does a load_manifest('photographer') instead of a<br>
load_manifest('janitor'). That may have something to do with it. All<br>
PYTHONPATHs are constructed by the load_manifest call.<br>
<br>
 - Ken<br>
<div><div></div><div class="h5"><br>
On Mon, Nov 1, 2010 at 3:13 PM, Bill Smart <<a href="mailto:wds@willowgarage.com">wds@willowgarage.com</a>> wrote:<br>
> I have a problem with pr2_msgs/AccessPoint that I can't track down.  In my<br>
> package, I define a new message, SimpleWirelessData:<br>
><br>
>   Header header<br>
>   geometry_msgs/PoseWithCovarianceStamped pose<br>
>   pr2_msgs/AccessPoint data<br>
><br>
> C++ code written to use this message, works as expected.  rosmsg reports<br>
> details of the new message type correctly.  However, python code to use the<br>
> message excepts out:<br>
><br>
>   acv% rosrun janitor wireless_data_logger.py<br>
>   Traceback (most recent call last):<br>
>     File "/u/wds/src/janitor/janitor/src/wireless_data_logger.py", line 7,<br>
> in <module><br>
>       from janitor.msg import SimpleWirelessData<br>
>     File "/wg/stor6a/wds/src/janitor/janitor/src/janitor/msg/__init__.py",<br>
> line 1, in <module><br>
>       from _SimpleWirelessData import *<br>
>     File<br>
> "/wg/stor6a/wds/src/janitor/janitor/src/janitor/msg/_SimpleWirelessData.py",<br>
> line 7, in <module><br>
>       import pr2_msgs.msg<br>
>   ImportError: No module named pr2_msgs.msg<br>
><br>
> Removing the reference to pr2_msgs/AccessPoint in the message definition<br>
> removes the exception.  I'm running a stock c-turtle from debs.<br>
><br>
> help?<br>
><br>
> -- Bill<br>
><br>
><br>
</div></div>> _______________________________________________<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>
><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>
</blockquote></div><br>