Morten Nissov
Morten Nissov
Issue type: Bug report ### Actual behaviour In sing mode when going over a song with a video file a red error message appears saying "Can't play movie [file:///home/user//...]. This...
**Describe the bug** Building the `foxy` branch of `darknet_ros` results in several errors * `/home/morten/ros2_ws/src/darknet_ros/darknet_ros/include/darknet_ros/YoloObjectDetector.hpp:62:17: error: conflicting declaration of C function ‘void show_image_cv(image, const char*, IplImage*)’` * `/home/morten/ros2_ws/src/darknet_ros/darknet/examples/attention.c:290:9: error: too...
Adding radar system data (RSD) message type, according to https://gpsd.gitlab.io/gpsd/NMEA.html.
Is it possible to have the formatter follower the indent size specified in the settings.json for a given file? Or is there a way to globally make the indent size...
Tab-autocomplete in zsh is not working as expected with rosbag. Note, I'll start lines run in zsh with `❯` and lines run in bash with `$` # Demo Create a...
This has been discussed slightly in [#84](https://github.com/ros-drivers/ros2_ouster_drivers/issues/84) but I figured the discussion has drawn out to the point where it deserves a a dedicated post with demonstration. The problem is...
Attempting to build release 1.3 on PopOS 20.04 results in several `undefined reference to` errors with `yaml-cpp`. Installing from `apt` by `sudo apt install thinkfan` seems to work, but is...
I've tried now with a couple different pointclouds, and the PointToPointWithCovErrorMinimizer seems to reliably calculate singular Hessian matrices. This is problematic because for the covariance estimate the hessian needs to...
I am curious what the state of the gps plugin is in `foxy-devel`. I've added the minimal amount of information in a xacro file: ```xml gps_link ``` but when I...
I was looking at the IEEE 1588 implementation and was curious regarding the following function ``` bool enet_ieee1588_read_timer(struct timespec *t) { if (t == NULL) { return false; } ATOMIC_BLOCK(ATOMIC_RESTORESTATE)...