Skip to content

Commit

Permalink
More formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jul 3, 2024
1 parent 45fa036 commit 5e9592b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#include "trajectory_msgs/msg/joint_trajectory_point.hpp"
#include "urdf/model.h"


// auto-generated by generate_parameter_library
#include "joint_trajectory_controller_parameters.hpp"

Expand Down Expand Up @@ -321,7 +320,7 @@ class JointTrajectoryController : public controller_interface::ControllerInterfa
urdf::Model model_;

realtime_tools::RealtimeBuffer<double> scaling_factor_rt_buff_;
using SpeedScalingMsg=control_msgs::msg::SpeedScalingFactor;
using SpeedScalingMsg = control_msgs::msg::SpeedScalingFactor;
rclcpp::Subscription<SpeedScalingMsg>::SharedPtr scaling_factor_sub_;

/**
Expand Down

0 comments on commit 5e9592b

Please sign in to comment.