ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

artur's profile - activity

2019-01-02 18:46:07 -0500 received badge  Notable Question (source)
2018-09-14 05:18:33 -0500 received badge  Famous Question (source)
2018-07-10 03:29:41 -0500 received badge  Popular Question (source)
2018-06-24 10:22:10 -0500 received badge  Enthusiast
2018-06-21 05:52:30 -0500 edited question nav2d_karto map rebuilds with wrong coords

nav2d_karto map rebuilds with wrong coords Hey guys, i finally managed to start a turtlebot2 with a lidar laser sensor a

2018-06-21 05:52:30 -0500 received badge  Editor (source)
2018-06-21 05:49:40 -0500 asked a question nav2d_karto map rebuilds with wrong coords

nav2d_karto map rebuilds with wrong coords Hey guys, i finally managed to start a turtlebot2 with a lidar laser sensor a

2018-06-21 05:31:51 -0500 marked best answer nav2d exploration with turtlebot and lidar: no map available

Hey guys, we have a project at our university for a autonomous SLAM Turtlebot2 with a Lidar A2 Laserscanner by slamtec. We tried the nav2d_tutorials and the tutorial3 is our perfect setup. its working perfectly in the simulator, but for the next step we need to combine all the nodes of the tutorial3 with the rplidar and turtlebot node.

This is the edited tutorial3.launch:

<launch>
<!--1.  Kommando zum Starten der ersten Map rosservice call /StartMapping -->
<!--2.  Kommando zum Starten des rumfahrens rosservice call /StartExploration -->

<!-- Some general parameters -->
<rosparam file="$(find nav2d_tutorials)/param/ros.yaml"/>

<!-- Start the Operator to control the simulated robot -->
<node name="Operator" pkg="nav2d_operator" type="operator" >
    <remap from="/cmd_vel" to="/mobile_base/commands/velocity" />
    <rosparam file="$(find nav2d_tutorials)/param/operator.yaml"/>
    <rosparam file="$(find nav2d_tutorials)/param/costmap.yaml" ns="local_map" />
</node>

<!-- Start Mapper to genreate map from laser scans -->
<node name="Mapper" pkg="nav2d_karto" type="mapper">

    <rosparam file="$(find nav2d_tutorials)/param/mapper.yaml"/>
</node>

<!-- Start the Navigator to move the robot autonomously -->
<node name="Navigator" pkg="nav2d_navigator" type="navigator">
    <rosparam file="$(find nav2d_tutorials)/param/navigator.yaml"/>
</node>

<node name="Explore" pkg="nav2d_navigator" type="explore_client" />
<node name="SetGoal" pkg="nav2d_navigator" type="set_goal_client" />

<!-- Start the joystick-driver and remote-controller for operation-->
<node name="Joystick" pkg="joy" type="joy_node" />
<node name="Remote" pkg="nav2d_remote" type="remote_joy" />

<!-- RVIZ to view the visualization -->
<node name="RVIZ" pkg="rviz" type="rviz" args=" -d $(find nav2d_tutorials)/param/tutorial3.rviz" />
</launch>

The simulator node is removed and instead, we launch the turtlebot_bringup minimal.launch. For the Lidar Scanner results we are starting the rplidar node of robopeak. The /scan topic is also providing LaserScan Messages. These two nodes are started on a raspberry pi on the turtlebot. The rest is started on a workstation (roscore also on the pi and the workstations ROS_MASTER_URI points to the pi).

So the problem is, somehow the karo mapper cant create a map and therefore the robot cant start exploring. With the StartMapping Call the turtlebot makes his initial position finding, but the map is not created and therefore the exploration wont work. Rviz says no map provided.

The params files are still the same of the tutorial3. This is the rosgraph of our setting:

image description

We also tried to remap the /scan topic to /base_scan, but it wasnt working.

Can anybody help us with this problem?

2018-06-21 05:20:12 -0500 answered a question nav2d exploration with turtlebot and lidar: no map available

https://answers.ros.org/question/229676/map-not-received-when-using-nav2d-with-gazebo/?answer=269164#post-id-269164 Thi

2018-06-21 05:19:12 -0500 received badge  Supporter (source)
2018-06-18 07:27:01 -0500 commented question nav2d exploration with turtlebot and lidar: no map available

Tried it with gazebo turtlebot_world simulator instead of sage and there are the same problems. :-(

2018-06-11 07:32:14 -0500 commented question Nav2d Turtlebot3 not receiving map when running Tutorial 3

Did you try the rosservice call /StartMapping for the initial position?

2018-06-11 06:44:52 -0500 commented question nav2d exploration with turtlebot and lidar: no map available

We found out, that there are problems with the /Mapper Node and the LaserScan Data of the rplidar Node: rosnode info /Ma

2018-06-11 03:19:15 -0500 received badge  Notable Question (source)
2018-06-11 03:08:39 -0500 edited question nav2d exploration with turtlebot and lidar: no map available

nav2d exploration with turtlebot and lidar: no map available Hey guys, we have a project at our university for a autonom

2018-06-08 03:16:28 -0500 commented question nav2d exploration with turtlebot and lidar: no map available

If we remap the /scan topic of the rplidar node zu /base_scan, the LaserScan Results are coming via base_scan, otherwise

2018-06-07 20:33:39 -0500 received badge  Popular Question (source)
2018-06-07 12:01:12 -0500 asked a question nav2d exploration with turtlebot2 and Lidar

nav2d exploration with turtlebot2 and Lidar Hey guys, we have a project at our university for a autonomous SLAM Turtlebo

2018-06-07 12:01:12 -0500 asked a question nav2d exploration with turtlebot and lidar: no map available

nav2d exploration with turtlebot and lidar: no map available Hey guys, we have a project at our university for a autonom