deep-reinforcement-learning-drone-control
deep-reinforcement-learning-drone-control copied to clipboard
missing a urdf file
Hi! There was an error when I tried to launch the file "mav.launch" by "roslaunch rotors_reinforce mav.launch". I found that the file "urdf/mav.gazebo" was missed.
<include file="$(find rotors_gazebo)/launch/spawn_mav.launch">
<arg name="mav_name" value="$(arg mav_name)" />
<arg name="model" value="$(find rotors_reinforce)/urdf/mav.gazebo" />
<arg name="enable_logging" value="$(arg enable_logging)" />
<arg name="enable_ground_truth" value="$(arg enable_ground_truth)" />
<arg name="log_file" value="$(arg log_file)"/>
</include>
could you add it in this repository.