You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I am running the latest version of GAAS
I checked the Gitbook documentation and found no answer
I checked to make sure that this issue has not already been filed
I Googled/Binged the error messages generated by Ubuntu, Gazebo, and PX4
I have posted questions regarding Ubuntu, Gazebo, and PX4 in corresponding forums.
Issue Template
Context
Please provide any relevant information about your setup.
Tutorial 4
MAVROS 1.30.0
ROS Melodic
Gazebo 9.14
Ubuntu 18.04
System Platform x86 Virtual Machine on macOS
Expected Behavior
After launching Point Clouds generation and Conversion, Octomap server should publish /occupied_cells_vis_array which then can be visualised via RViz as depicted in Fig.5 Tutorial 4
Current Behavior
Currently, even when /cloud_in has published data, octomap_server won't publish anything and display warning Nothing to publish, octree is empty.
My current /opt/ros/melodic/share/octomap_server/launch/octomap_mapping.launch configuration as following
<launch>
<node pkg="octomap_server" type="octomap_server_node" name="octomap_server">
<param name="resolution" value="0.1" />
<!-- fixed map frame (set to 'map' if SLAM or localization running!) -->
<param name="frame_id" type="string" value="/map" />
<!-- maximum range to integrate (speedup!) -->
<param name="sensor_model/max_range" value="10" />
<!-- data source to integrate (PointCloud2) -->
<!-- <remap from="cloud_in" to="/narrow_stereo/points_filtered2" /> -->
<remap from="cloud_in" to="cloud_in" />
</node>
</launch>
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Issue Template
Context
Please provide any relevant information about your setup.
Expected Behavior
After launching Point Clouds generation and Conversion, Octomap server should publish
/occupied_cells_vis_array
which then can be visualised via RViz as depicted in Fig.5 Tutorial 4Current Behavior
Currently, even when
/cloud_in
has published data, octomap_server won't publish anything and display warning Nothing to publish, octree is empty.My current
/opt/ros/melodic/share/octomap_server/launch/octomap_mapping.launch
configuration as followingScreenshots
Terminal
RViz
Failure Logs
Octomap_server roslaunch
The text was updated successfully, but these errors were encountered: