-
Notifications
You must be signed in to change notification settings - Fork 0
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
noetic-devel fixups #14
Conversation
We essentially just need to include demo.launch and franka_gazebo/panda.launch as well as translate arguments appropriately.
franka_gazebo tests
|
LGTM. Thanks for solving these issues! I tested everything except the
I also noticed this during my tests. I tried to fix this with @gollth in frankaemika/franka_ros#173 and frankaemika/franka_ros#180. The issue however turned out to be a difficult one.
Wow! Thanks for making this possible This is very helpful in my own research. |
I just saw you are already working don't this https://github.com/frankaemika/franka_ros/pull/186/files. |
The real robot will (still) work with position controllers, which doesn't require PID gains. |
I can test with the joint_trajectory_controller controller on Monday. My point, however, was about the fact that currently, the
In the future, we might want to start the effort PID controller provided by @frankaemika for the real robot. But let's wait till @frankaemika gives us with such a controller. |
- Rename panda_moveit.launch -> franka_control.launch - Unify franka_control.launch with franka_gazebo.launch - Remove panda_control_moveit_rviz.launch
Actually,
started via franka_gazebo :
For the real robot you might need to add spawners for the controllers. |
I like this solution! Now we provide all the required controllers but don't start them by default. All this control logic is now in the |
Yes, all controller configs are loaded as ROS params. But MoveIt's SimpleCtrlMngr requires the Only, the ROSCtrlMngr can start/stop controllers as well. |
@rhaschke Good point! I didn't think of that. I will also test that and feedback the results to you. Feel free to join me on TeamViewer when I have all the tests set up. |
@rhaschke I tested the |
Maybe we can start the |
... on real robot
See individual commits. Requires frankaemika/franka_ros#188.