Table of Contents
This repo is for the testing and learning of ROS 2 navigation capabilities using the Nav2 navigation stack.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is the list of software required to run this repository:
- Ubuntu Linux 22.04
- ROS 2 Humble (https://docs.ros.org/en/humble/Installation.html#binary-packages)
- NVIDIA Isaac Sim Version 4.2
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
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).
Distributed under the MIT License. See LICENSE.txt
for more information.