Faculty Mentor: Damian Lyons (Fordham)
Autonomous vehicles and robots are increasingly visible in magazines and news stories. It seems inevitable that they will soon be a major commercial technology. The objective of this project is to use the open-source ROS mapping and navigation stack and devise a way for a mobile robot to quickly and automatically learn the physical map for a house so that it is prepared to carry out domestic activities.
This project is appropriate for participants who have a background in computer science, especially Linux and Python programming. ROS is an open-source framework for building robot programs that runs under Linux, and Python is one of the easier languages in which to program ROS nodes. Experience cloning and ‘make’ing software from github would be a big help.
The participants in this project will achieve the following:
ROS Wiki: http://wiki.ros.org/ROS/Tutorials
Turtlebot3: https://emanual.robotis.com/docs/en/platform/turtlebot3/overview/
Gentle introduction to ROS: https://www.cse.sc.edu/~jokane/agitr/agitr-letter.pdf
Gazebo Tutorials (only for the GUI!): " target="_blank">http://gazebosim.org/tutorials]]
Overview of SLAM: https://www.dfki.de/fileadmin/user_upload/import/5034_freseki10.pdf
SLAM by GMapping: https://people.eecs.berkeley.edu/~pabbeel/cs287-fa11/slides/gmapping.pdf
Setting up Ubuntu on a VM (only if you need to): Here
Team1: Zarrin, Jessica, Duvall
zali11ATfordham.edu,Jessica.DeMotaMunoz86ATmyhunter.cuny.edu,duvall.pinkneyATgmail.com,
Team2: Feizza,Connie, Sylvia
feizza01ATgmail.com, dengconnie0723ATgmail.com, silviadb48ATgmail.com
W1 3/1: Begin Phase 1 UBUNTU in place, ROS installed, Start tutorials
Install up to 3.1.5 on the robotis 'quickstart guide. Examine your ~/bashrc file as in 3.1.6 part 3 and make sure you have the two lines ABOVE the red box.
Type them in if you do not. Ignore the two lines in the red box.
Start the ROS twiki tutorials. You an use "rosrun turtlesim turtlesim_node" as a simulator if you want - thats what's in the tutorials.
or use "roslaunch turtlebot3_gazebo turtlebot3_house.launch" You need to get as far as #13. (Don't do #11 or any C++ material).
see if you can get to #6 before the next meeting.
If you find that you do not have the turtlebot3_gazebo package then you need to install from the robotis web page, item 6 Simulation.
Plan to meet with your team -- anyone on the team can organize this, but if you don't hear anything by Saturday then YOU organize it.
Share progress and help each other.
Read the document "A Gentle Introduction to ROS" - use this as a reference document for the first tutorials.
Next meeting is 5pm on Wed Mar 10.
W2 3/8: >= 50% ROS tutorials. One team member to specialize in gazebo knowledge
Install the simulation packe as per class if you have not. Kill that shell and start a new one or you won't get the updated definitions from your install.
Launch the taurtlebot3_house gazebo simulation and explore ROS commands such as rostopic list and rostopic echo. The /odom topic is the odometry (position) information available to the robot. The /scan topic is the list of 360 range readings from the laser ranger, each at 1 degree around the robot, anticlockwise.
Review the code I attached moveSquaret3.py in terms of the Subscriber/publisher tutorial, be prepared to discuss this next week.
Next meeting is Wed Mar 17th 5pm and we will cover SLAM and gMapping.
W3 3/15: ROS tutorials done. Motion and sensing scripts. One team member to specialize in gMapping
The file Wandert3.py is attached (you need to remove the ".txt" from the name WanderT3.py.txt when you download this to execute)
Review this program and discuss it in your group meeting. If your group has questions, please email me, but copy both teams so everybody can benefit from the answer.
Using "roslaunch turtlebot3_gazebo turtlebot3_house.launch" start the simulated house world. In a separate window, start the wanderT3 python program with "python3 wantderT3.py". Observe the behavior of the robot - have you any ideas for improvement so that it explors the house better and quicker?
The demonstration of SLAM did not go as expected during our meeting. I had forgotten to type"source ~/catkin_ws/devel/setup.bash" before I started it, and thats how come I got some errors when it started!
You need to have started the house simulation first, and then start a new terminal window.
When you type "roslaunch turtlebot3_slam turtlebot3_slam.launch slam_method:=gmapping" what you should see is this
This shows the 'progress' of the robot in using the 360 degrees of laser range finding data to make a map. If you start another new terminal shell and let wanderT3.py run, you will see the map grow. You can also use the teleoperation command from last week to 'drive' the robot around, and that is a much quicker way to make the map!
Next meeting is Wed Mar 22, 5:00pm.
W4 3/22: Demo gMapping. wander script. exploration mapping
W5 3/29 Begin Phase 2
Design & testing of exploration algorithms
W6 4/5:
W7 4/12:
W8 4/19:
Workshop 4/23 -- Poster/Video from each team showing rsults
Persons/group who can view/change the page:
-- (c) Fordham University Robotics and Computer Vision
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
WanderT3.py.txt | r1 | manage | 3.2 K | 2021-03-18 - 01:27 | DamianLyons | WanderT3.py |
![]() |
moveSquareT3.py.txt | r1 | manage | 1.7 K | 2021-03-10 - 21:18 | DamianLyons | Simple ROS Node |