Re: [ros-users] Error with *.stl format when using planning…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] Error with *.stl format when using planning_environment and arm_navigation in unstable ROS version
Hi Felix,

On Fri, Jan 28, 2011 at 2:51 PM, Felix Messmer <> wrote:
> Hi John,
>
> thanks for your reply!
> Our *.stl files are already in binary format.


Make sure that your binary .stl files do not start with the word
"solid", because that would get interpreted as an ascii STL file,
according to the spec. I think the cturtle versions used to handle
this ok, but not the new versions. If this is the case, simply
overwriting the word "solid" with a hex editor into anything else
should fix the issue.

Hope this helps,
Mrinal