Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (39 loc) · 1.58 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.58 KB

Jog Arm Support

This Package contains files to launch the prbt with moveit_jog_arm and tork-a/fake_joint in simulation mode.

Prerequisites

Installation from source

  • Install moveit packages from source

  • Clone this package into the src directory git clone https://github.com/PilzDE/pilz_teach

  • Get a fake_joint_driver:

    sudo apt install ros-melodic-fake-joint-driver
  • In ~/catkin_ws install all the dependencies rosdep install -y --from-paths src --ignore-src

  • Build the workspace e.g. using catkin build and source devel/setup.bash

Quick Start

To test jogging, execute the following steps:

  1. Startup the prbt:
roslaunch prbt_jog_arm_support prbt_jog_arm_sim.launch
  1. Send test command:
rostopic pub -r 100 /jog_server/delta_jog_cmds geometry_msgs/TwistStamped "header: auto
twist:
  linear:
    x: 0.0
    y: 0.1
    z: -0.1
  angular:
    x: 0.0
    y: 0.0
    z: 0.0"

Related Packages