G.A. vd. Hoorn
G.A. vd. Hoorn
Using a proxy to work-around the HTTP `500` Internal Server Error problems (#47) is OK, but it might be better to use *white-listing* of IPs which are allowed to access...
This could be a simple (almost empty) ROS package which `find_package(abb_librws REQUIRED)` and then attempts to link against it.
As #76 highlighted, we need to start adding tests to important parts of the library to avoid regressions. Initially I would suggest we focus on serialisation and deserialisation interfacing code,...
The `FindPoco.cmake` provided by `cmake_modules` doesn't set the required variables for CMake to actually verify that it found the requested version of `libpoco`. At the moment the `find_package(Poco .. 1.4.3...
See [roslint error](http://answers.ros.org/question/204078/roslint-error/) on ROS Answers fi. The [Extrinsic Calibration of Camera(s) to a Static Target (Depricated)](http://wiki.ros.org/industrial_extrinsic_cal/Tutorials/Camera%20to%20Target) tutorial points users to the [industrial_extrinsic_cal](http://wiki.ros.org/industrial_extrinsic_cal) ROS wiki page, which under _Installation_ seems...
This is a debatable, but the package manifest does not declare a system dependency on ceres in any way. The build will fail due to `find_package(Ceres ..)` failing, but ideally...
More of a question, not an actual issue, but Discussions is not enabled, so here goes. (if this is an RTFM, please point me to it) I'd be interested in...
As per subject. Bit of a wip as I can't test this myself right now, and have copied the changes from my development machine verbatim. Last two commits are technically...
The current implementation uses `ar x` to extract all objects from all `.a`s in `$TARGETDIR/install/lib`, then `ar rc` to merge all objects into a single library again: https://github.com/micro-ROS/micro_ros_setup/blob/a73f84707874b5a57852cab802d8d032610c3cbd/config/generate_lib/generic/build.sh#L40-L48 The `ar`...
**Describe the bug** Agents do not appear to forward messages coming in from the "ROS 2 side" that are larger than a certain size. Increasing the verboseness of the Agent,...