Skip to content

glennliu/visualization-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rviz Interaction Panel for Autonomous MAV

This is a project developed from https://github.com/ros-visualization/visualization_tutorials

Features

rvizpanel This project is used to set target position during drone autonomous navigation,

  • Displaying prebuilt point cloud map;
  • Add an interactive marker to set target position;
  • The interactive marker can be dragged.
  • Target position will be published as /target_pose

Get Start

Prerequest

Install ROS Kinetic. Install rviz_visual_tools: https://github.com/glennliu/rviz_visual_tools

Install

cd $catkin_workspace/src
git clone https://github.com/glennliu/visualization-tutorials;
cd $catkin_workspace
catkin_make

Run the program

roslaunch interactive_marker_tutoirals airborne.launch

Enjoy

About

Tutorials related to using and extending RViz and interactive_markers.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.0%
  • Python 25.9%
  • CMake 3.1%