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

Papyrus/customizations/robotics/faq

< Papyrus‎ | customizations/robotics
Revision as of 11:48, 28 March 2020 by Ansgar.radermacher.cea.fr (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 [Papyrus/customizations/robotics/references]

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