ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

In python its as easy as changing the markers color attribute.

marker = server.get("marker_name")
marker.controls[0].markers[0].color.r = 150
marker.controls[0].markers[0].color.g = 0
marker.controls[0].markers[0].color.b = 0
server.applyChanges()