remove unnecessary pipe operator from height

This commit is contained in:
Sem van der Hoeven
2023-05-05 12:49:18 +02:00
parent 615190ca06
commit 07f0202d51
2 changed files with 1 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ using namespace std::chrono_literals;
class HeartBeat : public rclcpp::Node
{
public:
HeartBeat() : Node("setpoint_sender")
HeartBeat() : Node("heartbeat")
{
// create a publisher on the offboard control mode topic
offboard_control_mode_publisher_ = this->create_publisher<px4_msgs::msg::OffboardControlMode>("/fmu/in/offboard_control_mode", 10);