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

F1iX's profile - activity

2021-10-22 12:52:15 -0500 commented answer How to write a package.xml compatible with both of melodic and noetic when it depends python-<library name> package.

That's it! With format="2" it complains The "exec_depend" tag must not have..., but with format="3" everything works out

2021-10-22 12:51:52 -0500 commented answer How to write a package.xml compatible with both of melodic and noetic when it depends python-<library name> package.

With format="2" it complains The "exec_depend" tag must not have..., but with format="3" everything works out well. Than

2020-12-08 13:19:16 -0500 received badge  Enthusiast
2020-12-01 06:07:22 -0500 received badge  Supporter (source)
2020-10-01 05:23:20 -0500 commented answer How do I start a node with an anonymous name with roslaunch?

Is there a way to actually generate random ids/names then?

2020-10-01 02:16:48 -0500 edited answer ROS melodic import error "No name hello in module XXXXX" in VScode

As discussed here, the following is needed: Place your module in <ws>/src/<pkg-name>/src/<pkg-name>

2020-09-30 08:47:46 -0500 received badge  Necromancer (source)
2020-09-30 08:47:46 -0500 received badge  Teacher (source)
2020-09-30 08:47:32 -0500 answered a question ROS melodic import error "No name hello in module XXXXX" in VScode

As discussed here, the following is needed: Place your module in <ws>/src/<pkg-name>/src/<pkg-name>