Skip to content
Snippets Groups Projects
Commit 1027eb0c authored by Ernesto Corbellini's avatar Ernesto Corbellini
Browse files

Removed unused class.

parent 176ad06f
Branches
Tags v0.2.0
No related merge requests found
/**
* Copyright (c) 2015, Ernesto Corbellini, Ekumen
*
* Based on actionlib code by Stuart Glaser, Willow Garage
*
* Pending license.
*
*/
package com.github.ekumen.rosjava_actionlib;
/*
* Interface class to represent the triggering actions for a goal.
*/
public class GoalTrigger
{
public void sendGoal()
{
}
public void cancelGoal()
{
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment