Sam Pfeiffer
Sam Pfeiffer
Hello, I'm trying to use your library as sc-xbox.py does but at the same time I would like to publish the gyro data (this is for making a ROS node...
I tried on a ubuntu 12.04 (32bits) ROS hydro environment. Where you do pip3 install I just do pip install. I needed to install: ``` sudo pip install trollius ```...
Hello, As @dddomodossola knows, I'm very fond of this library and the work all the amazing contributors have set together in **remi**. I think it would be beneficial to have...
It would be super cool (and a giant load of work I'm sure) to support importing from QT's `.ui` files ([format](http://doc.qt.io/qt-5/designer-ui-file-format.html)) or QML. (I don't know QML, but I guess...
Hey, this is not really an issue, but as we don't have a gitter chat or anything (I created it, in case you wanna use it: https://gitter.im/dddomodossola/remi). https://github.com/awesomebytes/web_dyn_reconf It's a...
Updating the launch file to launch the correct new app. By the way [the tutorial](http://wiki.ros.org/flexbe/Tutorials/Execution%20of%20a%20Behavior) says to execute: ``` roslaunch flexbe_onboard behavior_testing.launch [behavior_testing.launch] is neither a launch file in package...
rosbag_editor saves it's config in ~/.config/DavideFaconti (not a bad thing but interesting to find)
Hey Davide, I just found the config file at `~/.config/DavideFaconti`. Nothing wrong with it, you are the 'vendor', I was just confused why I had a folder with your name...
I implemented a tiny layer to be able to do a "dynamic dynamic reconfigure" server at https://github.com/pal-robotics/ddynamic_reconfigure_python It allows to `add` some dynamic reconfigure variables and then just call a...
I don't know what would be the approach here. In my Gentoo prefix I had emerged `dev-libs/boost`. But when I tried to emerge `ros-kinetic/camera_calibration_parsers` I got an error of not...
Hello, I've recently noticed my CI builds breaking cause some packages are being removed from the support for python2 targets. For now I found: * dev-util/rosdep (which we have an...