Where to find detailed documentation on how to use gazebo sensor plugins ?
I use this documentation for reference but : http://gazebosim.org/tutorials?tut=ros_gzplugins
However sections under block laser and F3D is empty with no documentation on parameters required ?
Asked by shiva on 2020-09-25 04:24:50 UTC
Answers
Given the lack of documentation, your second best bet might be to refer to the source code of gazebo_ros
's implementation
- https://github.com/ros-simulation/gazebo_ros_pkgs/blob/kinetic-devel/gazebo_plugins/src/gazebo_ros_f3d.cpp
- https://github.com/ros-simulation/gazebo_ros_pkgs/blob/kinetic-devel/gazebo_plugins/src/gazebo_ros_block_laser.cpp
Asked by wongrufus on 2020-10-13 21:04:36 UTC
Comments
Unfortunately there is no good documentation for the plugins. However, you can find some additional information about the sensors from the sources below.
At sdformat.org you can search for the different sensor and there are some descriptions of the different parameters, unfortunately not for block laser and f3d. Maybe you can use the <vertical>
parameter to get the same behavior of having several scan layers.
http://sdformat.org/spec?elem=sensor
I found this information for the block laser on what parameters it takes, but not any description though.
http://docs.ros.org/en/electric/api/gazebo_plugins/html/group__GazeboRosBlockLaser.html
Asked by robotlab on 2020-10-22 07:55:22 UTC
Comments