-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix build and demos #3
Conversation
Friendly ping |
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.
@cboostjvisser Sorry for the late responding and thank you for the fix. We've confirmed that this PR switches the simulator to the new Gazebo (formerly Ignition) and make the denso_robot_moveit_demo.launch.py working with vs060 on Gazebo.
I couldn't make work this with cobotta and hsr065a1_n32. Does this reproduce?
I recognize that the following issues should be fixed in the future.
- Interactive markers not responding
- Robot falls on the ground
denso_robot_descriptions/robots/vs060/urdf/denso_robot.ros2_control.xacro
Outdated
Show resolved
Hide resolved
denso_robot_descriptions/robots/hsr065a1_n32/urdf/denso_robot.ros2_control.xacro
Outdated
Show resolved
Hide resolved
denso_robot_descriptions/robots/cobotta/urdf/denso_robot.ros2_control.xacro
Outdated
Show resolved
Hide resolved
I'll try to get some time to test cobotta and hsr065a1_n32. Any clue on what's needed to fix the two issues you describe? |
Fix indentation Co-authored-by: Daisuke Sato <[email protected]>
Thank you. In order to merge this Pull Request, we believe it is necessary to clarify what has been fix. Even if some problems remain, we believe they can be addressed separately for fix. We are looking into the issues as well.
These 2 problems are still investigating. I'm checking gazebo clock settings for the interactive markers. e.g.) rt-net/crane_x7_ros#192 |
Summary: This PR fixes two issues:
Open issues:
|
Hi @cboostjvisser @rjoomen @Tiryoh, Thank you for your contributions and effort on this pull request. We are planning to release a version with support for Gazebo Classic later this month. Sincerely, |
Hi,
Here the fixes I needed to apply to successfully build and start the demo's.
This might also fix: #2
There is one problem still left. When running the demo
denso_robot_moveit_pickandplace.launch.py
ordenso_robot_moveit_demo.launch.py
; planning seems to work, but the joints do not seem to be driven, and the robot "falls" to the ground and stays there.