Revision 97c9d4cc848990df9f3e1cb52ab474e29da4fd73 authored by Simon Bing/Megacity Team on 24 April 2018, 09:11:38 UTC, committed by Simon Bing/Megacity Team on 24 April 2018, 09:11:38 UTC
2 parent s 6e8a1f1 + b3bad87
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