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

ROS 2 one-liner install update #251

Merged
merged 1 commit into from
Oct 30, 2023
Merged

ROS 2 one-liner install update #251

merged 1 commit into from
Oct 30, 2023

Conversation

horverno
Copy link
Contributor

Thanks, for this awesome work. For convenience, i updated the one-liner install at the readme. Basically in ROS 2 the steps are the following:

cd ~/ros2_ws/src/
git clone https://github.com/PRBonn/kiss-icp
cd ~/ros2_ws/
colcon build --packages-select kiss_icp

Which can be merged into one line:

cd ~/ros2_ws/src/ && git clone https://github.com/PRBonn/kiss-icp && cd ~/ros2_ws/ && colcon build --packages-select kiss_icp

After source it can be started with e.g:

ros2 launch kiss_icp odometry.launch.py topic:=/lexus3/os_left/points

Copy link
Collaborator

@nachovizzo nachovizzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

@benemer benemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@benemer benemer merged commit fcbd09d into PRBonn:main Oct 30, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants