Git Product home page Git Product logo

Comments (4)

FrGe2016 avatar FrGe2016 commented on September 14, 2024 2

Very interesting package

Here are a few improvement proposals :
- in the launch file date entry prompt remove the N before the number of the option since only the number must be typed
- for the read me of ros2 execution have a full exemple of the steps required for the sequences involving pick and pace (ex: cubePP.txt)

ros2 launch irb120_ros2_moveit2 irb120_interface.launch.py
Option 3: ABB IRB-120 Pick&Place Use-Case
Option 3: Schunk EGP-64 parallel gripper
ros2 run ros2_grasping spawn_object.py --package "ros2_grasping" --urdf "box.urdf" --name "box" --x 0.5 --y -0.3 --z 0.75
ros2 run ros2_execution ros2_execution.py --ros-args -p PROGRAM_FILENAME:="cubePP" -p ROBOT_MODEL:="irb120" -p EE_MODEL:="schunk"

Regards Francois

from ros2_robotsimulation.

FrGe2016 avatar FrGe2016 commented on September 14, 2024 1

Hi

In humble "egp64_RightFinger.dae" is required in the URDF but the file is not renamed in /irb120_ros2_gazebo/meshes)/egp64/
i have fixed it machine but the package could be modified to avoid this manual fix.

About attacher_action.py
It is effectively under ros2_grasping/scripts, and it is installed through the package's CMakeLists.txt file
it is also at the right place after build /home/francois/dev_ws/install/ros2_grasping/lib/ros2_grasping
but for some unknown reason it is not found when i launch the package ??
ERROR] [launch]: Caught exception in launch (see debug for traceback): executable 'attacher_action.py'
not found on the libexec directory '/home/francois/dev_ws/install/ros2_grasping/lib/ros2_grasping'

Finally solved

Was compile with colcon build --symlink-install the the symlink was not executable
Solution 1 : build without --syslink-install
Solution 2 : have the 2 python files executable in the source directory with chmod ( my prefered solution )

from ros2_robotsimulation.

FrGe2016 avatar FrGe2016 commented on September 14, 2024

I have done may test related to the ros2_action and and ros2_executions

Here are a few comments :
One build error for ros2_execution "abb-robot_msgs was missing in
Import SERVICES:
from abb_robot_msgs.srv import SetIOSignal

I added a .srv directory to ros2_data,
copied the SetIOSignal.srv file from the abb_robot_driver_interfaces
Added "srv/SetIOSignal.srv" in the CMakeLists.txt in the # ADD ROS2.0 .msg, .srv and .action files: section

        modified line 57 of execuion.py
        #from abb_robot_msgs.srv import SetIOSignal
         from ros2_data.srv import SetIOSignal

I had two problems with irb120_interface.launch.py
egp64_RightFinger.dae was missing I reanmed the "Schunk Gripper - RIGHT FINGER.dae"
Had to comment Attacher ( it had a file not found message, but it is in the specified directory ???)
[ERROR] [launch]: Caught exception in launch (see debug for traceback): executable 'attacher_action.py'
not found on the libexec directory '/home/francois/dev_ws/install/ros2_grasping/lib/ros2_grasping'

Since attacher is not started scripts involving grasping are not working

from ros2_robotsimulation.

MikelBueno avatar MikelBueno commented on September 14, 2024

Hi @FrGe2016,

Thank you very much for your feedback.

With regard to your last message:

  • The abb_robot_msgs service is not needed for these simulations (I have removed it in the latest commit).
  • "egp64_RightFinger.dae" is how I have named the file in ROS2 Humble and "Schunk Gripper - RIGHT FINGER.dae" is how it is called in the ROS2 Foxy branch. Could you please check that you've imported the correct branch for your ROS2 version?
  • attacher_action.py is under ros2_grasping/scripts, and it is installed through the package's CMakeLists.txt file (check the last lines). It should be working...

As I've mentioned, please check that you've installed the correct branch, and do let me know if you have any problems.

Best regards,
Mikel

from ros2_robotsimulation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.