Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/customizations/robotics/faq"

(Created page with "= Frequently asked questions = === How can I install example models? === Use File -> NEW -> Examples. Then choose "Robotic examples" in the Papyrus category. === How do I re...")
 
Line 1: Line 1:
 +
__NOTOC__
 +
 
= Frequently asked questions =
 
= Frequently asked questions =
  
Line 5: Line 7:
  
 
=== How do I reference other models, notably service definitions in other models? ===
 
=== How do I reference other models, notably service definitions in other models? ===
See [Papyrus/customizations/robotics/references]
+
See [[Papyrus/customizations/robotics/references|reference handling]].
  
 
=== Which ROS version is supported? ===
 
=== Which ROS version is supported? ===
Line 11: Line 13:
  
 
=== Is it possible to use existing ROS2 packages and service definitions? ===
 
=== Is it possible to use existing ROS2 packages and service definitions? ===
Yes, see [Papyrus/customizations/robotics/reverse]
+
Yes, see [[Papyrus/customizations/robotics/reverse]]
  
 
=== I've modeled a ROS2 component, generated code, but the component does not seem to start ===
 
=== I've modeled a ROS2 component, generated code, but the component does not seem to start ===
 
All components are mapped to ROS2 lifecycle nodes. Therefore, they need to be configured and activated.
 
All components are mapped to ROS2 lifecycle nodes. Therefore, they need to be configured and activated.

Revision as of 14:45, 28 March 2020


Frequently asked questions

How can I install example models?

Use File -> NEW -> Examples. Then choose "Robotic examples" in the Papyrus category.

How do I reference other models, notably service definitions in other models?

See reference handling.

Which ROS version is supported?

Currently, only ROS2 version is supported. we recommend to use ROS2 eloquent.

Is it possible to use existing ROS2 packages and service definitions?

Yes, see Papyrus/customizations/robotics/reverse

I've modeled a ROS2 component, generated code, but the component does not seem to start

All components are mapped to ROS2 lifecycle nodes. Therefore, they need to be configured and activated.

Back to the top