Skip to content
Snippets Groups Projects
Commit 18a9b656 authored by Joan Perez Ibarz's avatar Joan Perez Ibarz
Browse files

Adding new stack for joystick teleoperation. Including:

- joystick_core: base abstract class
- wiimote_teleop: wiimote implementation
parent 26a876fd
No related branches found
No related tags found
No related merge requests found
// Copyright (C) 2010-2011 Institut de Robotica i Informatica Industrial, CSIC-UPC.
// Author Sergi Hernandez & Joan Perez
// Author Joan Perez
// All rights reserved.
//
// This file is part of iri-ros-pkg
......@@ -377,7 +377,7 @@ int AbstractAlgorithmNode::ctrl_c_hit_count_ = 0;
* \brief base main
*
* This main is common for all the algorithm nodes. The AlgImplTempl class
* refers to an specific implementation of a generic algorithm.
* refers to an specific implementation derived from a generic algorithm.
*
* First, ros::init is called providing the node name. Ctrl+C control is
* activated for sercure and safe exit. Finally, an AlgImplTempl object is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment