Controlling the quadruped using ROS2 commands. #32
Unanswered
rafaelromaquela
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Hi, are you trying to use the ros2 wrapper here? https://github.com/iit-DLSLab/Quadruped-PyMPC/blob/main/ros2/run_controller.py If so, did you set in Quadruped-PyMPC/ros2/run_controller.py Line 45 in b963164 and USE_MUJOCO_SIMULATION = False? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to control the quadruped using only ROS2 commands. I can successfully read topics and retrieve information, but when I try to publish joint positions or center-of-mass velocities, the robot doesn't move.
Is this feature supported in the current simulation? Or is control limited to keyboard inputs and predefined command words?
Thank you for the support.
Beta Was this translation helpful? Give feedback.
All reactions