Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-lc/robotvisualizer.jl
Tools for robot visualization in Julia.
https://github.com/simon-lc/robotvisualizer.jl
Last synced: about 1 month ago
JSON representation
Tools for robot visualization in Julia.
- Host: GitHub
- URL: https://github.com/simon-lc/robotvisualizer.jl
- Owner: simon-lc
- License: mit
- Created: 2022-04-06T00:28:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T00:15:45.000Z (about 2 years ago)
- Last Synced: 2024-11-09T23:34:13.993Z (about 2 months ago)
- Language: Julia
- Size: 3.63 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/simon-lc/RobotVisualizer.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/simon-lc/RobotVisualizer.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/simon-lc/RobotVisualizer.jl/branch/main/graph/badge.svg?token=4U7O59PKQC)](https://codecov.io/gh/simon-lc/RobotVisualizer.jl)# RobotVisualizer.jl
Tools for robot visualization in MeshCat.jl.### Rope Visualization
Visualize ropes using the catenary equation.### Other features
- export animations to GIF and MP4
- set lighting
- set background
- set floor
- set segment
- set 2d frame
- set polytope
- set arrow### ToDo's
- remove dependency on Polyhedra and switch to Meshes.jl for Polytope support