Difference between revisions of "Robot Dynamics Resources"

From wikidb
Jump to: navigation, search
(Quaternions)
(Example Robots)
 
(5 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
* [https://answers.ros.org/question/231942/computing-odometry-from-two-velocities/ Computing Odometry from two velocities]
 
* [https://answers.ros.org/question/231942/computing-odometry-from-two-velocities/ Computing Odometry from two velocities]
 
* [https://en.wikipedia.org/wiki/Rotation_matrix Rotation matrix]
 
* [https://en.wikipedia.org/wiki/Rotation_matrix Rotation matrix]
* [http://docs.ros.org/jade/api/nav_msgs/html/msg/Odometry.htm Odometry Messages]
+
* [http://docs.ros.org/jade/api/nav_msgs/html/msg/Odometry.html Odometry Messages]
 +
* [https://answers.ros.org/question/9941/twist-message-coordinate-system-convention/ Twist Message Coordinate System Convention]
  
 
= Robot Dynamics =
 
= Robot Dynamics =
  
* [https://answers.ros.org/question/9941/twist-message-coordinate-system-convention/ Twist Message Coordinate System Convention]
+
* [http://www-personal.umich.edu/~johannb/Papers/pos96rep.pdf Where Am I? Sensors and Methods for Mobile Robot Positioning] J. Borenstein, H.R. Everett, and L. Feng
 +
** Sensors for Mobile Robots: Theory and Applicaion. H.R. Everett. A.K. Peters.
 
* [https://chess.eecs.berkeley.edu/eecs149/documentation/differentialDrive.pdf Differential Drive Robots]
 
* [https://chess.eecs.berkeley.edu/eecs149/documentation/differentialDrive.pdf Differential Drive Robots]
 +
*  [http://rossum.sourceforge.net/papers/DiffSteer/ Elementary Trajectory Model for the Differential Steering System of Robot Wheel Actuators] G.W. Lucas
 
* [https://www.ethz.ch/content/dam/ethz/special-interest/mavt/robotics-n-intelligent-systems/rsl-dam/documents/RobotDynamics2016/RD2016script.pdf Robot Dynamics Lecture Notes]
 
* [https://www.ethz.ch/content/dam/ethz/special-interest/mavt/robotics-n-intelligent-systems/rsl-dam/documents/RobotDynamics2016/RD2016script.pdf Robot Dynamics Lecture Notes]
 
* [https://answers.ros.org/question/154571/how-much-to-turn-to-face-the-goal/ Turn to Face a Goal]
 
* [https://answers.ros.org/question/154571/how-much-to-turn-to-face-the-goal/ Turn to Face a Goal]
 +
 +
= Example Robots =
 +
 +
* [[Lentin Joseph's chefbot Code]]
 +
* [[Turtlebot 3 Code]]

Latest revision as of 23:24, 22 September 2017

Quaternions

ROS API

Odometry

Robot Dynamics

Example Robots