<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ode.org/wiki/index.php?action=history&amp;feed=atom&amp;title=HOWTO_upright_capsule</id>
	<title>HOWTO upright capsule - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ode.org/wiki/index.php?action=history&amp;feed=atom&amp;title=HOWTO_upright_capsule"/>
	<link rel="alternate" type="text/html" href="https://ode.org/wiki/index.php?title=HOWTO_upright_capsule&amp;action=history"/>
	<updated>2026-04-08T17:43:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://ode.org/wiki/index.php?title=HOWTO_upright_capsule&amp;diff=93&amp;oldid=prev</id>
		<title>imported&gt;Russ: Created page with &quot;Set the orientation back to upright and the angular velocity to zero after every time step. There is a dBodySetMaxAngularSpeed() function that does it automatically. Just set...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ode.org/wiki/index.php?title=HOWTO_upright_capsule&amp;diff=93&amp;oldid=prev"/>
		<updated>2019-01-07T04:02:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Set the orientation back to upright and the angular velocity to zero after every time step. There is a dBodySetMaxAngularSpeed() function that does it automatically. Just set...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Set the orientation back to upright and the angular velocity to zero after every time step. There is a dBodySetMaxAngularSpeed() function that does it automatically. Just set the maximum angular velocity to zero, and the capsule will never rotate. It won&amp;#039;t let you rotate around the up axis, but this is usually done outside the physics simulation. (e.g. a &amp;quot;Camera&amp;quot; entity in a 3D engine whith a yaw() method, attached to the capsule)&lt;br /&gt;
&lt;br /&gt;
For the ability to climb stairs or overcome small, steep obstacles it is useful to use a ray for &amp;quot;feet&amp;quot;, and a spring to push the character upwards (with some damping).&lt;br /&gt;
&lt;br /&gt;
Jon Watte has added a capsule/ray based character to his demo application, available at http://www.mindcontrol.org/~hplus/raycar/.&lt;br /&gt;
&lt;br /&gt;
Useful discussions on this topic appear in the mailing list: [http://www.ode.org/old_list_archives/2006-June/019114.html 1], [http://www.ode.org/old_list_archives/2004-June/013305.html 2], [http://www.ode.org/old_list_archives/2004-May/012724.html 3], [http://www.ode.org/old_list_archives/2004-March/011910.html 4], [http://www.ode.org/old_list_archives/2006-July/019556.html 5]&lt;/div&gt;</summary>
		<author><name>imported&gt;Russ</name></author>
	</entry>
</feed>