Questions tagged [moveit]
61 questions
0
votes
1 answer
fatal error: moveit/move_group_interface/move_group.h: No such file or directory
Hello I am following a tutorial from Mastering_ROS_for_Robotics_Programming
this is my test_random.cpp file
#include
int main(int argc, char **argv)
{
ros::init(argc, argv, "move_group_interface_demo",…

Murtaza
- 413
- 1
- 3
- 13
0
votes
1 answer
How to use change directory CD and source commands in a singularity recipe
I am trying to create a singularity container for simulating the Emika Franka robot. For this, I need to use catkin to build the moveit examples and the panda_config from the GitHub repositories. However, I keep running into some troubles because of…

rickstaa
- 405
- 5
- 23
0
votes
1 answer
Can anyone shed some light on error I'm receiving when executing .net Console application. (System.Runtime.InteropServices.COMException (0x80040111)
I have a .net (framework version 4.5.1) console application that encounters the following error when it is executed:
System.Runtime.InteropServices.COMException (0x80040111): Retrieving the COM class factory for component with CLSID…

Jason
- 67
- 12
0
votes
2 answers
How run multiple move_group for different robots in single system
I am trying to simulate in Gazebo multiple robots(KUKA, UR5 and Franka Panda). In a URDF file included all the robot for simulation and using the Moveit made separate arm group of all three robots. Using the Moveit commander, I can control the…

Vishnu Prasad P
- 69
- 2
- 9
0
votes
1 answer
Export math formulas from MoveIt
I want to write article about frameworks like ROS and industrial control operating systems. One of my chapters must contains some mathematical that uses from calculating trajectory. Is there is the way to get math formulas that has been used in…

BrokenCoin
- 97
- 13
0
votes
1 answer
PositionConstraint goal for robot arm: Unable to construct goal representation
I have a setting of ROS indigo, Gazebo under Ubuntu 14.04. Under ROS, moveit node is running. A robot arm IRB120 is simulated and standing in Gazebo. I have a node that uses moveit (move_group node) to plan a path (trajectory) for for the…

Makan
- 2,508
- 4
- 24
- 39
0
votes
1 answer
Dependency issue while installing moveit
I am trying to build Moveit from source as given in http://moveit.ros.org/install/source/
wstool init .
wstool merge https://raw.githubusercontent.com/ros-planning/moveit/indigo-devel/moveit.rosinstall
wstool update
rosdep install -y --from-paths .…

Saurabh Mirani
- 3
- 4
0
votes
1 answer
Running a moveit task that runs a bash script which utilizes the Azure AzCopy utility
I have tried running a bash script, batch file and a script file,which utilizes the azcopy utility. The azcopy command copies files from a remote location to an azure blob storage.
AZCOPY /Source:$Source /Dest:$Destination /DestKey:$DestKey…

SohoSurfer
- 3
- 4
0
votes
1 answer
No visualization in Rviz when publishing on (collision_object) topic?
I am trying to add a collision object using another way than
planning_scene.addCollisionObjects(std::vector)
so I am trying to publish on (collision_object) and (attached_collision_object) topics using
ros::Publisher…

MostafaBakr
- 107
- 11
0
votes
1 answer
MoveIt octomap not displayed in rviz
I am working with ROS INDIGO, a Sawyer robot (Rethink robotics), a Kinect v1, and MoveIt.
I am working on a Human-Robot Collaboration project.
After installing MoveIt, I have edited "camera_link_pose" from sawyer_moveit.launch to suit my…

Acwok
- 23
- 6
0
votes
1 answer
Save MoveIt! Octomap
I am running Ubuntu 14.04 and ROS Indigo. I want to access the OctoMap generated via MoveIt! and convert it in standard OctoMap format and save/process it. The following piece of code should do it:
void cloud_cb(const moveit_msgs::PlanningScenePtr&…

Henry.Sleek
- 1
- 2
0
votes
1 answer
How do I pass in a parameter value to a vbscript I want to run
I am trying to write a script to create a flg file after a filemovement that is empty but just indicates the file moved before it has been sent successfully. Since this will be used repeately for many differnt file movements with many different…

HLGEM
- 94,695
- 15
- 113
- 186
-1
votes
0 answers
A problem occured in moveit : start_state_collision
When I'm using the Baxter robot for path planning, I wrote a very simple demo according to the Moveit doc and the Baxter robot tutorial hoping to use the move it for trajectory planning, I got a problem:
[baxter - http://localhost:11311]…
-1
votes
3 answers
Invoking "cmake" failed
I am trying to build a ROS package 'moveit_kinematics' but getting the following error:
I ran find_package(ur3_moveit_plugin REQUIRED) but getting syntax error.
CmakeLists.txt:
find_package(trac_ik_kinematics_plugin…

Anubhav Singh
- 8,321
- 4
- 25
- 43
-1
votes
2 answers
How to Exit a For Loop in MoveIt
I am setting up my first real task using Moveit as we just purchased it to replace a home-grown file mover.
I am running a for loop that will pick up 24 files but if one fails, it currently continues on and picks up the rest. If the final file…

HLGEM
- 94,695
- 15
- 113
- 186