Jonathan Bohren
Jonathan Bohren
@jrfonseca, we've been using Xdot for several years now with a wxWidgets-based fork and, more recently, a Qt-based fork. It'd be cool to unify them into a single library, and...
It would be great if when the user used the scroll wheel on the web viewer, it scrolled up as if it were a real terminal window. This would be...
# Summary Install of jupyter SysMLv2 pilot on Ubuntu 20.04 following [instructions](https://github.com/Systems-Modeling/SysML-v2-Release/tree/master/install/jupyter#linux) does not result in functioning kernel. # Context - OS: Ubuntu 20.04.3 - Shell: bash - System Python:...
It looks like there's some old functionality that is `#ifdef 0`'d in limited_proxy.cpp: https://github.com/willowgarage/ros_control/blob/master/control_toolbox/src/limited_proxy.cpp#L240 Can we decide if this should be in or not?
@Fran-B After you're done with the package.xml schema over in ros-infrastructure/rep/issues/77, do you have any interest in helping define a schema for roslaunch? The roslaunch sources are here in this...
As mentioned in #266, the `cmake` executable provides a `--build` option in version 2.8 and later, which calls the native build tool to build a package (see documentation below). This...
On my 2.9Ghz i7 with an EVO850 SSD running Ubuntu 12.04: ``` bash $ time python -c 'from pkg_resources import load_entry_point' python -c 'from pkg_resources import load_entry_point' 0.14s user 0.01s...