-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mecanum drive #558
base: noetic-devel
Are you sure you want to change the base?
Mecanum drive #558
Commits on Mar 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 632e506 - Browse repository at this point
Copy the full SHA 632e506View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf051f - Browse repository at this point
Copy the full SHA cbf051fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 613f9e5 - Browse repository at this point
Copy the full SHA 613f9e5View commit details -
Had mecanum_drive_controller compile. This lead to 2 modifications:
* wheel radius can now be retrieved from spheres (as well as cylinders) * the roller's radius is used rather than the wheel's (need an option for this)
Configuration menu - View commit details
-
Copy full SHA for e16e2ea - Browse repository at this point
Copy the full SHA e16e2eaView commit details -
Added a second linearY parameter along linearX (a differential drive …
…can only take a n X desired speed as it cannot move sideways instantaneously speaking). This second parameter is not used yet.
Configuration menu - View commit details
-
Copy full SHA for d01822e - Browse repository at this point
Copy the full SHA d01822eView commit details -
Parameters were added to limit elocity on the y direction (it was alr…
…eady done for the x direction and the rotation).
Configuration menu - View commit details
-
Copy full SHA for 7a37be1 - Browse repository at this point
Copy the full SHA 7a37be1View commit details -
A parameter was added to check whether the setup uses simulated mecan…
…um wheels using realigned rollers.
Configuration menu - View commit details
-
Copy full SHA for 34d0d21 - Browse repository at this point
Copy the full SHA 34d0d21View commit details -
First version of the mecanum wheels IK in (rough test ok). The twist …
…which is to be provided is a body velocity, not a space velocity: I need to check whether this is standard or not.
Configuration menu - View commit details
-
Copy full SHA for 8ab247d - Browse repository at this point
Copy the full SHA 8ab247dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a12a8 - Browse repository at this point
Copy the full SHA 71a12a8View commit details -
Integrate the odometry pose in the /odom frame, because:
* the odometry pose is expressed in the odom frame (as a ros convention) * the odometry twist is a body twist (as a ros convention) * the input desired twist is also a body twist (as a ros convention)
Configuration menu - View commit details
-
Copy full SHA for f580175 - Browse repository at this point
Copy the full SHA f580175View commit details -
[mecanum_drive] Removed odometry's velocity filtering (it introduced …
…delay in the reported velocity).
Configuration menu - View commit details
-
Copy full SHA for 3a1eab5 - Browse repository at this point
Copy the full SHA 3a1eab5View commit details -
[vrep_scene] The definition of the urdf is now close to the scene def…
…inition in vrep.
Configuration menu - View commit details
-
Copy full SHA for 1ae16bf - Browse repository at this point
Copy the full SHA 1ae16bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a96fbf8 - Browse repository at this point
Copy the full SHA a96fbf8View commit details -
[mecanum_drive] Made it possible to offset the base frame with respec…
…t to the center frame in the odometry (FK).
Configuration menu - View commit details
-
Copy full SHA for c730086 - Browse repository at this point
Copy the full SHA c730086View commit details -
[mecanum_drive] Made it possible to offset the base frame with respec…
…t to the center frame in the command (IK side).
Configuration menu - View commit details
-
Copy full SHA for bd345d7 - Browse repository at this point
Copy the full SHA bd345d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 188be8f - Browse repository at this point
Copy the full SHA 188be8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c141b - Browse repository at this point
Copy the full SHA d4c141bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 071c3a8 - Browse repository at this point
Copy the full SHA 071c3a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e490798 - Browse repository at this point
Copy the full SHA e490798View commit details -
[mecanum_drive] Modified the name of the odom "topic" in "odomTopic" …
…as it turned out rather misleading between the different occurences of the odom name (odom used to correspond to a reference frame, a topic and the short name for the odometry class...
Configuration menu - View commit details
-
Copy full SHA for 69b9814 - Browse repository at this point
Copy the full SHA 69b9814View commit details -
Configuration menu - View commit details
-
Copy full SHA for de3b6bb - Browse repository at this point
Copy the full SHA de3b6bbView commit details