Citation |
|
|
Bibtex |
@inproceedings{ancha2023rss, title = {Active Velocity Estimation using Light Curtains via Self-Supervised Multi-Armed Bandits}, author = {Siddharth Ancha AND Gaurav Pathak AND Ji Zhang AND Srinivasa Narasimhan AND David Held}, booktitle = {Proceedings of Robotics: Science and Systems}, year = {2023}, address = {Daegu, Republic of Korea}, month = {July}, }
dyn_map
: standalone package for dynamic occupancy grids
We modularized our code such that dyn_map
is a standalone package for representing, visualizing and updating dynamic occupancy grids. It does not contain any dependencies on light curtains! This package can be conveniently used to run dynamic occupancy grids with any sensor (e.g. LiDAR, depth camera etc.) or for any application independent of light curtains!
It is a ROS-based package that creates and publishes custom messages dyn_map/DynamicOccupancyGrid
and dyn_map/VisibilityGird
for dynamic occupancy grids and visibility grids respectively. We extended a modern ROS visualizer, Foxglove Studio to visualize our custom messages. Our custom visualizer can be downloaded here.
lc_ve
: velocity estimation using light curtains
The lc_ve
package implements velocity and occupancy estimation using light curtains and dynamic occupancy grids (using the dyn_map
package). The main results in the paper are generated using this package.
lc_lib
: In addition, we also provide the lc_lib
bundle (in src/lc_lib) that contains multiple lower-level light-curtain related ROS packages for simulating light curtains, planning feasible light curtain profiles using the constraint graph, generating random curtains, and wrappers for C++ and Python. This is used as a dependency by the lc_ve
package.
We thank Pulkit Grover for discussions on information-theoretic measures of mixed discrete-continuous random variables. This material is based upon work supported by the National Science Foundation under Grants No. IIS-1849154, IIS-1900821, the United States Air Force and DARPA under Contract No. FA8750-18-C-0092, and a grant from the Manufacturing Futures Institute at Carnegie Mellon University.
Disclaimer: Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation, United States Air Force and DARPA.