grid_맵 사용(1)
여기, 설치와 샘플 동작 1개를 합니다.
ROS
Install
sudo apt install ros-noetic-grid-map*
견본
README를 타는 첫 번째 샘플을 실행해 보세요.
roslaunch grid_map_demos simple_demo.launch
실행 후 다음과 같은 기복이 있는gridmap을 보여 줍니다.launch 파일의 내용은 다음과 같습니다.
simple_demo.launch
<launch>
<!-- Launch the grid map simple demo node -->
<node pkg="grid_map_demos" type="simple_demo" name="grid_map_simple_demo" output="screen" />
<!-- Launch the grid map visualizer -->
<node pkg="grid_map_visualization" type="grid_map_visualization" name="grid_map_visualization" output="screen">
<rosparam command="load" file="$(find grid_map_demos)/config/simple_demo.yaml" />
</node>
<!-- Launch RViz with the demo configuration -->
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find grid_map_demos)/rviz/grid_map_demo.rviz" />
</launch>
launch 파일의 코드에서 simple_demo
와 grid_map_visualization
가 실행 중임을 알 수 있습니다.각 노드의 역할과 화제에 대해 총괄하면 다음과 같다.
simple_demo
: grid mapを作成し配信するノード
grid_map[grid_map_msgs/GridMap]
grid_map_visualizatoin
: grid mapトピックを受け,ROSのPointCloud2などに変換
grid_map[nav_msgs/OccupancyGrid]
grid_map_pointcloud[sensor_msgs/PointCloud2]
총결산
다음번
다음에 그림을gridmap으로 변환하는 프레젠테이션을 진행한 후
원본 그림을gridmap으로 rviz에 표시합니다.
Reference
이 문제에 관하여(grid_맵 사용(1)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/hoshianaaa/items/b88369e24b3d621ea5eb
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(grid_맵 사용(1)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/hoshianaaa/items/b88369e24b3d621ea5eb텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)