Skip to content

PonomarevDA/inclinometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inclinometer

This is ROS-package that allows you to visualize inclinometer position and orientation of connected via UAVCAN inclinometer.

Requirements

  • ubuntu 18.04
  • ros melodic

How to use it

Clone with submodules:

git clone https://github.com/PonomarevDA/inclinometer.git --recursive
git submodule update --init --recursive

The easiest way to play with this package is to use scripts/docker.sh script.

Try ./scripts/docker.sh --help to get detailed info.

Typically you need 3 commands:

  • ./scripts/docker.sh build to build the docker image
  • ./scripts/docker.sh run to run the docker container
  • ./scripts/docker.sh kill to kill all existed containers (just in case if your container unsuccessfully finished, sometimes it happens yet).

Example

Check the video below:

inclinometer_usage

About

ROS package for inclinometer UAVCAN node

Resources

Stars

Watchers

Forks

Releases

No releases published