ocs2 icon indicating copy to clipboard operation
ocs2 copied to clipboard

Optimal Control for Switched Systems

Results 55 ocs2 issues
Sort by recently updated
recently updated
newest added

### Description I am trying to integrate the `ocs2_perceptive_anymal` in the `ocs2_robotics_example` framework for the Unitree B1 and Unitree Aliengo quadruped robots. Initially, while the front legs' foot placements appeared...

How can I build and install OCS2 using ros2-humble on ubuntu 22.04?

I am wondering if the ocs2 supports for ubuntu 18.04

In function: ```c++ ad_vector_t LeggedBalanceSystemDynamics::systemFlowMap(ad_scalar_t /*time*/, const ad_vector_t& state, const ad_vector_t& input, const ad_vector_t& parameters) const { // todo: add linear equation ad_scalar_t theta_l = state(1), theta_r = state(2), theta...

When will ROS2 be supported?

I am using loopshaping in OCS2, but there is some difference between my simulation and paper "Frequency-Aware Model Predictive Control", I suspect I make some mistakes when using loopshaping. So...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

I am working on quadruped robot, if I want to change order of leg, which file should I change?

**Describe the bug** I set up and install all the dependency of MPC-Net and then i run the train.py in ocs2_ballbot_mpcnet, it seems everything goes well but the program stuck...