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

px4 firmware iris_base xacro namespace property

asked 2020-09-09 02:50:16 -0500

noob_ros gravatar image

In the px4 firmware iris_base.xacro file: https://github.com/PX4/sitl_gazebo/bl...

there is a property "namespace" that is assigned multiple times to the namespace parameter in various macros. For example in the wind_plugin_macro:

<xacro:wind_plugin_macro
    namespace="${namespace}"
    wind_direction="0 0 1"
    wind_force_mean="0.7"
    xyz_offset="1 0 0"
    wind_gust_direction="0 0 0"
    wind_gust_duration="0"
    wind_gust_start="0"
    wind_gust_force_mean="0"
    />

where is this "namespace" intialised or passed from and how?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-11-09 04:51:49 -0500

archee8 gravatar image

Hello! See iris.xacro at line 36.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-09-09 02:50:16 -0500

Seen: 225 times

Last updated: Sep 09 '20