Skip to content

Commit

Permalink
Added IK computation
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatr1 committed Nov 19, 2023
1 parent 94533a8 commit c7898d0
Show file tree
Hide file tree
Showing 380 changed files with 149,160 additions and 909 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@
# echo "example" &&\ <- add &&\ to concatenate shell commands
# ls -l

#This special target is invoked on "make" command (with no args). Feel free to edit it.
all: build run_ExampleProgram

run_ExampleProgram:
./build/modules/ExampleProgram/ExampleProgram
.PHONY: build

run_ExampleService:
./build/modules/ExampleService/ExampleService
#This special target is invoked on "make" command (with no args). Feel free to edit it.

#DEPRECATED
#This target sets up the docker container. Notice: This kind of commands (make targets with docker build/run commands inside)
Expand Down
1 change: 0 additions & 1 deletion modules/ExampleLibrary/exampleDirectory/ExampleFile.txt

This file was deleted.

56 changes: 0 additions & 56 deletions modules/ExampleLibrary/include/ExampleClass.hpp

This file was deleted.

76 changes: 0 additions & 76 deletions modules/ExampleLibrary/source/ExampleClass.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions modules/ExampleProgram/CMakeLists.txt

This file was deleted.

7 changes: 0 additions & 7 deletions modules/ExampleProgram/config/config.toml

This file was deleted.

1 change: 0 additions & 1 deletion modules/ExampleProgram/exampleDirectory/ExampleFile.txt

This file was deleted.

6 changes: 0 additions & 6 deletions modules/ExampleProgram/include/ExampleInclude.cpp

This file was deleted.

7 changes: 0 additions & 7 deletions modules/ExampleProgram/include/ExampleInclude.hpp

This file was deleted.

74 changes: 0 additions & 74 deletions modules/ExampleProgram/main.cpp

This file was deleted.

Loading

0 comments on commit c7898d0

Please sign in to comment.