milong

Results 11 issues of milong

### Issue Checklist - [X] I am using NexT version 8.0 or later. - [X] I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Troubleshooting page of NexT](https://theme-next.js.org/docs/troubleshooting.html). -...

Bug

I have known that LISA's core code in src\lmflow\pipeline\finetuner.py, mainly in class DynamicLayerActivationCallback. I read it with Algorithm 1 Layerwise Importance Sampling AdamW (LISA) in paper aside. So where is...

Alternatively i can let the two robots work together,but i'm afraid of collision. For example,I got 2 paths for each other ```python for waypoint in path1: franka1.control_dofs_position(waypoint) # scene.step() #...

question

I got these two warning: [WARNING] `qpos_start` exceeds joint limit. Relaxing joint limit to contain `qpos_start` for planning. [WARNING] `qpos_goal` exceeds joint limit. Relaxing joint limit to contain `qpos_goal` for...

I used `arm26.xml` from [mujoco/models](https://github.com/google-deepmind/mujoco/blob/main/model/tendon_arm/arm26.xml). It shows well in mujoco. ![Screenshot from 2024-12-24 17-26-16](https://github.com/user-attachments/assets/4e6ee68b-9d53-4489-a4cb-450246346795) But when I try to use it in genesis,it only shows a simple plane,lack the entity...

As title mentioned,I want to know how many joints and dof does franka_sim/bi-franka_panda have,to let it move. But it didn't say in its github page or readme.md. So is there...

when i run pip install -r requirements.txt, it shows ``` ERROR: Cannot install gym[all]==0.15.7 and mujoco-py==2.0.2.9 because these package versions have conflicting dependencies. The conflict is caused by: The user...

When I run this command: ``` python lerobot/scripts/control_robot.py --robot.type so100 --control.type record --control.fps 30 --control.single_task "Grasp a yellow tape and put it to yellow square." --control.repo_id a_cam_1/result --control.tags '["tutorial"]' --control.warmup_time_s...

bug

I wrote a `robot_client_ee.py` to do ee_type inference followed `robot_client.py. adding these: 1. add forward_kinematics and inverse_kinematics solver in __init__.py ```python self.robot_kinematics_solver = RobotKinematics( urdf_path="SO-ARM100/Simulation/SO101/so101_new_calib.urdf", target_frame_name="gripper_frame_link", joint_names=list(self.robot.bus.motors.keys()), ) self.joints_to_ee =...

Hi thanks for great work to so100_to_so100_EE. I tried record.py and found some bad teleoperate actions such as leader turning around slowly but follower must turn around very fast. I...

robots
teleoperators