Skip to content

Commit

Permalink
updated agains mrs_msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 30, 2023
1 parent 5214db3 commit 73fe819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* #include <status_window.h> */
#include "mrs_msgs/NodeCpuLoad.h"
#include "mrs_msgs/Reference.h"
#include "mrs_msgs/TarotGimbalState.h"
#include <mrs_msgs/GimbalState.h>
#include "ros/duration.h"
#include <menu.h>
#include <input_box.h>
Expand Down Expand Up @@ -245,7 +245,7 @@ class Status {

string old_constraints;

mrs_msgs::TarotGimbalState gimbal_command;
mrs_msgs::GimbalState gimbal_command;
const uint16_t gimbal_max = 2000;
const uint16_t gimbal_min = 1000;

Expand Down Expand Up @@ -325,7 +325,7 @@ Status::Status() {

// | ------------------------ Publishers ------------------------ |

gimbal_command_publisher_ = nh_.advertise<mrs_msgs::TarotGimbalState>("gimbal_command_out", 1);
gimbal_command_publisher_ = nh_.advertise<mrs_msgs::GimbalState>("gimbal_command_out", 1);

// | ------------------------ Services ------------------------ |

Expand Down

0 comments on commit 73fe819

Please sign in to comment.