Skip to content

robustrobotics/spot_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spot Tools

A place for spot tools

python3 -m venv spot_tools_env
pip install -e .

To run the linter on everything:

pre-commit run --all-files

Examples

You can find an example of the ROS-free spot executor in examples/test_spot_executor.py. You should be able to run this and see a little plot of the agent moving along a path. Run it with python -i so that the plot stays at the end. If it crashes with an inscrutable error, you may need to pip install opencv-python-headless because of a conflict between opencv's QT version and matplotlib's QT version.

About

A place for spot tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages