Skip to content

A small, custom-made ROS2 utility for visualizing and controlling turtlebots

License

Notifications You must be signed in to change notification settings

MaxAve/simplevis

Repository files navigation

simplevis

Simple utility built with ROS2 for visualizing messages and controlling the robot.
Note that this tool was built specifically for Turtlebots and likely won't work any any other device for certain use cases. Example use of simplevis\

Installation

# cd into your ROS2 workspace's src directory
cd ~/ros2_ws/src

# Clone repo
git clone https://github.com/MaxAve/simplevis.git

# Return to workspace
cd ..

# Install dependencies
rosdep install -i --from-path src --rosdistro humble -y

# Build package (note: run colcon build if the package can't be found)
colcon build --packages-select simplevis

# Source workspace
source install/setup.bash

# Run a node in simplevis to test the installation
ros2 run simplevis <node>

Running

Run with

ros2 run simplevis turtlebot

About

A small, custom-made ROS2 utility for visualizing and controlling turtlebots

Topics

Resources

License

Stars

Watchers

Forks

Languages