Skip to content

Team-ROBIT/seekthermal_ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seekthermal_ros

ROS node for Seek thermal imaging devices

Depedencies

libseekthermal ReMake -> original source from ethz asl

Installation

Installing build dependencies

sudo apt-get install debhelper cmake groff doxygen pkg-config libudev-dev

Dependencies build

ReMake

git clone https://github.com/RO-BIT-Intelligence-Robot-Team/remake.git
cd remake
mkdir build
cd build 
cmake ..
sudo make install

libseekthermal

git clone https://github.com/RO-BIT-Intelligence-Robot-Team/libseekthermal.git
cd libseekthermal
mkdir build
cd build 
cmake ..
sudo make install

ROS package build

cd ~/catkin_ws/src
git clone https://github.com/RO-BIT-Intelligence-Robot-Team/seekthermal_ros.git
cd ~/catkin_ws
catkin_make

About

ROS node for Seek thermal imaging devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.9%
  • CMake 13.1%