-
Notifications
You must be signed in to change notification settings - Fork 30
Adding a Camera to BebopS
Giuseppe Silano edited this page Apr 7, 2019
·
4 revisions
The UAV is equipped with a camera. Camera specifications are as follows:
- update rate: 30 Hz
- image width: 1920
- image height: 1080
- image format: R8G8B8
The transformation between the UAV and the camera origin is given with the transformation matrix:
T = [1 0 0 0.111 ]
[0 1 0 0.0 ]
[0 0 1 0.0217]
[0 0 0 1 ]
The image is published on topic bebop/camera1/image_raw
using sensor_msgs/Image
message. The camera info is published on topic bebop/camera1/camera_info
using sensor_msgs/CameraInfo
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