-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moveit_simple_grasping #3
Comments
Hi You can install moveit_simple_grasps from the synaptic package manager itself. The default package has some issues, so i have attached zip file for the patched one. After installing the default package from the synaptic package manager, you will get installed with the necessary dependencies of this package. After that you can uninstall this package and build the above package from source !! |
Thanks for your reply. I have tried using every version of moveit_simple_grasps since 1.01 but it is still not working for me... |
ok.. can you screencast a video and sent to our mail id . Here is my id : [email protected] We can discuss via mail. !! |
Hi, Any help would be really appreciated. Thank you in advance |
Hi @gmanwal Sorry for the trouble. The real issue is that moveit_simple_grasp package is not maintaining any more !! May be we need to take the source code and have to change it for the new updates in R.O.S. Let me try. I am now at ICRA 2016, so will check after i returned !!! Try to check the code of the package !!! |
Thanks Lentin, G
|
Thanks :) !! |
Hi, [ERROR] [1465740328.774843123]: Grasp configuration parameter but I found "pregrasp_time_from_start: 4.0" in the file of seven_dof_arm_grasp_data.yaml. Could you give me any suggestions? thanks |
@zongchengzuo, Sorry for the issue !! Can you send a screencast of the issue to my mail id : [email protected]. !! |
Hi all I have found two solutions for this problem. This problem can vary in different system with different environment. Possible solution:
Please get back to me with your issues to my mail id : [email protected]. I am not closing the issue now, waiting for your response !!! |
grasp_generator_server is working The modified moveit_simple_grasps_1.zip package is good: Thanks! |
why not submit a PR to the original repo to fix the issue, rather than use clunky zip files? that is the point of Github... |
SUMMARYPARAMETERS
NODES ROS_MASTER_URI=http://localhost:11311 core service [/rosout] found when i run the command line roslaunch seven_dof_arm_gazebo grasp_generator_server.launch |
There is a problem in Ubuntu 16.04 ROS Kinetic.
Could you help me ? Thank you! |
Hi @wangcongrobot |
@liqisa @wangcongrobot 想问一下moveit_simple_grasps 在ubuntu14.04.5的兼容问题解决了吗?谢谢你的回复 |
my system is Ubuntu 14.04,5,moveit_simple_grasps ,Have you solved the compatibility problem in ubuntu14.04.5,thank you |
Lenthin I also had the problems my friends had previously and I dowloaded the updated moveit_simple_grasps1.zip and it worked! However it still remains an error in the package I would like to alert you guys.... in object "Collision Wall", the source code .h asks for 7 arguments (double, double...) and in the updated file provided, the fifth argument is named as a char, so you need to change and give a float (double) argument which is the height of the wall....after this changing (Add parameters which is missing in this .cpp file) you can compile and it will work. I also had a problem with teleop_pad.cpp in chapter 6 @qboticslabs which I solved including a #ifndef Q_MOC_RUN.... I have taken this solutiion from a forum but I really did not understand what are the Qt objects and why this solution solved my problem....could you explain me? Thanks for the book I am finishing it....and it is very good! |
hi,when i catkin_make,i get the following error: |
@learningxiaobai Can you put Ubuntu version and ROS version you are using? |
18.04,melodic |
@learningxiaobai The moveit_simple_grasps is currently depreciated, can you reconsider to use the following packages https://github.com/ros-planning/moveit_grasps https://ros-planning.github.io/moveit_tutorials/doc/moveit_grasps/moveit_grasps_tutorial.html |
thanks,i will try |
Are there any packages suitable for the noetic version |
@learningxiaobai Have you tried? |
Hi,
I am trying to run the chapter 10 demo on ROS indigo.
I have followed all of the steps you outline but I am getting problems with Moveit_simple_grasps not being able to find members from the moveit_visual_tools package. I have tried doing an ubuntu-debian install and from source of moveit_visual_tools but there seems to be some dependencies missing (setMuted(false) and loadEEMarker being examples).
Any help with this would be appreciated.
The text was updated successfully, but these errors were encountered: