diff --git a/motion/thruster_interface/include/thruster_interface/thruster_interface_node.hpp b/motion/thruster_interface/include/thruster_interface/thruster_interface_node.hpp index 437058e4..30f25a0e 100644 --- a/motion/thruster_interface/include/thruster_interface/thruster_interface_node.hpp +++ b/motion/thruster_interface/include/thruster_interface/thruster_interface_node.hpp @@ -11,7 +11,7 @@ using std::placeholders::_1; class ThrusterInterfaceROS : public rclcpp::Node { private: std::string mapping_file = - ament_index_cpp::get_package_share_directory("thruster_interface") + + ament_index_cpp::get_package_share_directory("thruster_interface") + "/config/ThrustMe_P1000_force_mapping.csv"; ThrusterInterface thrusterInterface{mapping_file};