We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302a836 commit 86221eaCopy full SHA for 86221ea
octomap_server/src/OctomapServer.cpp
@@ -652,6 +652,10 @@ void OctomapServer::publishAll(const ros::Time& rostime){
652
occupiedNodesVis.markers[i].scale.x = size;
653
occupiedNodesVis.markers[i].scale.y = size;
654
occupiedNodesVis.markers[i].scale.z = size;
655
+ occupiedNodesVis.markers[i].pose.orientation.x=0;
656
+ occupiedNodesVis.markers[i].pose.orientation.y=0;
657
+ occupiedNodesVis.markers[i].pose.orientation.z=0;
658
+ occupiedNodesVis.markers[i].pose.orientation.w=1;
659
if (!m_useColoredMap)
660
occupiedNodesVis.markers[i].color = m_color;
661
0 commit comments