-
Notifications
You must be signed in to change notification settings - Fork 72
fls_model_standalone
Brian Bingham edited this page Mar 16, 2020
·
30 revisions
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.
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.