Skip to content

Commit

Permalink
Fixed thrusters jesjes :)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseKapps committed Oct 30, 2023
1 parent 2732c84 commit f0e656c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion motion/thruster_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install(

# Install launch files.
install(DIRECTORY
launch
#launch
config
DESTINATION share/${PROJECT_NAME}
)
Expand Down
2 changes: 1 addition & 1 deletion motion/thruster_interface/src/thruster_interface_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void ThrusterInterfaceROS::thrust_callback(

pwm_pub_->publish(pwm_msg);

// thrusterInterface.publish_thrust_to_escs(forces_in_grams);
thrusterInterface.publish_thrust_to_escs(forces_in_grams);
}

int main(int argc, char *argv[]) {
Expand Down

0 comments on commit f0e656c

Please sign in to comment.