<launch>
# The planning and execution components of MoveIt! configured to run
# using a simulated ROS-Industrial node
#-------------------------------------
# These actions are normally handled in the "real" robot's bringup launch file
#
# load the URDF
<param name="robot_description" textfile="/home/karthik/groovy_workspace/hubo-ach-tab/hubo-models/huboplus_kart.urdf" />
# run the robot simulator and action interface nodes
<include file="$(find industrial_robot_simulator)/launch/robot_interface_simulator.launch" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
#-------------------------------------
<rosparam command="load" file="$(find cart_hubo_moveit)/config/joint_names.yaml"/>
<include file="$(find cart_hubo_moveit)/launch/move_group.launch">
<arg name="publish_monitored_planning_scene" value="true" />
</include>
<include file="$(find cart_hubo_moveit)/launch/moveit_rviz.launch"/>
</launch>