Skip to content

Commit

Permalink
Fixed compilation error for ProcessUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak committed Jul 8, 2024
1 parent 2dfd38c commit 3d94f78
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ namespace middleware_benchmark
class ProcessUtils
{
public:
ProcessUtils()
{
}
ProcessUtils(rclcpp::Node::SharedPtr);
void startROSControllers();
void killROSControllers();
Expand Down

0 comments on commit 3d94f78

Please sign in to comment.