[jsk_generic_teleop] Just specify the Eus model and input device, and the robot will be ready to move.#797
Open
Michi-Tsubaki wants to merge 12 commits into
Open
Conversation
Author
|
Translational teleoperation is OK with Joystic PS5, rotation is WIP. Screencast.from.2026-04-26.19-35-42.webm |
Author
|
In jsk-ros-pkg/jsk_robot#1947 (comment), I confirmed that teleoperation tasks can be performed using the sample for g1 in this repository. |
[jsk_generic_teleop] squash teleop main euslisp node into spacenav_classic.launch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As Professor k-okada mentioned, I created a teleoperation machine that works by just specifying the euslisp model, initial posture, and input device.
I checked PR2, G1 and G1, all real robot.
Spacenav (relative position representation)とTouch HID (absolute position representation)

is supported, and devices input with similar msg are supported.
I'm currently trying PS5 Joystic input, so this is WIP. Since JOY is XY, I am looking at PR2's Joy and considering which button to use for Z.
Touch HID
Screencast.from.2026-04-26.16-58-03.webm
Space Nav
Screencast.from.2026-04-26.18-59-35.webm
I have prepared the offset and scale of the initial pose that seems good for each robot in
sample/,Removing options such as scaling and initial posture, it works with at least this minimum arguments.