Ryan
Ryan
OpenOCD on stlink v3 wasn't working from the wiki. I'm still working on getting it going, but I'll update the wiki when I do. Help is appreciated.
# 🎉 New feature Relates to #1358 ## Summary * Add a macro to start using nodiscard as recommended in 1358. * Demonstrate usage of the macro in Actor.hh *...
## Current behavior The following code compiles with default compiler settings when building a camera plugin in Gazebo: ```c++ void MyCameraPlugin::PreUpdate( const UpdateInfo &_info, EntityComponentManager &_ecm) { // All the...
## Bug report **Required Info:** - Operating System: - Ubuntu 23 - ROS2 Version: - Docker (Ros humble) - Version or commit hash: - humble - DDS implementation: - n/a...
--- ## Basic Info | Info | Please fill out this column | | ------ | ----------- | | Display elapsed time in RVIZ panel and add time logging |...
Hey there, Just FYI your cookbook entry for ament_cmake is out of date. You might just want to deprecate it and refer to the upstream tutorial because that's up to...
# Purpose Document what is currently supported by ROS when using NaN/infinity values for floating points in messaging. # Why `sensor_msgs/msg/BatteryState` tells users to use `NaN`, but there's not info...
# Purpose NAV2 has an excellent guide on using GDB with ROS 2: https://navigation.ros.org/tutorials/docs/get_backtrace.html The guide has very little to do with NAV2, and is helpful for anyone using ROS....
Hello, Would it be possible to document in [Interfaces](https://docs.ros.org/en/humble/Concepts/Basic/About-Interfaces.html) that you can set constants or default values to special values like NaN? It's not clear what's supported, and whether NAN,...
* Don't override GNUInstallDirs * This allows setting local prefix with cmake at installation time * Use the new method in CI * Solves #328