Robot Lab (Spring 2012)
(→localization links) |
|||
| Line 30: | Line 30: | ||
=== localization links === | === localization links === | ||
| + | updated 19 apr | ||
| + | |||
http://ros.org/wiki/ROS/Higher-Level%20Concepts | http://ros.org/wiki/ROS/Higher-Level%20Concepts | ||
| + | |||
| + | http://ros.org/wiki/tf | ||
http://www.ros.org/wiki/stage | http://www.ros.org/wiki/stage | ||
http://www.ros.org/wiki/base_local_planner | http://www.ros.org/wiki/base_local_planner | ||
| − | |||
| − | |||
http://ros.org/wiki/navigation | http://ros.org/wiki/navigation | ||
| − | |||
| − | |||
http://ros.org/wiki/robot_pose_ekf/Tutorials/AddingGpsSensor | http://ros.org/wiki/robot_pose_ekf/Tutorials/AddingGpsSensor | ||
| + | |||
| + | http://ros.org/wiki/robot_pose_ekf | ||
| + | |||
| + | http://ros.org/wiki/amcl | ||
http://ros.org/wiki/tf/Tutorials/Introduction%20to%20tf | http://ros.org/wiki/tf/Tutorials/Introduction%20to%20tf | ||
| Line 48: | Line 52: | ||
http://www.ros.org/doc/api/nav_msgs/html/msg/Odometry.html | http://www.ros.org/doc/api/nav_msgs/html/msg/Odometry.html | ||
| + | http://www.ros.org/doc/api/sensor_msgs/html/msg/Imu.html | ||
| + | |||
| + | http://www.ros.org/wiki/navigation/Tutorials/RobotSetup | ||
== point cloud library == | == point cloud library == | ||
Revision as of 20:11, 23 April 2012
Contents |
our mailing list
archive: http://mail.cs.drexel.edu/pipermail/robotlab/
management page: https://mail.cs.drexel.edu/mailman/listinfo/robotlab
our git repo
git clone ssh://<USER>@tux.cs.drexel.edu/~taw38/repos/robotlab.git Where <USER> is your Tux user name.
ROS (robot operating system)
p2os
The ROS stack for hooking up to the pioneer
I (anna) haven't gotten this to work because of my usb issues, but according to Jonathan, when you do:
$ rosrun p2os_driver p2os
if you get an error like
P2OS connection opening serial port /dev/ttyS0...
this command should fix it:
$ rosparam set p2os/port /dev/ttyUSB0
localization links
updated 19 apr
http://ros.org/wiki/ROS/Higher-Level%20Concepts
http://www.ros.org/wiki/base_local_planner
http://ros.org/wiki/navigation
http://ros.org/wiki/robot_pose_ekf/Tutorials/AddingGpsSensor
http://ros.org/wiki/robot_pose_ekf
http://ros.org/wiki/tf/Tutorials/Introduction%20to%20tf
http://www.ros.org/doc/api/nav_msgs/html/msg/Odometry.html
http://www.ros.org/doc/api/sensor_msgs/html/msg/Imu.html
http://www.ros.org/wiki/navigation/Tutorials/RobotSetup