You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
and this is what happens when i try to move it rviz
i dont know what to do to make the robot work properly
maybe this part of the urdf is not well declared?
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
rrectly. In rviz (the whole robot appears correctly but I cant moveit or make it stand up .
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
The text was updated successfully, but these errors were encountered: