-
Notifications
You must be signed in to change notification settings - Fork 88
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
Bug: Regression in simulated Fetch robot (Melodic, Gazebo 9) #35
Comments
Yes this was reported in https://github.com/fetchrobotics/fetch_ros/issues/102 which I've moved to this repository #36. We're looking into the issue and have narrowed it down to something between Gazebo7 and Gazebo9 |
How can I review or test these changes? Its a branch or something in your own space? |
I'm uploading a video to YouTube |
the branch for PR #49 is https://github.com/moriarty/fetch_gazebo branch: add-casters-for-gazebo9 |
Ah ok its a fork on your space in a branch? So to test it we have to download your version and checkout the add-casters-for-gazebo9? Is that right ? Am I missing something? Great the video by the way. So that's the corrected moving base or is there any error? You fetchers are the best to indicate that ;). |
Ok, I've created a ROSject with your https://github.com/moriarty/fetch_gazebo branch: add-casters-for-gazebo9. Here is the LINK: ROSJECT I've posted two videos to show the state in which I execute it: Id this more or less the behavior that you are getting? @moriarty Let me know the desired outcomes, and where you think the simulation needs work so that we all can know exactly what we are aiming for. |
👍 yeh the Move Base Demo looks good to me. In this simple case of the base is going to a pose, in an empty world so the laser scanners aren't much help. So I think with #49 being merged we can close this issue. In #30, the robot keeps rotating after arriving at the table, that is not fixed by PR #49 and will require more fine tuning. 👍 the Pick & Place Demo, does fail as shown in your video sometimes if you're unlucky and have collision with the object, but it's better than originally reported in #31 because it doesn't always fail. |
Ok today I'll work mainly on the Pick and PLace issue to see if we get somewhere better |
I made some adjustments and tests and it seems that at least the pick and place is improved? I made some tests with the original wheel frictions and with higher and detected that the movement of the arm affected a lot the position. This would affect the pick and place if it only made snapshots planning: High friction |
Yes, we usually use: Fork & Branch method/style for Git. So if you create a fork, and make a new branch with the changes, and submit a PR, others can checkout your Branch without knowing or setting up your Fork, because they can checkout the PR once it is opened. |
Ok done the Fork and Branch pull request ;) |
I think the simulated Fetch robot is not so good in Gazebo version 9, compared to the current performance in Gazebo 2.
New software: Ubuntu 18.04, ROS Melodic, Gazebo 9
Current software: Ubuntu 14.04, ROS Indigo, Gazebo 2.2.3
Issue description:
When moving the Fetch robot base in simulation, the base motion is very jerky. Like the robot is driving on carpet or with variable friction.
The motion is so jerky that it makes the upper body and arm shake.
Driving straight is impossible.
This issue means the base navigation is not good and it breaks the demo. See issue #30.
Steps to reproduce:
Load Fetch robot in an empty world:
Either, test forward motion using tele-op:
rosrun teleop_twist_keyboard teleop_twist_keyboard.py
Or command the robot to x=3, y=3:
rostopic pub /move_base_simple/goal geometry_msgs/PoseStamped '{header: {stamp: now, frame_id: "map"}, pose: {position: {x: 3.0, y: 3.0, z: 0.0}, orientation: {w: 1.0}}}'
Results:
Forward straight-line motion:
Drive robot forward in ROS Indigo, Gazebo2:
Previously the motion is smooth and the robot drives almost in a straight-line, with a small variance due to friction.
https://youtu.be/2XgbXEiBYdE
Drive robot forward in ROS Melodic, Gazebo9:
The robot motion is jerky and unstable.
https://youtu.be/XXnWqwZ_bqU
Move base using Navigation stack:
Navigate to position (3,3) in ROS Indigo, Gazebo2:
The robot moves quickly and smoothly, with a nice velocity curve.
https://youtu.be/YIsQBLa9Aig
Navigate to position (3,3) in ROS Melodic, Gazebo9:
The robot motion is jerky and the speed changes. The robot misses the goal position and takes multiple attempts.
https://youtu.be/FyyGwdU6qRE
I also try to drive the robot forward in RDS cloud sim (ROS Melodic). The motion is jerky and the robot does not drive straight.
https://youtu.be/62bjO1FIRQo
The text was updated successfully, but these errors were encountered: