Revision baf4ca1fa37fcc6b29f80a412549ef0900761d94 authored by SebasRatz on 13 December 2017, 10:40:23 UTC, committed by SebasRatz on 13 December 2017, 10:40:23 UTC
1 parent 2a52f12
Raw File
Makefile.stats.mk

stats:
	@echo "$(sep)Statistics"
	@echo
	@echo 'These provide statistics about the data and the configuration.'
	@echo
	@echo '- `make stats-easy_node`:  Prints summary of declared nots using the EasyNode frameworks.'
	@echo '- `make stats-easy_logs`:  Prints summary of available logs.'
	@echo '- `make stats-easy_algo`:  Prints summary of available algorithms.'
	@echo
	@echo
	
stats-easy_node:
	rosrun easy_node summary

stats-easy_logs:
	rosrun easy_logs summary

stats-easy_algo:
	rosrun easy_algo summary
back to top