-
Notifications
You must be signed in to change notification settings - Fork 47
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
[pepper_gazebo_plugin] add base_footprint2 to use planar move plugin #31
base: master
Are you sure you want to change the base?
Conversation
@@ -2279,20 +2279,35 @@ | |||
</sensor> | |||
</gazebo> | |||
--> | |||
<!-- <gazebo> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please remove this commented part?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah non, this urdf file should be regenerated from macro, so if we remove this code from macro than it won't be here
@@ -684,20 +684,36 @@ | |||
</gazebo> | |||
--> | |||
<!-- Drive controller --> | |||
<!-- <gazebo> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please remove this commented part?
</link> | ||
<joint name="base_footprint_fixedjoint" type="fixed"> | ||
<parent link="base_link"/> | ||
<child link="base_footprint2"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it really necessary to have this link?
Thank you very much for your comment. Sorry, I haven't completed this pull-request yet... |
Hi @kochigami ! I am a bit lost with all the pull requests. Have you succeeded to make it work? Thanks! |
Hi, @jokla I'm very sorry for my late reply. I confirmed it in ubuntu 14.04 and ros indigo.
I'd like to update this pull-request if I find a new way though. Sorry for that. |
@kochigami should we merge it in this case? |
@kochigami @nlyubova IMO, this PR need unmerged PR (ros-simulation/gazebo_ros_pkgs#372), so better to wait for merge. |
@nlyubova |
I'd like to make Pepper move by
/cmd_vel
in the gazebo world.I added planar move plugin in pepper.urdf and pepperGazebo.xacro instead of diff drive .
However, just using it causes pepper's weird movement as discussed in #28.
In order to avoid it, I added base_footprint2 near base_link in pepper_torso.xacro.
As for planar move plugin, I'd like to use ros-simulation/gazebo_ros_pkgs#372 .
In addition, the parameter of launch_control_trajectory_all in pepper_gazebo_plugin_Y20.launch (in pepper_gazebo_plugin) has to be set false.
[Edited] to use this without changing launch_control_trajectory_all to false,
I sent ros-naoqi/pepper_virtual#7
The only problem is pepper bends down and gradually returns to the original pose when we send a big value like
If there is any problem, please let me know.
(I'm wondering whether there are other programs which use pepper.urdf, pepper_torso.xacro...)
Thank you very much @ k-okada.