Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.07 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.07 KB

SAILOR (Symbolic AnchorIng from perceptuaL data for rOs2-based Robots)

Dependencies

Installation

# repos
cd ~/ros2_ws/src
git clone https://github.com/MERLIN2-ARCH/sailor
pip3 install -r sailor/requirements.txt
cd ~/ros2_ws
colcon build

Demo

ros2 launch sailor_bringup sailor.launch.py
ros2 service call /get_objects kant_interfaces/srv/GetPddlObject {}

Citations

@misc{gonzálezsantamarta2023sailor,
      title={SAILOR: Perceptual Anchoring For Robotic Cognitive Architectures},
      author={Miguel Á. González-Santamarta and Francisco J. Rodríguez-Lera and Vicente Matellán Olivera},
      year={2023},
      eprint={2303.08204},
      archivePrefix={arXiv},
      primaryClass={cs.RO}
}