Niels Hvid

Results 4 issues of Niels Hvid

**Which API doesn't behave as documented, and how does it misbehave?** `AudioPlayer.play()` sometimes resets the position on the AudioSource. Even `AudioPlayer.seek()` doesn't work. It is a bit inconsistent in it's...

bug
1 backlog

A package which does the following: 1. call `catkin_python_setup()` 2. Declare its own messages and call `generate_messages` Does not work when sourcing install/setup.bash. `source install/setup.bash` `rosmsg info /` -- works...

bug

First of all, thank you for an amazing repository. I have been using thisrepository as a guide for "best practices" in doing things "The ROS way" In doing so, I...

Working on a ROS project, I needed to set an environment variable to `'${message}'` including quotation and not expanding ${message} as an environment variable. I had to escape both $...