ros2 Questions

2

ERROR:Could not find the colcon-terminal-notifier.app in the install prefix '/usr/local Operation OS: MacOS Monterey ROS2 Version:Foxy When I use the command "colcon build",The terminal p...
Rucker asked 26/5, 2023 at 10:16

2

Solved

I have a main bringup.launch.py launch file of which the launch descriptor includes child.launch.py as a child launch file like this: from ament_index_python.packages import get_package_share_dire...
Criminate asked 28/8, 2019 at 16:22

3

I have created a package for ROS2 and I have added a Python repository I downloaded. The problem I am having is that in the original repository the modules from the own repo were imported directly ...
Pharisaism asked 9/8, 2019 at 8:59

4

I got an ImportError while trying to create a custom interface following the ros2 tutorial Creating custom msg and srv files. The project looks like this: src/tutorial_interfaces/ ├── CMakeLists.tx...
Teniacide asked 25/6, 2022 at 10:2

1

Solved

I am working with ROS2, I got the situation that 'ros2 topic list' doesn't show all topics on the ros2 network. The above command only showed : I think that there's certain mismatch in configurati...
Nansen asked 11/8, 2022 at 10:8

4

Solved

ROS2 is a distributed architecture using publisher/subscriber messaging between nodes. ROS2 has taken a different approach in its messaging layer and now employs the industry standard called Data ...
Reims asked 5/7, 2018 at 9:20

1

Solved

I starting with ROS2 which is currently in the alpha phase. While building the package ros1_bridge I got this error: Traceback (most recent call last): File "bin/ros1_bridge_generate_factories", ...
Mesocarp asked 1/9, 2016 at 22:11
1

© 2022 - 2024 — McMap. All rights reserved.