-
Notifications
You must be signed in to change notification settings - Fork 40
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
Problem when using rwt_moveit #65
Comments
@CRH380B-6216L thank you for your investigation, I think we need #66 for UR5 example, it also requires
but not sure why we need this, I remember we can run this package without this in 'groovy/hydro' time. BTW, I'm not familiar with javascript world, but do you think CDN will provide script for RobotWebTools near future? or should we provide from local file?
|
@k-okada Thanks for your attention. I will validate the fixes soon. The case is that the JavaScript CDNs provided by RobotWebTools (cdn.robotwebtools.org) is not working right now; accessing the script from there will return a 403 error. So that's the reason I replace them with local files. Besides, some of the dependencies are missing, so I also added them into tork-a/rwt_ros#20 and load them from that package. I am using Firefox in my project. |
RWT CDN and demo server are currently experiencing hosting issue. I suggest to host them locally or directly from github for now. I will post in the mailing list as soon as I get some conclusion. https://groups.google.com/d/msg/robot-web-tools/PlW1ECoL91Y/1ss6BPp_DAAJ |
@k-okada I have tested with applying the changes at #66 in my rwt_moveit folder. It seems that the solution only fixed some problems. For now the UI, robots shows correctly and joints' slider works. But moving of the interactive markers does not apply to the state of (start/goal) robot, and planning & execution are not working. The output when pressing Plan button (Python warning only shows at first time):
The output when pressing Plan & Execute button:
The output when moving any interactive marker:
The output when checking/unchecking the checkbox of start/goal (errors come from browser):
|
hi, did you change the bottom button from 'endeffector' to 'manipulator'? |
I am an ICT student and I am researching on a project controlling an industrial robot in a web browser. I found the "Visualization RWT" widgets on RobotWebTools website and use the rwt_moveit tool of it. However, I meet a problem when using this web tool on my industrial robot.
A Universal Robots UR5 robot and an Ubuntu 14.04 laptop with ROS Indigo are used for my project. I try to connect the web tool to the simulation of the robot:
The launch files of robot are avaliable in the package universal_robot.
Those things doesn't work well. All the parts of the robot are squeezed together at the centre of the scene:
squeeze.png
And the terminal shows such error messages:
errors.png
The tf frame in this situation (archived):
frames.gv
UPDATE With the help of my colleagues I have fixed the problem on tf by setting the rwt_moveit's launch arg fixed_frame to
/world
.For now the robot model shows correctly and the terminal no longer complaints. However the functionalities still don't work. The interactive markers float above the origin and terminal shows error when I move them:
I wrote a launch file for my UR5 robot:
diff of basic.js (so a reference of ColladaLoader.js is to be added in index.html):
diff of index.html (the CDN of RobotWebTools is not working since this week, so I replaced the scripts with their local copy):
The text was updated successfully, but these errors were encountered: