Navigation through terrain with Python!
Run command in your visual studio code terminal as follows
.\setup.ps1If you prefer Linux, use this file instead
.\setup.shIn future, you just activate your virtual python environment as
.\robotics\Scripts\activate- Open up terminal and type
bash- (so now most of these instructions work on both Windows and Mac)
- Clone this branch into wherever you want it
git clone -b isaac https://github.com/sungkarb/WR-Navigation.git- You may now close this terminal
- In Visual Studio Code, open up the directory
WR-Navigationusing the either the menu,Ctrl-O, orCmd-O - Follow the README to setup the virtual python environment
- Keep the vscode terminal open after
- Install any necessary python libraries listed here:
pip install networkx
pip install numpy
pip install pandas
pip install scipy
pip install matplotlib
pip install laspy lazrs- Run
setup.pyto initialize necessary data
python setup.py- Open up
settings.jsonin thesrcfolder and configure as needed (start and end points) - When you are ready to run the program (in the same terminal as before)
python main.py- To see the results, you may run
visualize.py
python visualize.py- Install any necessary python libraries listed here:
pip3 install networkx
pip3 install numpy
pip3 install pandas
pip3 install scipy
pip3 install matplotlib
pip3 install laspy lazrs- Run
setup.pyto initialize necessary data. This only has to be done ONCE!!
python3 setup.py- Open up
settings.jsonin thesrcfolder and configure as needed (start and end points) - When you are ready to run the program (in the same terminal as before)
python3 main.py- To see the results, you may run
visualize.py
python3 visualize.pygg ez