All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jy2.di.example.DemoMap1 Maven / Gradle / Ivy

There is a newer version: 0.0.39
Show newest version
package com.github.jy2.di.example;

import com.github.jy2.di.annotations.Subscribe;

import go.jyroscope.ros.nav_msgs.OccupancyGrid;

public class DemoMap1 {

	@Subscribe("/map")
	private void handleLong(OccupancyGrid msg) {
		System.out.println("map1");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy