Skip to content

fls_model_standalone

Brian Bingham edited this page Mar 16, 2020 · 30 revisions

Tutorial: FLS Standalone Model

In this example we will create a fls_gazebo ROS package that includes a Gazebo model of a Blueview P900 forward looking sonar. See carlos_create_models for generic past instructions on creating models.

Creating a ROS package and a new model

Create the model by creating a fls_gazebo/models/blueview_P900 directory with the following:

  • model.config
  • model.sdf
  • meshes/p900.dae

Make sure you have the <export> tags completed int he package.xml file so that the models are available to Gazebo.

Run Gazebo with roslaunch so that Gazebo is aware of the models in the ROS package

roslaunch gazebo_ros empty_world.launch 

You should now be able to graphically insert the model and see it in Gazebo.

Adding and configuring the plugin

Clone this wiki locally