ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

KamilROS's profile - activity

2018-12-20 21:16:37 -0500 received badge  Famous Question (source)
2017-03-20 19:37:38 -0500 received badge  Notable Question (source)
2016-10-24 10:16:37 -0500 received badge  Popular Question (source)
2016-10-24 05:28:24 -0500 commented question Can I switch (easily, 1:1) from dedicated programming language to ROS?

Thank you for comment.

Writing 1:1 translation (semantics) is the goal and I think it is very hard and not convenient. LynX language is base on text instructions, like goTo(point) or move(x), which are sent to the robot (by PLC and via VB Interface).

Is it possible to make UNIVERSAL translation?

2016-10-21 08:43:28 -0500 asked a question Can I switch (easily, 1:1) from dedicated programming language to ROS?

Hello!

I am taking part in the project, in which we are using Adept LynX robot ( http://www.adept.com/products/mobile-... ) in industry application. Its job is to transport material around the factory.

Management's wants us to use ROS. LynX is using its dedicated programming language. After initial development and writing code, they want us to switch from this language to ROS (reasons? They want to make universal code and switch from LynX to something else in the future, such us Fetch Freight or Pioneer LX). How (and if) easy it is to switch from this language to ROS? Is it possible to create table with "translation" from one function to its equivalent in ROS? They want to create UNIVERSAL code, regardless to the future platform, and I think it is impossible or pointless.

I am not professional coder, but from what I know, to make such as translation and any switch would require separate code development. I'm an Intern.

I gently as for help and you opinion. What is your opinion?

Thank you,

Kamil