자율주행/ROS tutorial C++

Markers:Points and Lines

Tony Lim 2021. 2. 7. 11:59

 

initialize points ,line_strip , line_list and do some basic configuration this time we have total 3 object , init header.frame_id , header.stamp , ns(namespace) , action, orientation. 

scale mean different things for these marker types. 

we add 100 of points, line_strip , line_list and send topic every 1/30 second and  publish topic 

f is something to do with spiral rotation speed.

launch file

'자율주행 > ROS tutorial C++' 카테고리의 다른 글

Interactive Markers: Getting Started  (0) 2021.02.07
Markers: Basic shapes  (0) 2021.01.10
Writing a Simple Service and Client  (0) 2020.12.30
Writing a Simple Publisher and Subscriber  (0) 2020.12.30