Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-daniel committed Dec 27, 2022
1 parent d182ded commit 596f118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ install_end_to_end_planning:

install_dependencies: install_mobile_manipulation install_single_demo_grasp install_end_to_end_planning
@+echo "#"; echo "# * Install Dependencies *"; echo "#"
@+cd dependencies; ./install.sh
@+cd dependencies; ./install.sh compilation
@+cd dependencies; ./install.sh runtime
@+cd src/opendr/perception/object_detection_2d/retinaface; make

styletest:
Expand Down

0 comments on commit 596f118

Please sign in to comment.