Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help usign champ with hyperdog quadruped robot #150

Open
diego112891 opened this issue Nov 22, 2024 · 1 comment
Open

Help usign champ with hyperdog quadruped robot #150

diego112891 opened this issue Nov 22, 2024 · 1 comment

Comments

@diego112891
Copy link

I am working on a project focused on mapping and navigation using the HyperDog quadruped robot in ros2 (https://github.com/NDHANA94/hyperdog_ros2). This is the final goal of my project.
However, I have encountered issues with the HyperDog robot due to a bug that causes it to only slide instead of walking. The creator of the robot mentioned that they have not been able to find a solution for this issue. To address this, I plan to implement the CHAMP control framework, as the discussions in the HyperDog repository suggest it is compatible for controlling the robot.

Before implementing CHAMP in ROS2, I wanted to test it in ROS1 to use the Robot Setup Assistant. However, I am facing difficulties in doing so. Specifically, I would like to ask for your guidance on the proper way to create the URDF. I generated a URDF from the xacro files, but the body of the robot does not appear in Gazebo, nor can I control it co
WhatsApp Image 2024-11-22 at 1 55 00 PM
rrectly. In rviz (the whole robot appears correctly but I cant moveit or make it stand up .
WhatsApp Image 2024-11-22 at 8 00 12 AM
hyperdog_completo.txt
https://espolec-my.sharepoint.com/:u:/r/personal/diadrodr_espol_edu_ec/Documents/Datos%20adjuntos/[champ_prueba_Ws](https://espolec-my.sharepoint.com/:u:/r/personal/diadrodr_espol_edu_ec/Documents/Datos%20adjuntos/champ_prueba_Ws.zip?csf=1&web=1&e=uzQh90).zip?csf=1&web=1&e=uzQh90

@diego112891
Copy link
Author

update

the body of the robot finally appeared in Gzebo the problem was that I left a space " " in the name of one the links and i also replaced the line <mesh filename= "File:///home/diego/champ_prueba_Ws/src/urdf_hyperdog/meshes/body.stl" scale="0.001 0.001 0.001"/> with <mesh filename="package://urdf_hyperdog/meshes/body.stl" scale="0.001 0.001 0.001"/> and that resolved the issue.

the bad news is that the robot still doesnt work properly. When te controllers are loaded instead of standing up this happens and also doesnt move

WhatsApp Image 2024-11-25 at 9 40 59 PM

and this is what happens when i try to move it rviz
WhatsApp Image 2024-11-25 at 10 07 12 PM

i dont know what to do to make the robot work properly
maybe this part of the urdf is not well declared?

WhatsApp Image 2024-11-25 at 10 13 18 PM

or maybe the problem in the gait parameters?

WhatsApp Image 2024-11-25 at 10 23 15 PM

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

No branches or pull requests

1 participant