Is it possible to launch gmapping using robot_upstart when in boot on

asked 2021-10-07 00:16:32 -0500

raidhu gravatar image

updated 2021-10-07 00:31:08 -0500

I'm using robot_upstart to run multiple launch files (works perfectly). but when I try to launch gmapping (map topic data) it doesn't work. it run some node then all become shutdown.

<launch>
<include file="$(find robot)/launch/robot_navigation.launch" />

                <!--  ************** gmapping ***************  -->
<node name="slam_gmapping" pkg="gmapping" type="slam_gmapping" output="screen"/>

            <!--  ************* Visualisation **************  -->
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find nox)/cfg/rviz_slam_base_local_planner.rviz" required="true" />

</launch>

this is the code I'm try to run initially it starts some node then all shutdown. when I run it in terminal it works smoothly. is it posssible to run or is there any way to launch gmapping when in boot.

edit retag flag offensive close merge delete

Comments

This reads like a cross-post of clearpathrobotics/robot_upstart#107.

Please do not post duplicates within minutes of each other.

gvdhoorn gravatar image gvdhoorn  ( 2021-10-07 02:42:26 -0500 )edit

I'm the one who post this in both sites. I need answer can you help me regarding to this problem

raidhu gravatar image raidhu  ( 2021-10-07 03:03:57 -0500 )edit