Skip to content

Commit

Permalink
Merge branch '98-task-thruster-interface' of https://github.com/vorte…
Browse files Browse the repository at this point in the history
…xntnu/vortex-asv into 98-task-thruster-interface
  • Loading branch information
alekskl01 committed Oct 15, 2023
2 parents f81cc5d + bab4cdc commit dd4ca09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit dd4ca09

Please sign in to comment.