swh:1:snp:7438b129d9cacb54440879827822fdf5f107e828
Raw File
Tip revision: f426af9c805305aebaf34ad3a47b2e4ebca136c0 authored by Simon Bing/Megacity Team on 19 July 2018, 15:54:07 UTC
uncommitted changes that were on bot
Tip revision: f426af9
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