Skip to content
Snippets Groups Projects
Commit aefc52f7 authored by Johannes Mey's avatar Johannes Mey
Browse files

autoformat code

parent 5f4e7dd9
No related branches found
No related tags found
No related merge requests found
......@@ -5,18 +5,15 @@
#ifndef DEMOPAPER_REAL_SRC_CCF_INCLUDE_CCF_UTIL_PANDAUTIL_H_
#define DEMOPAPER_REAL_SRC_CCF_INCLUDE_CCF_UTIL_PANDAUTIL_H_
class PandaUtil {
class PandaUtil
{
public:
/**
* Recover the panda robot from any error states
* The behavior is describe in https://frankaemika.github.io/docs/franka_ros.html#franka-control
* @return true if the recovery succeeded
*/
static bool recoverFromErrors();
};
#endif // DEMOPAPER_REAL_SRC_CCF_INCLUDE_CCF_UTIL_PANDAUTIL_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment