ROSOnWindows
ROSOnWindows copied to clipboard
MoveIt setup assistant generates files which do not run on Windows without modification
<param if="$(arg load_robot_description)" name="$(arg robot_description)" command="xacro --inorder '$(find arm_support)/urdf\workcell.xacro'"/>
Should remote the single quote on Windows
Hope this could be addressed by this: https://github.com/ros/ros_comm/pull/2051
Addressed up stream