Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A highly configurable toolkit for commanding robots in mixed modalities with liveliness.
You can find the documentation for lively here
For an interface to configure Lively, see LivelyStudio.
Lively Package
The Lively framework provides a highly configurable toolkit for commanding robots in mixed modalities while incorporating liveliness motions. It is adapted from RelaxedIK framework, and compatible with Python and Javascript/Node.
To configure a robot, the easiest method is to use the LivelyStudio interface in the LivelyStudio repository, which is a system for configuring and programming the robot visually.
Documentation is provided on our github pages site. It provides an API overview and online tutorials.
Please feel free to post in our Github Discussions, or if you found an issue, report it here.
Python Instructions
To build, download and cd
to this directory. Then run:
# Install Maturin
pip3 install maturin
# If you just want to install locally or develop:
maturin develop
To deploy, run yarn deploy
from the main
branch in the docs
directory. We will need to redeploy every time we make new changes to the documentataion.
Javascript Instructions
To build, download and cd
to this directory. Then run:
# Build the javascript bundle
wasm-pack build --scope people_and_robots --target bundler -- --features jsbindings
# Pack
wasm-pack pack
# Publish
wasm-pack publish --access=public
FAQs
A highly configurable toolkit for commanding robots in mixed modalities with liveliness.
We found that lively-tk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.