simulation.src.simulation_brain_link.src.sensor_camera package
Submodules
simulation.src.simulation_brain_link.src.sensor_camera.node module
Prepare Gazebo’s camera image for kitcar-ros.
Classes:
ROS node which receives the camera image, crops it and can perform preprocessing. |
Functions:
|
Console-script entry point for the sensor camera node. |
- class SensorCameraNode[source]
Bases:
NodeBaseROS node which receives the camera image, crops it and can perform preprocessing.
- subscriber
Subscribes to camera image from gazebo
- publisher
Publishes camera image.
Methods:
start()Start node.
stop()Turn off node.
receive_image(img_msg)Process and republish new camera image.