crisp_controllers

(★ 230)

CRISP – Compliant ROS2 Controllers for Learning-Based Manipulation Policies

File Explorer

  • .clang-format
  • .clang-tidy
  • .gitignore
  • .pre-commit-config.yaml
  • CHANGELOG.md
  • CMakeLists.txt
  • crisp_controllers.xml
  • LICENSE.md
  • package.xml
  • pixi.lock
  • pixi.toml
  • pyproject.toml
  • README.md
  • zensical.toml

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pixi

View Details ▼

Developer Workflow and Environment Management for projects.

pixi init {{path/to/project}}

Initialize a new project:

pixi add {{dependency1 dependency2 ...}}

Add project dependencies:

pixi shell

Start a pixi shell in the project environment:

// repository documentation