Skip to content
Snippets Groups Projects

After cmake and const refactor

Merged Joan Vallvé Navarro requested to merge devel into main
9 files
+ 60
243
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -37,12 +37,12 @@ class PublisherImuBias: public Publisher
{
std::string map_frame_id_;
ros::Publisher pub_accel_, pub_gyro_;
SensorImuPtr sensor_imu_;
SensorImuConstPtr sensor_imu_;
public:
PublisherImuBias(const std::string& _unique_name,
const ParamsServer& _server,
const ProblemPtr _problem);
const ParamsServer& _server,
ProblemConstPtr _problem);
WOLF_PUBLISHER_CREATE(PublisherImuBias);
virtual ~PublisherImuBias(){};
Loading