ros-humble
ros-humble copied to clipboard
Recipes for ROS 2 Humble Hawksbill
Builds locally the 5 velodyne packages bundled in.
Fresh builds
I installed `ros2` via this command: ``` mamba create -n ros2_env -c conda-forge -c robostack -c robostack-experimental -c robostack-humble yarp ros-humble-desktop ``` When I try to run `rviz2` I get:...
I installed ros humble with gazebo with the following command: ``` mamba create -n ros2_env -c conda-forge -c robostack -c robostack-experimental -c robostack-humble yarp spdlog=1.9.2 ros-humble-desktop ros-humble-gazebo-ros-pkgs ros-humble-gazebo-dev ``` Unfortunately...
Something goes wrong in either `python_qt_bindings` or `qt_gui_cpp` (or both). @traversaro offered to look into it.
If I try to run `rqt_gui` or `rqt_graph` or probably other similar packages on a fresh Linux install, I get ```python (humble) @:~/ros/humble_ws$ ros2 run rqt_gui rqt_gui Could not import...
## Issue I installed ROS2 Humble on Windows today and had an issue locating the FastDDS RMW implementation. To reproduce the error, it's sufficient to `import rosbag2_py` in Python. (EDIT:...