Skip to content

Commit

Permalink
Modified app.src to test whether the ci workflow fails
Browse files Browse the repository at this point in the history
  • Loading branch information
novakfi8 committed Nov 4, 2024
1 parent d662a55 commit 42e4dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ mrs_msgs::HwApiStatus MrsUsvArduroverApi::getStatus() {

mrs_msgs::HwApiCapabilities MrsUsvArduroverApi::getCapabilities() {

_capabilities_.stamp = ros::Time::now();
_capabilities_.stamp = ros::Time::now()

return _capabilities_;
}
Expand Down

0 comments on commit 42e4dff

Please sign in to comment.