Skip to content

Commit

Permalink
restructure and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-ingelhag committed Feb 13, 2023
1 parent 3418cf5 commit ee12b59
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ start_bench:

start_motors:
@echo "Starting motors..."
@cd ~/roboy_team_ws22/w22-test-bench/controllers; \
@cd ~/roboy_team_ws22/w22-test-bench/controllers/misc; \
python ./bench_main.py --start_motors


Expand All @@ -46,4 +46,4 @@ reset_kill_switch:

start_myobricks:
source ~/roboy_team_ws22/w22-test-bench/catkin_ws/devel/setup.bash; \
rostopic pub /test_bench/BenchMotorControl bench/BenchMotorControl "{flex_myobrick_start: true, extend_myobrick_start: true}" -1
rostopic pub /test_bench/BenchMotorControl bench/BenchMotorControl "{flex_myobrick_start: true, extend_myobrick_start: true}" -1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ee12b59

Please sign in to comment.