Skip to content

A wrapper around kiss-icp package that includes kiss-icp ros-node

Notifications You must be signed in to change notification settings

Intelligent-Behavior-Robots/kiss-icp-ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiss-icp-ros

alt text
A wrapper around kiss-icp package that includes kiss-icp ros-node

Licensing

This code uses kiss-icp -> see kiss-icp-license.txt

Dependencies

pip3 install kiss-icp scipy

If fail, try to follow the original kiss-icp README, install older version of numpy, update pip, etc.

Usage:

To run kiss-icp, run

roslaunch kiss_icp run_icp.launch [config:=<your config>] [points_in_topic:=<your point cloud topic>]

To run it on the bag-file, run

roslaunch kiss_icp run_icp_bag.launch [bagfile:=<your bagfile>] [config:=<your config>] [points_in_topic:=<your point cloud topic>]

About

A wrapper around kiss-icp package that includes kiss-icp ros-node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 53.2%
  • Python 46.8%