Skip to content

A simple plotting utility for cartesian paths and standard deviation in pybullet.

Notifications You must be signed in to change notification settings

Sicelukwanda/pybullet-path-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pybullet Path Distribution Visualizer

This is a simple plotting utility for cartesian paths and standard deviation in pybullet.

  • Plots individual waypoints (x,y,z) using a shape model (i.e., torus or sphere) with alpha < 1.0 for transparency.
  • Each waypoint object can be XYZ scaled, distorted, rotated, and coloured. Example:
  • Other object models can be loaded into the Pybullet client using standard way (i.e., p.loadURDF(...) or using the Mesh class in mesh_loaders.py to create a full scene:

Example

More examples can be found in the research paper A Unifying Variational Framework for Gaussian Process Motion Planning

@article{cosier2023unifying,
  title={A Unifying Variational Framework for Gaussian Process Motion Planning},
  author={Cosier, Lucas and Iordan, Rares and Zwane, Sicelukwanda and Franzese, Giovanni and Wilson, James T and Deisenroth, Marc Peter and Terenin, Alexander and Bekiroglu, Yasemin},
  journal={arXiv preprint arXiv:2309.00854},
  year={2023}
}

About

A simple plotting utility for cartesian paths and standard deviation in pybullet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages