forked from IDSCETHZurich/re_trajectory-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
geoz/trajectory-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- C++ 97.2%
- Python 2.7%
- Shell 0.1%