Skip to content

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

License

Notifications You must be signed in to change notification settings

MERLIN2-ARCH/sailor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}