<div dir="ltr"><div><div>Hi Jit, <br><br></div>We try to reserve this mailing list for general community discussions and announcements. If you're having an issue with the wiki please file a ticket with instructions how to reproduce the error at: <a href="https://github.com/ros-infrastructure/roswiki">https://github.com/ros-infrastructure/roswiki</a> I've verified that I can edit that page and others successfully.  I suspect you may not be escaping the content correctly which can crash the rendering. Make sure to use block quotes.<br></div><div><br></div><div>Tully<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 16, 2015 at 8:34 AM, Jit Ray Chowdhury via ros-users <span dir="ltr"><<a href="mailto:ros-users@lists.ros.org" target="_blank">ros-users@lists.ros.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I was trying to add the follwinga as section 2.3, but I am getting Internal Server Error.<br>---------------------------------------------------------------------------------------------------------------------<br><h3>catkin tools<br></h3>
<span></span><span></span>With the new <a href="http://catkin-tools.readthedocs.org/en/latest/index.html" target="_blank">catkin_tools</a>, there are few changed from the Catkin-y method described above. To generate eclipse-project you need to execute:<br><pre>catkin build  --force-cmake -G"Eclipse CDT4 - Unix Makefiles" 
</pre><p><br>to generate the .project files for each package and then run: the follwoing script</p><pre>#!/usr/bin/env bash                                                             <br>echo "Generating eclipse projects for all ROS projects in this directory"<br>ROOT=$PWD <br>cd build<br>for PROJECT in `find $PWD -name .project`; do<br>    DIR=`dirname $PROJECT`<br>    echo $DIR<br>    cd $DIR<br>    awk -f $(rospack find mk)/eclipse.awk .project > .project_with_env && mv .project_with_env .project<br>done<br>cd $ROOT
</pre>Then follow the rest of the instrunction as in  catkin_make approach<br><br><br>----------------------------------------------------------------------------------------------------------------------<br><br><h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
 [no address given] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache Server at <a href="http://wiki.ros.org" target="_blank">wiki.ros.org</a> Port 80</address><br clear="all"><div><div><div><div dir="ltr"><div><font color="#0b5394">Regards<br>Jit Ray Chowdhury<br></font></div><font color="#0b5394">Co-Founder | AuRo Robotics |</font> <a href="http://www.aurobots.com" style="color:rgb(11,83,148)" target="_blank">www.aurobots.com</a><br><div><div><div><font color="#0b5394"><a href="tel:%28%2B91%29%2098315-46599" value="+919831546599" target="_blank">(+91) 98315-46599</a> / 91432-99599 | <a href="http://www.jitrc.com" target="_blank">www.jitrc.com</a></font></div></div></div></div></div></div>
</div></div>
<br>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@lists.ros.org">ros-users@lists.ros.org</a><br>
<a href="http://lists.ros.org/mailman/listinfo/ros-users" target="_blank">http://lists.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br></div>