Replies: 3 comments 1 reply
-
Unfortunately, no. There is no simulator available for MotoROS2.
I don't personally have any experience with it. But I believe that Gazebo offers some simulation capabilities that are compatible with ROS control architectures. Unfortunately I cannot offer any advice on how to use it. |
Beta Was this translation helpful? Give feedback.
-
Could you clarify a bit what the non-functional requirements are in the project you mention? I ask because the node shared in #66 (comment) could theoretically be extended to support trajectory replacement. The point queuing interface offered by MotoROS2 definitely supports it (as it ingests points, not trajectories) and it would be great if we could avoid duplication of effort. It won't approach Finally: we do have a If you're interested in something like that, you could take a look at ra-mtp-ntnu/motoman_hardware in combination with I believe tingelst/motoman@realtime-motion-server. I've not (recently) used this, and absolutely can't guarantee fitness-for-use, YMMV. Perhaps @tingelst could comment on the status of that code / those packages.
could you also clarify what you refer to by that here? I've wanted to start a discussion around the "real-time position streaming interface (skipping MotoROS2's internal motion queue)" item on the roadmap with a couple of users that have expressed interest in this in the past (both here and in the context of MotoROS1). Perhaps this would be a good time. |
Beta Was this translation helpful? Give feedback.
-
@drolleigh: have you been able to make any progress? |
Beta Was this translation helpful? Give feedback.
-
System: ubuntu 20.04, ROS2 Humble, MoveIt 2
I'm working on a project where I want to implement a streaming interface for motion plans that Moveit creates in the form of a JointTrajectory message. Ultimately, the goal is to be able to accomplish trajectory replacement , and be streaming FollowJointTrajectory points to the MotoROS2 controller.
I think this is very similar to what you were trying in issue 66.
My questions are these:
Beta Was this translation helpful? Give feedback.
All reactions