Skip to content

Commit

Permalink
Fixed issue where tesseract_common_trajectory.cpp wasn't getting built (
Browse files Browse the repository at this point in the history
#356)

Co-authored-by: Levi Armstrong <[email protected]>
  • Loading branch information
marrts and Levi-Armstrong committed Jul 29, 2023
1 parent bbaa385 commit 6a823c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tesseract_time_parameterization/core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_library(${PROJECT_NAME}_core src/instructions_trajectory.cpp src/instructions_trajectory.cpp)
add_library(${PROJECT_NAME}_core src/instructions_trajectory.cpp src/tesseract_common_trajectory.cpp)
target_link_libraries(
${PROJECT_NAME}_core
PUBLIC tesseract::tesseract_common
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* limitations under the License.
*/

#include <tesseract_time_parameterization/tesseract_common_trajectory.h>
#include <tesseract_time_parameterization/core/tesseract_common_trajectory.h>

namespace tesseract_planning
{
Expand Down

0 comments on commit 6a823c2

Please sign in to comment.