Xinchen Yao

Results 5 comments of Xinchen Yao

I have encountered the same problem. Have you solved it? @viprob-ai ![image](https://github.com/ros-planning/moveit2/assets/122890920/d92edd89-ec3d-45ea-97ec-2fa355b461cc) I am using a custom robot and trying to control it with moveit servo. The servo seems to...

I have found the reason and successfully solved the problem. The variable `auto servo_parameters = moveit_servo::ServoParameters::makeServoParameters(this->shared_from_this());` has several members whose default values are related to `panda`. ![image](https://github.com/moveit/moveit2/assets/122890920/a83929e1-5ac4-455d-ade4-cf0a19cc0520) These variables can...

Hi, @fzoric8 Do you mean what commands I am sending to the servo? If so, I specify the topics in the servo's parameters. ``` ## Topic names cartesian_command_in_topic: scara/delta_twist_cmds #...

Hi @fzoric8, Thanks for your suggestions. The arm I am using is a SCARA with a 3DOF structure at its end. Including the Z-axis on the base, it functions as...

I solved this problem by recreating an environment with python 3.10. ``` conda create --name genesis python==3.10 conda activate genesis pip install genesis-world ``` I am using MacBook Air M2.