markdown support for raw html
This commit is contained in:
parent
b3001145fd
commit
897275d583
4 changed files with 72 additions and 94 deletions
|
@ -16,7 +16,10 @@ categories: ["Basic"]
|
|||
|
||||
This project incorporates several robotics concepts to perform a pick and place task in simulation using a mecanum-wheeled mobile robot with a 5 degree-of-freedom robot arm.
|
||||
|
||||

|
||||
<!--  -->
|
||||
<div align="center">
|
||||
<img src="robot.png" alt="Robot">
|
||||
</div>
|
||||
|
||||
## Omnidirectional Mobile Base Kinematics (Mecanum Wheels)
|
||||
This robot uses mecanum wheels, which are omnidirectional wheels with 45-degree rollers that allow the robot to move in any direction without changing its orientation. When controlling the robot, we command the wheel velocities, which can be described by the following equation:
|
||||
|
@ -34,7 +37,10 @@ where:
|
|||
- \\(x_i\\) and \\(y_i\\) are the x and y coordinates of the wheel relative to the body frame's origin
|
||||
- \\(V_b\\) is the robot's 3D body twist, composed of the linear and angular velocity: \\([v_x, v_y, \omega]\\)
|
||||
|
||||

|
||||
<!--  -->
|
||||
<div align="center">
|
||||
<img src="mecanum_base.png" alt="Mecanum Base">
|
||||
</div>
|
||||
|
||||
## Trajectory Generation
|
||||
There were two
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue