Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja authored Nov 15, 2023
1 parent b8a5e2e commit 9acc612
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion include/trajopt/cancellation/Cancellation.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
// Copyright (c) TrajoptLib contributors

#pragma once
#include <atomic>




#include <atomic>
namespace trajopt {

std::atomic<int>& GetCancellationFlag();

} // namespace trajopt
1 change: 1 addition & 0 deletions include/trajopt/path/SwervePathBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class TRAJOPT_DLLEXPORT SwervePathBuilder {
* Cancel all currently generating SwervePathBuilders.
*/
void CancelAll();

/**
* Get the SwervePath being constructed
*
Expand Down

0 comments on commit 9acc612

Please sign in to comment.