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

About slam_gmapping

asked 2017-09-11 03:51:39 -0500

green youth gravatar image

updated 2018-07-04 10:49:13 -0500

jayess gravatar image

Nice to meet you

I am studying creating an environmental map using turtlebot2 and gmapping. turtlebot2 performs object recognition when generating an environmental map, As a result, in the environmental map, the object recognition result I am thinking to add position information of objects.

So I have something I would like to ask everyone. It is a package that performs SLAM with turtlebot2↓

roslaunch turtlebot_navigation gmapping_demo.launch

Save the environmental map generated by SLAM as an image↓

rosrun map_server map_server

I would like to add a node related to object recognition by rewriting the above contents. However, to me who just began to learn ROS I am not considering what kind of procedure to proceed. In the first place, edit the package provided at the time of installing ROS, Including whether it is possible to add functions I am pleased if you can teach.

I look forward to your reply

Finally I will describe the environment of my PC. Ubuntu14.04, ROS indigo

edit retag flag offensive close merge delete

Comments

I guess, for object recognition you are using RGB images. You need a transform between the robot location(from where you detected the object) and the position of the object in robot frame. You need either RGBD camera or you have to detect objects using with laser scans.

bvbdort gravatar image bvbdort  ( 2017-09-11 06:45:45 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2018-07-04 03:50:25 -0500

skydddive gravatar image

updated 2018-07-04 03:53:22 -0500

you can use the pacakage named turtlebot_navigationto navigate.By using this package,you need a kinect camera or something like rplidar to gather data.And then ,you can use it for obstacle-avoid,but some parameters must be changed to suit your robot.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-09-11 03:51:39 -0500

Seen: 370 times

Last updated: Jul 04 '18