Skip to content

IntEL4CoRo/blockly-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockly-playground

Binder

Block-based programming for household robots.

screenshot

Examples on Binderhub:

Software Components

Blockly

Blockly is a library from Google for building beginner-friendly block-based programming languages.

Docs: https://developers.google.com/blockly/guides/overview

Repo: https://github.com/google/blockly

Giskardpy

Giskard is an open source motion planning framework for ROS, which uses constraint and optimization based task space control to generate trajectories for the whole body of mobile manipulators.

Repo: https://github.com/SemRoCo/giskardpy/tree/mujoco_actions_devel

Mujoco (2.3.7) simulator

MuJoCo stands for Multi-Joint dynamics with Contact. It is a general purpose physics engine that aims to facilitate research and development in robotics, biomechanics, graphics and animation, machine learning, and other areas which demand fast and accurate simulation of articulated structures interacting with their environment.

Repo: https://github.com/HoangGiang93/mujoco_sim

Development

Build Docker Image Locally (Under repo directory)

  • Run Docker image with X-forwarding

    xhost +local:docker && \
    docker compose -f ./binder/docker-compose.yml up  --build && \
    xhost -local:docker
  • Open Web browser and go to http://localhost:8888/lab/

  • To stop and remove container:

    docker compose -f ./binder/docker-compose.yml down

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published