Skip to content

Convert the ConeArray message to MarkerArray message

Notifications You must be signed in to change notification settings

FSLART/Cone_To_Marker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cones_To_Markers

A simple ros2 message converter.

Description

A simple ros2 package that converts the Lart ConeArray Topic message to a MarkerArray message to visualize in rviz or foxglove studio.

Getting Started

Dependencies

Bare Metal

Dockerized

  • docker engine / docker desktop

Installing

Bare Metal

Go to your ros2 workspace.

Clone this repo to your src directory.

Build the package from workspace root

colcon build
source ./install/setup.sh

Dockerized

Clone this repo and go to the root directory

Give execution priviledge to fetch_git.sh.

And then run this:

./fetch_git.sh
docker build . -t cone_marker

Executing program

Bare Metal

ros2 run cone_markers mark_cones


## debug commands
# Publisher
ros2 run cone_markers debug_publisher

# Subscriber
ros2 run cone_markers debug_subscriber

Dockerized

docker run cone_marker

About

Convert the ConeArray message to MarkerArray message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published