A simple ros2 message converter.
A simple ros2 package that converts the Lart ConeArray Topic message to a MarkerArray message to visualize in rviz or foxglove studio.
- ros2 (humble if possible)
- lart_msgs
- docker engine / docker desktop
Go to your ros2 workspace.
Clone this repo to your src directory.
Build the package from workspace root
colcon build
source ./install/setup.sh
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
ros2 run cone_markers mark_cones
## debug commands
# Publisher
ros2 run cone_markers debug_publisher
# Subscriber
ros2 run cone_markers debug_subscriber
docker run cone_marker