dasc-lab / robot-gui

Creates a simple gui in RViz for controlling robots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DASC Robot GUI

[wip]

docker compose build
docker compose up

In the docker container:

cd /root/catkin_ws
colcon build

launch rviz:

source install/setup.bash
rviz2

and then in the toolbar, Panels > Add New Panel > dasc_robot_gui > Teleop

which will provide the gui inside RViz.

About

Creates a simple gui in RViz for controlling robots


Languages

Language:C++ 78.3%Language:CMake 18.8%Language:Dockerfile 2.9%