Ask Your Question
1

Is the execution of a Python script impeded by a launch file in the ROS2 launch?

asked 2022-12-06 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-03 04:00:00 +0000

lalupa gravatar image

No, the execution of a Python script is not impeded by a launch file in the ROS2 launch. The launch file and the Python script serve different purposes and can run independently. The launch file is used to start and configure nodes and other ROS2 components, while the Python script is used to implement the functionality of a specific component. However, it is important to make sure that the launch file properly includes and references the Python script in order for the component to be properly started and integrated into the ROS2 system.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-12-06 11:00:00 +0000

Seen: 9 times

Last updated: Feb 03 '22