Acorn precision farming rover
This is the software repository for Acorn, the precision farming rover by Twisted Fields.
For more information see twistedfields.com
This is the software repository for Acorn, the precision farming rover by Twisted Fields.
For more information see twistedfields.com
Docker would only run as root, is that the problem here?
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Removing intermediate container 087b8b36bcc1 ---> 00371d17bcd6 Step 13/18 : COPY bringup/ODriveAcorn /install/bringup/ODriveAcorn ---> 76ff29e0a506 Step 14/18 : RUN cd /install/bringup/ODriveAcorn/tools/ && python3 /install/bringup/ODriveAcorn/tools/fibre/python/setup.py install ---> Running in b115c61e0bd4 /bin/sh: 1: cd: can't cd to /install/bringup/ODriveAcorn/tools/ ERROR: Service 'acorn_vehicle' failed to build: The command '/bin/sh -c cd /install/bringup/ODriveAcorn/tools/ && python3 /install/bringup/ODriveAcorn/tools/fibre/python/setup.py install' returned a non-zero code: 2
For many of the UI Buttons I have no idea what they are used for. Some on hover Texts with a Hint of the intended usage would help me a lot to just intuitively get started using the UI.
It would be nice to create some very basic paths for the robot to follow via the UI.
Similar to the Start Polygon
Feature but creating a Line instead of a Polygon.
Then I would want to save them with the Save
button and Load to the Acorn with the Load Path
Button
I just added some details to the Simulation Readme. They felt like relevant hints I kind of was missing while reading it the first time. And it would also be nice to add a screenshot of the (still not perfect) UI to give users the feeling of not only having to use the terminal but also get a UI with a map where you can actually see someting moving :)
So it seems im getting a Temp failure resolving issue/error pulling down ubuntu repos when running the simulation.sh file when trying to fire up the docker. It seems its failing right after step 2/14. Any ideas?
Thanks in advance! Love this project! So grateful for your work! Stellar
Random thought, not sure if feasible.
The existence of RTK GPS may allow robot to discover its configuration by repeatedly guessing a value, moving a bit on a flat surface, comparing the errors between dead reckoning and precise location, and adjusting the guess accordingly. The discoverable configuration may include the distances between the position reference point and each wheel, the size of the wheels, which controller corresponds to which wheel, etc. It would help amateurs a lot to get a robot up and running.
Once discovered and calibrated, it may also be able to guess the terrain by the same trick, in order to adjust the output.
enhancementHAWQ: Hessian AWare Quantization HAWQ is an advanced quantization library written for PyTorch. HAWQ enables low-precision and mixed-precision uniform
Official code release for: EditGAN: High-Precision Semantic Image Editing
PyTorch implementation of UAGAN(U-net Attention Generative Adversarial Networks) This repository contains the source code for the paper "A High-precis
Non-Rigid Neural Radiance Fields This is the official repository for the project "Non-Rigid Neural Radiance Fields: Reconstruction and Novel View Synt
DONeRF: Towards Real-Time Rendering of Compact Neural Radiance Fields using Depth Oracle Networks Project Page | Video | Presentation | Paper | Data L
HandTailor This repository is the implementation code and model of the paper "HandTailor: Towards High-Precision Monocular 3D Hand Recovery" (arXiv) G
This repository holds NVIDIA-maintained utilities to streamline mixed precision and distributed training in Pytorch. Some of the code here will be included in upstream Pytorch eventually. The intention of Apex is to make up-to-date utilities available to users as quickly as possible.
CPT: Efficient Deep Neural Network Training via Cyclic Precision Yonggan Fu, Han Guo, Meng Li, Xin Yang, Yining Ding, Vikas Chandra, Yingyan Lin Accep
EdMIPS is an efficient algorithm to search the optimal mixed-precision neural network directly without proxy task on ImageNet given computation budgets. It can be applied to many popular network architectures, including ResNet, GoogLeNet, and Inception-V3.
Prefix date parser This is a helper class to parse dates with varied degrees of precision. For example, a data source might state a date as 2001, 2001
GMPQ: Generalizable Mixed-Precision Quantization via Attribution Rank Preservation This is the pytorch implementation for the paper: Generalizable Mix
Introduction This is a Python package available on PyPI for NVIDIA-maintained utilities to streamline mixed precision and distributed training in Pyto
NIRPS-ETC Exposure Time Calculator (ETC) and radial velocity precision estimator for the Near InfraRed Planet Searcher (NIRPS) spectrograph February 2
Deformable Neural Radiance Fields This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies. Project Page Paper Video This codebase conta
PV-RAFT This repository contains the PyTorch implementation for paper "PV-RAFT: Point-Voxel Correlation Fields for Scene Flow Estimation of Point Clou
KiloNeRF: Speeding up Neural Radiance Fields with Thousands of Tiny MLPs Check out the paper on arXiv: https://arxiv.org/abs/2103.13744 This repo cont
Depth-supervised NeRF: Fewer Views and Faster Training for Free Project | Paper | YouTube Pytorch implementation of our method for learning neural rad
HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields This is the code for "HyperNeRF: A Higher-Dimensional
GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields Project Page | Paper | Supplementary | Video | Slides | Blog | Talk If