Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
↧

Is there way to get Jacobian (or manipulability) in python with MoveIt?

I'm using compute_ik service in Python, but I wonder if I can get Jacobian matrix (actually I want manipulability). I want to check if the IK solution is healthy with the specified pose. I know I can...

View Article


compute_cartesian_path does not compute continuous joint positions

Hello, I am running Ubuntu 16.04.5 LTS 16.04 in WSL with ROS kinetic. While calculating several cartesian paths for a staubli_tx260l (6axes industrial robot) with the compute_cartesian_path service,...

View Article


xacro to urdf

Hi to all, I am new to ROS and I am working on schunk_lwa4p arm and pg70 gripper attached at the end of it. I want to create moveit package and give movement to arm. And I have found the urdf file for...

View Article

Spawn and control second arm using OpenManipulator and MoveIt

Hello, I am currently working on a project where I spawn and control 2 arms independently in the same scene for a robot. I am going off of the OpenManipulator documentation/tutorials and using MoveIt...

View Article

Error receiving joint states in moveit

I have a problem reading joint states from my robot arm in moveit. I have a robot arm that works within RVIZ, I can move the arm around and plan paths, but every time I do I receive an error: [ERROR]...

View Article


Question MoveIt!: passive joints

Hi, I want to simulate human shaving behaviour with a ur5 arm + a robotiq 2-finger gripper holding a shaver. The end goal of this project is to make the shaver move in circles like a human would do...

View Article

How to check if moveit is compiling [locally] after making changes to it's...

I wanted to know how the developers are checking if the code of a framework like moveit or some other core ros related code works/compiles after changing them. These are big software which is installed...

View Article

ros-kinetic-moveit on arm64 board (Jetson TX1)

Hi, I am using **Jetson TX1** board which is **arm64** based processor and I have installed Ubuntu 16.04 and **ROS-Kinetic** on it. When I try installing **Moveit** Packages, I am facing some errors...

View Article


Cannot move Robotiq 2F-140 in ROS

I have a robot configuration with an UR10 robot and a Robotiq 2F-140 gripper in ROS and Gazebo and when I try to control the gripper to open or close it, it does not work. I am a new ROS user and maybe...

View Article


How to connect ROS moveit to simulator

Hi All, I wish to connect my ros rviz simulation to a kuka rsi simulator, so I can practice robot control. I have added the following to my launch file: but each time I run the code it reads...

View Article

Moveit error with multiple group(robot)

Hello, I want to use two robot group in a moveit configuration and I follow this [repo](https://github.com/ros-industrial/motoman/tree/kinetic-devel/motoman_sda10f_moveit_config) to setup. But when I...

View Article

how to add Cartesian Path Planner MoveIt Plugin in rviz

hi, I have a problem with add Cartesian Path Planner Moveit Plugin in Rviz. Im using kinetic !6.04. and i dont know how to add this plugin to Rviz. Thanks for your help.

View Article

Difference in available MoveIt API's

Hello everyone, I have a question regarding the general use of the MoveIT C++ / Python / Command Shell API(s) in context wth the provided launch files of the ros industrial program for fanuc robots. My...

View Article


How to move gripper to reach a object

Hello, I'm using Moveit! to do motion planning with my motoman mh5 robotic arm. I found the problem about motion planning when I want to reach a object. For example, I try to move the robot to catch...

View Article

Setting up controllers: No controllers found, no controller_list specified

Hello everyone! I'm trying to control the panda robot together with the UR5 robot through MoveIt!. For this, I combined both robots in a xacro file and correctly set up the simulation, including moving...

View Article


moving openmanipulator gazebo simulation from command line not working

I'm trying to use terminal to control my openManipulator_x through a gazebo simulation without much success. I've tried using the teleop keyboard controls and it's able to move the gazebo simulation....

View Article

moveit_tutorials kinetic error

Hello, I am using moveit_tutorials in ros kinetic, ubuntu 16.04. I am using this since many months. but suddenly today I get error while catkin_make, -- Could not find the required component 'pcl_ros'....

View Article


real-time motion planning in moveit

My question is about real-time motion planning in moveit or other ros packages. currently there are a good number of offline planners in moveit but is there any online and real-time planning method?

View Article

Grasp() detaches parts of my gripper from the rest everytime its called

Hallo guys, I am trying to get a pick/place with an ABB_irb2600 to work and ran into a problem: Every time the Grasp() happens the finger of my gripper (Added by myself into the ABBs urdf, see below)...

View Article

Multiple planning scenes

I am using ROS Kinetic (Ubuntu 16.04) and want to validate a motion in the current planning scene and in the same time I want to plan the following motions (for the same robot) in the future planning...

View Article

UR10e real hardware not moving but connected

Hi, I'm trying to connect to a UR10e robot and I am using the modern drivers of plusone-robotics. The software of the teach pendant is Polyscope 5.1.2 and the repositories (ROS Kinetic and Ubuntu...

View Article


URDF/COLLADA file is not a valid robot model | no name given for the robot |...

I have dowloaded the Universal Robots (UR3, UR5 and UR10) from: http://wiki.ros.org/universal_robot I am trying to load the Urdf | xacro file in Moveit setup assistant...However I cannot load the...

View Article


Is there a way to change the velocity of moveit cartesian path planner?

Hi, I want to move the end-effector of my ur5 robot in a small circle with radius of 2 cm. With the moveit cartesian path planner this works, however it is way to slow for it to be used for my...

View Article

using move_group to move robot in different coordinates

Hello, As in teach pendant by setting tool coordinate we can move robot only in that coordinates. how can I use move_group to move robotic arm in tool0 (as in motoman robot) coordinates instead of...

View Article

Planning requests counting collisions between robot links that should be...

I'm using Moveit in ROS Melodic and am currently attempting to have it create a trajectory for a move group. However planning is failing, here's output below: [ INFO] [1562088292.033876171,...

View Article


error during generating IK solution.

Hi, i am using 5DOF robot and i want to generate IK fast plugin for my robot. I have already generated my robot.dae file. But when I try to get IK solution using this command below python...

View Article

Failed to initialize SBPL Planning Context

Description of the problem: - Configuration of Moveit! plugin for SBPL. when launching demo.launch from the config package similar to `pr2_sbpl_interface_config` ; once a random goal is generated in...

View Article

Failed to initialize SBPL Planning Context

Description of the problem: - Configuration of Moveit! plugin for SBPL. - when launching demo.launch from the config package similar to pr2_sbpl_interface_config ; once a random goal is generated in...

View Article

how to build a dual_arm system in Gazebo and MoveIt?

enter code here I tried to build a dual-arm system by iiwa. I downloaded code on Github, the name of package is:"iiwa_stack" website:https://github.com/IFL-CAMP/iiwa_stack Then, I wrote a xacro file to...

View Article



Configuration Update in MoveIT!!!

Hi All, I am using ROS MoveIT for my manipulator, and it works fine. Now I have changed the actual design of my Manipulator and I would like to update the model in the MoveIT as per the new link...

View Article