-
Notifications
You must be signed in to change notification settings - Fork 30
Adding 1D Laser Scanner
Giuseppe Silano edited this page Feb 6, 2019
·
1 revision
To estimate the wind turbine plane of rotation the UAV is equipped with 1D laser. The laser specifications are the following:
- update rate: 200 Hz
- min range: 0.1 m
- max range: 100 m
- resolution: 0.01 m
The transformation between the UAV and the laser is given with transformation matrix:
T = [1 0 0 0.111 ]
[0 1 0 0.0 ]
[0 0 1 0.0217]
[0 0 0 1 ]
The sensor data are published on topic /laser/scan
using sensor_msgs/LaserScan
message.
How to add
- Adding a Camera to BebopS
- Adding a Custom wind field to your world
- Adding an IMU to BebopS
- Adding an 1D Laser
How to create
- Creating ROS Plugins for Gazebo
- Gazebo and Gazebo ROS Installation
- Gazebo Topic Naming Conventions
- ROS Interface Plugin
How to install
How to generate
How to set
How to develop
- Include ordering in cpp and header files
- Interfacing BebopS through MATLAB
- Interfacing BebopS with TravisCI
- Package Versioning
- Software Specifications
- Specifying constants and default values
- Working With Meshes in Gazebo
More information