diff --git a/include/ur_modern_driver/ros/lowbandwidth_trajectory_follower.h b/include/ur_modern_driver/ros/lowbandwidth_trajectory_follower.h index 7b1f610..e958002 100644 --- a/include/ur_modern_driver/ros/lowbandwidth_trajectory_follower.h +++ b/include/ur_modern_driver/ros/lowbandwidth_trajectory_follower.h @@ -26,14 +26,6 @@ private: std::string program_; - template - size_t append(uint8_t *buffer, T &val) - { - size_t s = sizeof(T); - std::memcpy(buffer, &val, s); - return s; - } - bool execute(const std::array &positions, const std::array &velocities, double sample_number, double time_in_seconds);