CARLA
Public Member Functions | Private Member Functions | Private Attributes | List of all members
carla::ros2::CarlaISCameraPublisher Class Reference

#include <CarlaISCameraPublisher.h>

+ Inheritance diagram for carla::ros2::CarlaISCameraPublisher:
+ Collaboration diagram for carla::ros2::CarlaISCameraPublisher:

Public Member Functions

 CarlaISCameraPublisher (const char *ros_name="", const char *parent="")
 
 CarlaISCameraPublisher (const CarlaISCameraPublisher &)
 
 CarlaISCameraPublisher (CarlaISCameraPublisher &&)
 
bool HasBeenInitialized () const
 
bool Init ()
 
void InitInfoData (uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, float fov, bool do_rectify)
 
CarlaISCameraPublisheroperator= (const CarlaISCameraPublisher &)
 
CarlaISCameraPublisheroperator= (CarlaISCameraPublisher &&)
 
bool Publish ()
 
void SetCameraInfoData (int32_t seconds, uint32_t nanoseconds)
 
void SetImageData (int32_t seconds, uint32_t nanoseconds, size_t height, size_t width, const uint8_t *data)
 
const char * type () const override
 
 ~CarlaISCameraPublisher ()
 
- Public Member Functions inherited from carla::ros2::CarlaPublisher
 CarlaPublisher ()=default
 
const std::string & frame_id () const
 
void frame_id (std::string &&frame_id)
 
const std::string & name () const
 
void name (std::string &&name)
 
const std::string & parent () const
 
void parent (std::string &&parent)
 
virtual ~CarlaPublisher ()=default
 

Private Member Functions

bool InitImage ()
 
bool InitInfo ()
 
bool PublishImage ()
 
bool PublishInfo ()
 
void SetData (int32_t seconds, uint32_t nanoseconds, size_t height, size_t width, std::vector< uint8_t > &&data)
 
void SetInfoRegionOfInterest (uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, bool do_rectify)
 

Private Attributes

std::shared_ptr< CarlaISCameraPublisherImpl_impl
 
std::shared_ptr< CarlaCameraInfoPublisherImpl_impl_info
 

Additional Inherited Members

- Protected Attributes inherited from carla::ros2::CarlaPublisher
std::string _frame_id = ""
 
std::string _name = ""
 
std::string _parent = ""
 

Detailed Description

Definition at line 19 of file CarlaISCameraPublisher.h.

Constructor & Destructor Documentation

◆ CarlaISCameraPublisher() [1/3]

carla::ros2::CarlaISCameraPublisher::CarlaISCameraPublisher ( const char *  ros_name = "",
const char *  parent = "" 
)

Definition at line 339 of file CarlaISCameraPublisher.cpp.

References carla::ros2::CarlaPublisher::_name, carla::ros2::CarlaPublisher::_parent, and carla::ros2::CarlaPublisher::parent().

+ Here is the call graph for this function:

◆ ~CarlaISCameraPublisher()

carla::ros2::CarlaISCameraPublisher::~CarlaISCameraPublisher ( )

Definition at line 346 of file CarlaISCameraPublisher.cpp.

References _impl, and _impl_info.

◆ CarlaISCameraPublisher() [2/3]

carla::ros2::CarlaISCameraPublisher::CarlaISCameraPublisher ( const CarlaISCameraPublisher other)

◆ CarlaISCameraPublisher() [3/3]

carla::ros2::CarlaISCameraPublisher::CarlaISCameraPublisher ( CarlaISCameraPublisher &&  other)

Member Function Documentation

◆ HasBeenInitialized()

bool carla::ros2::CarlaISCameraPublisher::HasBeenInitialized ( ) const

Definition at line 54 of file CarlaISCameraPublisher.cpp.

◆ Init()

bool carla::ros2::CarlaISCameraPublisher::Init ( )

Definition at line 64 of file CarlaISCameraPublisher.cpp.

◆ InitImage()

bool carla::ros2::CarlaISCameraPublisher::InitImage ( )
private

Definition at line 68 of file CarlaISCameraPublisher.cpp.

Referenced by type().

+ Here is the caller graph for this function:

◆ InitInfo()

bool carla::ros2::CarlaISCameraPublisher::InitInfo ( )
private

Definition at line 116 of file CarlaISCameraPublisher.cpp.

Referenced by type().

+ Here is the caller graph for this function:

◆ InitInfoData()

void carla::ros2::CarlaISCameraPublisher::InitInfoData ( uint32_t  x_offset,
uint32_t  y_offset,
uint32_t  height,
uint32_t  width,
float  fov,
bool  do_rectify 
)

Definition at line 58 of file CarlaISCameraPublisher.cpp.

◆ operator=() [1/2]

CarlaISCameraPublisher & carla::ros2::CarlaISCameraPublisher::operator= ( const CarlaISCameraPublisher other)

◆ operator=() [2/2]

CarlaISCameraPublisher & carla::ros2::CarlaISCameraPublisher::operator= ( CarlaISCameraPublisher &&  other)

◆ Publish()

bool carla::ros2::CarlaISCameraPublisher::Publish ( )

Definition at line 164 of file CarlaISCameraPublisher.cpp.

◆ PublishImage()

bool carla::ros2::CarlaISCameraPublisher::PublishImage ( )
private

Definition at line 168 of file CarlaISCameraPublisher.cpp.

Referenced by type().

+ Here is the caller graph for this function:

◆ PublishInfo()

bool carla::ros2::CarlaISCameraPublisher::PublishInfo ( )
private

Definition at line 230 of file CarlaISCameraPublisher.cpp.

Referenced by type().

+ Here is the caller graph for this function:

◆ SetCameraInfoData()

void carla::ros2::CarlaISCameraPublisher::SetCameraInfoData ( int32_t  seconds,
uint32_t  nanoseconds 
)

Definition at line 328 of file CarlaISCameraPublisher.cpp.

References std_msgs::msg::Header::frame_id(), builtin_interfaces::msg::Time::nanosec(), builtin_interfaces::msg::Time::sec(), and std_msgs::msg::Header::stamp().

+ Here is the call graph for this function:

◆ SetData()

void carla::ros2::CarlaISCameraPublisher::SetData ( int32_t  seconds,
uint32_t  nanoseconds,
size_t  height,
size_t  width,
std::vector< uint8_t > &&  data 
)
private

Definition at line 310 of file CarlaISCameraPublisher.cpp.

References std_msgs::msg::Header::frame_id(), builtin_interfaces::msg::Time::nanosec(), builtin_interfaces::msg::Time::sec(), and std_msgs::msg::Header::stamp().

Referenced by type().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SetImageData()

void carla::ros2::CarlaISCameraPublisher::SetImageData ( int32_t  seconds,
uint32_t  nanoseconds,
size_t  height,
size_t  width,
const uint8_t *  data 
)

Definition at line 292 of file CarlaISCameraPublisher.cpp.

◆ SetInfoRegionOfInterest()

void carla::ros2::CarlaISCameraPublisher::SetInfoRegionOfInterest ( uint32_t  x_offset,
uint32_t  y_offset,
uint32_t  height,
uint32_t  width,
bool  do_rectify 
)
private

Definition at line 300 of file CarlaISCameraPublisher.cpp.

References sensor_msgs::msg::RegionOfInterest::do_rectify(), sensor_msgs::msg::RegionOfInterest::height(), sensor_msgs::msg::RegionOfInterest::width(), sensor_msgs::msg::RegionOfInterest::x_offset(), and sensor_msgs::msg::RegionOfInterest::y_offset().

Referenced by type().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ type()

const char* carla::ros2::CarlaISCameraPublisher::type ( ) const
inlineoverridevirtual

Implements carla::ros2::CarlaPublisher.

Definition at line 35 of file CarlaISCameraPublisher.h.

References InitImage(), InitInfo(), PublishImage(), PublishInfo(), SetData(), and SetInfoRegionOfInterest().

+ Here is the call graph for this function:

Member Data Documentation

◆ _impl

std::shared_ptr<CarlaISCameraPublisherImpl> carla::ros2::CarlaISCameraPublisher::_impl
private

◆ _impl_info

std::shared_ptr<CarlaCameraInfoPublisherImpl> carla::ros2::CarlaISCameraPublisher::_impl_info
private

The documentation for this class was generated from the following files: