How to launch an sdf file?
I want to use a launch file to open my robot which is written in an .sdf file. what should I write in the launch file?
I want to use a launch file to open my robot which is written in an .sdf file. what should I write in the launch file?
I assume you mean a ROS launch file. Check out this tutorial, basically:
<launch>
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="world_name" value="<your_world>.world"/>
</include>
</launch>
Asked: 2018-02-12 15:41:39 -0500
Seen: 8,829 times
Last updated: Feb 12 '18
transfer variable from launch to sdf file
Gazebo Model - Wheeled Model "Erratic" Flying Around
Is there any way to use rolling joint in ignition gazebo?
A joint control plugin for a parallel robot, the plugin does not work!
sdf version problems cause drcsim2.6 and gazebo1.8 to crash
Object falls off through ground plane instead of resting on it, when spawned in Gazebo
Find link among multiple includes in a plugin
Improve front-end. Why using XML?
Is it possible to define a world plugin outside the world file?