Skip to content

Commit

Permalink
Fix MarkerArray namespace of hexacopter marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Aug 16, 2017
1 parent a4d2abf commit f0d99b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mav_visualization/src/hexacopter_marker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ void HexacopterMarker::createHexacopter(bool simple) {
int id = marker.id;
marker = visualization_msgs::Marker();
marker.id = id + 1;
marker.ns = "hexacopter";
marker.mesh_resource =
"package://mav_visualization/meshes/firefly_carbon.dae";
marker.mesh_use_embedded_materials = false;
Expand Down

0 comments on commit f0d99b0

Please sign in to comment.