Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to include packages #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Make sure the following packages are installed before proceeding to package setu
Remeber to use the **ROS 2** branch

2. Turtlebot 4 simulator (optional, for simulation): ![github link](https://github.com/turtlebot/turtlebot4_simulator)

3. Laser Filters ![github_link](https://github.com/ros-perception/laser_filters.git)

4. Create3 Examples (for teleoperation) ![github+link](https://github.com/iRobotEducation/create3_examples.git) [irobot link](https://edu.irobot.com/learning-library/teleop-twist-with-the-create-3)

5. Vicon Bridge ![github link](https://github.com/dasc-lab/ros2-vicon-bridge)

## II. Installation Instructions

Expand All @@ -30,5 +36,18 @@ colcon build --packages-select slam_publisher
# if you are using bash, otherwise source setup.zsh
source install/setup.bash
```
## III. Running
From the root of your ros2 workspace
```
ros2 launch slam_publisher create3_and_lidar_launch.py
```
Wait until the resetPose service call has finished before starting to begin moving the create

In a second terminal, from the root of your ros2 workspace
```
source ~/create3_examples_ws/install/local_setup.sh
ros2 run teleop_twist_keyboard teleop_twist_keyboard
```
vicon instructions to come
`