Replies: 2 comments 6 replies
-
A couple of comments:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Update on our progress - After using #point-streaming: further development based on PR #88 #215 that @marip8 recommended, we managed to add Point Streaming support on our MoveIt! package. We also launched the
an example of a message in
In the
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to use a joystick to teleoperate the robot (real-time operation).
I wrote my own node (with the help of ChatGPT) that subscribes to the
/joy
topic and moves the pose in x and y when something is published to joy:joystick_teleop.py
For some reason the robot does not react to the node. I'm getting the following errors:
This is from the info from the joystick_teleop.py:
[ INFO] [1686832400.885087394] [/moveit_python_wrappers_1686832320279744835]: ABORTED: TIMED_OUT
Beta Was this translation helpful? Give feedback.
All reactions