In the verifiable robotics research group at Cornell, our goal is to develop a robot that helps evacuate people out of buildings. our robot, named jackal has been used in pilot studies studying human-robot interaction when there are contradicting values. For example, in an emergency, people will often search for their valuables before exiting the building, thus decreasing their chances of survival. The robot on the other hand, will want to exit the building. We are studying the best robot behaviors to get the people to follow it faster.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Things
I worked bloating the walls. This step ensures that the robot does not run into walls. I do this by taking the walls and sort of "bloating" them and telling the robot those bloated walls are the real walls. Additionally, I worked on creating a ROS node for projecting a human position onto the a predetermined roadmap so the robot can go to it.
This is projecting a human onto the roadmap:
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Sentientplatypus/jackal.git
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Feature 1
- Feature 2
- Feature 3
- Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Geneustace Wicaksono - My Website - [email protected]
Project Link: https://github.com/Sentientplatypus/jackal