Skip to content

geoz/trajectory-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General notes
=============
Generate typekit using the following command:
typegen -o kuka_typekit kuka_typekit lwr_fri/include/friComm.h  -t mqueue
We assume that you put your friComm.h header file inside lwr_fri/include.

Documentation can be generated using rosdoc in the trajectory_generator directory
rosrun rosdoc rosdoc trajectory_generator

About the use of the TrajectoryGenerator component
==================================================
Solo Mode
---------
Run the TrajectoryGenerator and visualize the robot maneuvers in rviz
ROS package without connecting it to the real robot.
Procedure:
* roscore
* roslaunch trajectory_generator visualize.launch
* cd trajectory_generator/deploy
* ./runSolo.sh
Then you can run
* rosrun poseToOrocos poseSingle (poseLoop. jntPosSingle, jntPosLoop)
to issue commands to the robot from ROS 


FRI Mode
--------
Run the TrajectoryGenerator and visualize the robot maneuvers in rviz
ROS package while sending commands to the real robot via FRIComponent.
Procedure:
* roscore
* roslaunch trajectory_generator visualize.launch
* cd trajectory_generator/deploy
* ./runFRI.sh
Then you can run
* rosrun poseToOrocos poseSingle (poseLoop. jntPosSingle, jntPosLoop)
to issue commands to the robot from ROS 



About

KUKA LWR Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 97.2%
  • Python 2.7%
  • Shell 0.1%