Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
GoogleCSR Autonomous Robotics Project Spring 2001Autonomous Robot Exploration | ||||||||
Line: 45 to 45 | ||||||||
Schedule | ||||||||
Changed: | ||||||||
< < | W1 3/1: Begin Phase 1 UBUNTU in place, ROS installed, Start tutorials | |||||||
> > | 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. | ||||||||
Line: 57 to 57 | ||||||||
Read the document "A Gentle Introduction to ROS" - use this as a reference document for the first tutorials. | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Next meeting is 5pm on Wed Mar 10. | ||||||||
Changed: | ||||||||
< < | W2 3/8: >= 50% ROS tutorials. One team member to specialize in gazebo knowledge | |||||||
> > | W2 3/8: >= 50% ROS tutorials. One team member to specialize in gazebo knowledge | |||||||
Line: 73 to 75 | ||||||||
Next meeting is Wed Mar 17th 5pm and we will cover SLAM and gMapping. | ||||||||
Changed: | ||||||||
< < | W3 3/15: ROS tutorials done. Motion and sensing scripts. One team member to specialize in 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?
| |||||||
Changed: | ||||||||
< < | W4 3/22: Demo gMapping. wander script. exploration mapping | |||||||
> > | 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
| |||||||
W5 3/29 Begin Phase 2 | ||||||||
Line: 96 to 120 | ||||||||
-- (c) Fordham University Robotics and Computer Vision
| ||||||||
Added: | ||||||||
> > | ||||||||
| ||||||||
Added: | ||||||||
> > |
|