ros-simulation / gazebo_ros_pkgs

Wrappers, tools and additional API's for using ROS with Gazebo
http://wiki.ros.org/gazebo_ros_pkgs
742 stars 766 forks source link

Implementation of vacuum suction using vacuum gripper #1490

Open mazik1496 opened 1 year ago

mazik1496 commented 1 year ago

image

Hello. I'm in the process of implementing vacuum suction by referring to some of the open sources here. I referenced a lot in urdf, gazebo's xacro, and node files, but the object should stick to the wall, but it keeps falling off. I'll give you the attached file, can you take a look? I'd like to attach the source code, but it's too many, so I'm attaching the package files I'm working on.

wallclimb.zip

The parts to look at are: climbbot.urdf.xacro climbbot.gazebo.xacro climbbot_gripper.py wall_test1.launch (gazebo executable file)