Go to the documentation of this file.
47 int main(
int argc,
char** argvPP)
49 ros::init(argc, argvPP,
"multisense_driver");
56 std::string sensor_ip;
57 std::string tf_prefix;
63 nh_private_.
param<std::string>(
"sensor_ip", sensor_ip,
"10.66.171.21");
64 nh_private_.
param<std::string>(
"tf_prefix", tf_prefix,
"multisense");
65 nh_private_.
param<
int>(
"sensor_mtu", sensor_mtu, 1500);
66 nh_private_.
param<
int>(
"head_id", head_id, -1);
67 nh_private_.
param<
int>(
"camera_timeout_s", timeout_s, -1);
94 ROS_ERROR(
"multisense_ros: failed to create communication channel to sensor @ \"%s\" with head ID %d",
95 sensor_ip.c_str(), rh_channel);
99 Status status =
d->setMtu(sensor_mtu);
101 ROS_ERROR(
"multisense_ros: failed to set sensor MTU to %d: %s",
119 std::placeholders::_1, std::placeholders::_2),
121 std::placeholders::_1),
123 std::placeholders::_1),
125 std::placeholders::_1));
137 const auto status_result =
d->getDeviceStatus(statusMessage);
141 ROS_WARN(
"multisense_ros: missed camera status message");
146 ROS_ERROR(
"multisense_ros: shutting down due to connection timeout");
163 }
catch (
const std::exception& e) {
164 ROS_ERROR(
"multisense_ros: caught exception: %s", e.what());
void borderClipChanged(const BorderClip &borderClipType, double borderClipValue)
static CRL_CONSTEXPR Status Status_Ok
ROSCPP_DECL void init(const M_string &remappings, const std::string &name, uint32_t options=0)
static CRL_CONSTEXPR RemoteHeadChannel Remote_Head_0
static void Destroy(Channel *instanceP)
ROSCPP_DECL void spinOnce()
static CRL_CONSTEXPR RemoteHeadChannel Remote_Head_VPB
static CRL_CONSTEXPR RemoteHeadChannel Remote_Head_3
static CRL_CONSTEXPR RemoteHeadChannel Remote_Head_1
void extrinsicsChanged(crl::multisense::system::ExternalCalibration extrinsics)
static const char * statusString(Status status)
static Channel * Create(const std::string &sensorAddress)
void updateConfig(const crl::multisense::image::Config &config)
void groundSurfaceSplineDrawParametersChanged(const ground_surface_utilities::SplineDrawParameters &spline_draw_params)
static CRL_CONSTEXPR RemoteHeadChannel Remote_Head_2
int main(int argc, char **argvPP)
void maxPointCloudRangeChanged(double range)
T param(const std::string ¶m_name, const T &default_val) const
int16_t RemoteHeadChannel