Skip to content

Commit 209dba7

Browse files
Move profile dictionary to tesseract_common
1 parent 671ea78 commit 209dba7

File tree

59 files changed

+164
-805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+164
-805
lines changed

tesseract_command_language/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ add_library(
5050
src/poly/state_waypoint_poly.cpp
5151
src/poly/waypoint_poly.cpp
5252
src/move_instruction.cpp
53-
src/profile_dictionary.cpp
54-
src/profile.cpp
5553
src/set_analog_instruction.cpp
5654
src/set_tool_instruction.cpp
5755
src/timer_instruction.cpp

tesseract_command_language/include/tesseract_command_language/fwd.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ class TimerInstruction;
3838
enum class WaitInstructionType : std::uint8_t;
3939
class WaitInstruction;
4040

41-
// Profile Dictionary
42-
class Profile;
43-
class ProfileDictionary;
4441
} // namespace tesseract_planning
4542
#endif // TESSERACT_COMMAND_LANGUAGE_FWD_H

tesseract_command_language/include/tesseract_command_language/profile.h

Lines changed: 0 additions & 69 deletions
This file was deleted.

tesseract_command_language/include/tesseract_command_language/profile_dictionary.h

Lines changed: 0 additions & 134 deletions
This file was deleted.

tesseract_command_language/src/composite_instruction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ TESSERACT_COMMON_IGNORE_WARNINGS_POP
4343

4444
#include <tesseract_command_language/poly/move_instruction_poly.h>
4545
#include <tesseract_command_language/composite_instruction.h>
46-
#include <tesseract_command_language/profile_dictionary.h>
4746

47+
#include <tesseract_common/profile_dictionary.h>
4848
#include <tesseract_common/std_variant_serialization.h>
4949
#include <tesseract_common/serialization.h>
5050

tesseract_command_language/src/profile.cpp

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)