Git Product home page Git Product logo

Comments (5)

NilsHeidemann avatar NilsHeidemann commented on September 14, 2024

Try 'ros2srrc_execution' as the package name. This is the place where the program 'ur3' lies

from ros2_simrealrobotcontrol.

gjmm07 avatar gjmm07 commented on September 14, 2024

Thanks for your answer. This seems to work. What else do I need to launch to start the action server? Something like:
ros2 launch ros2srrc_ur3_gazebo

from ros2_simrealrobotcontrol.

NilsHeidemann avatar NilsHeidemann commented on September 14, 2024

There were some changes to the launch files and I dont know exactly what the launch command should look like because Im using an older version.
But I looked into the new files and you can try this:
For a real robot: ros2 launch ros2srrc_launch bringup_ur.launch.py
For a simulation: ros2 launch ros2srrc_launch simulation.launch.py

from ros2_simrealrobotcontrol.

gjmm07 avatar gjmm07 commented on September 14, 2024

Thanks for your help. I am now able to launch a robot simulation using:
ros2 launch ros2srrc_launch simulation.launch.py package:="ros2srrc_ur3" config:="ur3_2" Gazebo opens as expected, but when trying to
ros2 action send_goal -f /Move ros2srrc_data/action/Move "{action: 'MoveL', movel: {x: 0.00, y: 0.00, z: 0.00}, speed: 1.0}"
I am still getting "Waiting for action server to become available"

from ros2_simrealrobotcontrol.

gjmm07 avatar gjmm07 commented on September 14, 2024

What does work though is:
ros2 launch ros2srrc_launch moveit2.launch.py package:="ros2srrc_ur3" config:="ur3_2" (which also launches gazebo)
and
ros2 action send_goal -f /Move ros2srrc_data/action/Move "{action: 'MoveJ', movej: {joint1: 10.00, joint2: 0.00, joint3: 0.00, joint4: 0.00, joint5: 0.00, joint6: 0.00}, speed: 1.0}
which does the job for me.

from ros2_simrealrobotcontrol.

Related Issues (14)

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.