Difference between revisions of "Robot Dynamics Resources"

From wikidb
Jump to: navigation, search
(ROS API)
(ROS API)
Line 10: Line 10:
 
* [http://docs.ros.org/jade/api/tf/html/c++/classtf_1_1Vector3.html ROS Vector3 API]
 
* [http://docs.ros.org/jade/api/tf/html/c++/classtf_1_1Vector3.html ROS Vector3 API]
 
* [http://www.cplusplus.com/reference/cmath/atan2/ C++ atan2 API]
 
* [http://www.cplusplus.com/reference/cmath/atan2/ C++ atan2 API]
* [https://en.wikipedia.org/wiki/Atan2 atan2 for Wikipedia]
+
* [https://en.wikipedia.org/wiki/Atan2 atan2 from Wikipedia]
 
* [http://www.ros.org/reps/rep-0103.html#axis-orientation Standard Units of Measure and Coordinate Conventions]
 
* [http://www.ros.org/reps/rep-0103.html#axis-orientation Standard Units of Measure and Coordinate Conventions]
  

Revision as of 09:39, 20 September 2017

Quaternions

ROS API

Odometry

Robot Dynamics