topic name changed in launch files of plc
This commit is contained in:
parent
c493be83db
commit
918055ba48
|
@ -68,9 +68,7 @@ PointCloudToLaserScanNode::PointCloudToLaserScanNode(const rclcpp::NodeOptions &
|
|||
rclcpp::PublisherOptions optionsqos;
|
||||
|
||||
rclcpp::QoS qos(0);
|
||||
//set the reliable settings to reliable
|
||||
qos.reliable();
|
||||
//qos.reliability(RMW_QOS_POLICY_RELIABILITY_RELIABLE);
|
||||
|
||||
optionsqos.use_default_callbacks = true;
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ def generate_launch_description():
|
|||
# Declare the launch options
|
||||
ld.add_action(start_robot_state_publisher_cmd)
|
||||
ld.add_action(joint_state_publisher_gui_cmd)
|
||||
ld.add_action(start_rviz_cmd)
|
||||
# ld.add_action(start_rviz_cmd)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue