mj-kdl-wrapper  0.1.0
MuJoCo + KDL bridge for robot kinematics and dynamics
Loading...
Searching...
No Matches
ex_pick.cpp File Reference
#include "mj_kdl_wrapper/mj_kdl_wrapper.hpp"
#include <kdl/chaindynparam.hpp>
#include <kdl/chainfksolverpos_recursive.hpp>
#include <kdl/chainiksolverpos_nr_jl.hpp>
#include <kdl/chainiksolvervel_pinv.hpp>
#include <algorithm>
#include <cmath>
#include <filesystem>
#include <iomanip>
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

struct  StateConfig
 
struct  StateMachine
 

Enumerations

enum class  PickState {
  HOME , PREGRASP , GRASP , CLOSE ,
  LIFT , HOLD , DONE
}
 

Functions

int main (int argc, char *argv[])
 

Enumeration Type Documentation

◆ PickState

enum class PickState
strong
Enumerator
HOME 
PREGRASP 
GRASP 
CLOSE 
LIFT 
HOLD 
DONE 

Definition at line 92 of file ex_pick.cpp.

Function Documentation

◆ main()