Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 1.45 KB

File metadata and controls

78 lines (60 loc) · 1.45 KB

ncu_mdog

About The Project

This is the drivers and sample code of ncu_mdog.

(back to top)

Hardware List

Built With

  • jetson nano 4GB
  • Ubuntu 18.04
  • Ros melodic
  • RTIMULIB

(back to top)

Getting Started

Prerequisites

  • apt part
sudo apt updat
sudo apt-get install build-essential python3-catkin-tools
  • cmake part
cd ~
git clone https://github.com/jetsonhacks/RTIMULib.git

cd RTIMULib/Linux
mkdir build
cd build
cmake .. -DBUILD_DEMO=0 -DBUILD_GL=0
make -j4
sudo make install
sudo ldconfig
  • python package
pip install pyserial

Installation

get to your workspace/src then clone and build the package:

cd ~/catkin_ws/src
git clone https://github.com/NcuMathRoboticsLab/NCU_Mdog.git
cd ..
catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3
source devel/setup.sh (source ~/.bashrc)
roscd ncu_mdog/startup
sudo chmod 777 ./*
sudo sh initenv.sh

(back to top)

Usage

roslaunch ncu_mdog project_sample.launch

Acknowledgments

(back to top)