Skip to content

Conversation

TheSesar
Copy link

This update primarily adds the teleoperation agent Mello and analog gripper command support. A "Teleoperation and Imitation Learning" section has been added to the README for Mello, but imitation learning content has not yet been included, as data collection for it has not been implemented.

@TheSesar TheSesar requested a review from kaikwan August 26, 2025 23:17
*Referenced ur5e usd file from gcu_objects instead of downloads folder
*Separated teleop mode code into their own cfgs for point_pos and pack_env
*Added code back to make non teleop modes work again
@kaikwan
Copy link
Collaborator

kaikwan commented Oct 8, 2025

Gripper not working correctly

@kaikwan
Copy link
Collaborator

kaikwan commented Oct 8, 2025

gcu_objects references local commit in submodule, push these changes first!

@calebewest
Copy link

Created pull request to merge the gcu_objects changes into the features branch that GCULab is using.
Link: https://github.com/personalrobotics/gcu_objects/pull/2

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove file, incomplete

).repeat(num_envs, 1)


# gripper_vel = torch.zeros((delta_pose.shape[0], 1), dtype=torch.float, device=device)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comments

# compute zero actions
actions = torch.zeros(env.action_space.shape, device=env.unwrapped.device)

actions[:, 6]= 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove all changes in this file

"""
# process actions
self.action_manager.process_action(action.to(self.device))

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undo whitespace changes, use the formatting tool pre-commit run --all-files to format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants