Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
removed include for deprecated file
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Jun 6, 2023
1 parent d272049 commit ee4f982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/cisst_ros2_bridge/mtsROSToCISST.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ no warranty. The complete license can be found in license.txt and
// non standard messages
#include <cisst_msgs/msg/double_vec.hpp>
#include <cisst_msgs/msg/interval_statistics.hpp>
#include <cisst_msgs/msg/cartesian_impedance_gains.hpp>
#include <cisst_msgs/srv/convert_float64_array.hpp>

namespace mts_ros_to_cisst {
Expand Down

2 comments on commit ee4f982

@liushuya7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this include file should also be removed from mtsCISSTToROS.h:

#include <cisst_msgs/msg/cartesian_impedance_gains.hpp>

@adeguet1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just pushed that change.

Please sign in to comment.