bitmeal

Results 15 comments of bitmeal

> * use cmake `install` and cmake `find_library` The `find_library` needs a lot of hints to work properly. I added #171 to be able to use an installed version of...

Did not see this issue posted, but but dug more into it - presenting a dirty fix - in Issue #227 . The Problem would best be addressed in the...

Should be related to #183; experienced the same. Connect to a specific database to circumvent this or connect as user with root role.

Look here: https://github.com/bitmeal/ros-modbus-device-driver It's a generic Modbus/TCP device driver that exposes your coils and registers over ROS topics. 1. Define your controller (or gripper as seen through the controller) as...

The test(s) (which I did not run before - sorry!) fail, because the submitted fix expects the `global_frame` of the costmap and the frame given as `frame_id` from the map_server...

Bump again, as this is not trivial in my opinion. Could we get some discussion on this and the linked Issues #899 and #903 ? For visibility: @mikeferguson and @DLu...

The xapi death cycle should be fixed with this commit: xapi-project/xen-api@0ec5f94 Problem with the Mellanox ConnectX-3 cards is as follows: Related PCI devices have prior been defined as being different...

xcp-ng 8.1 should include the relevant code, as it is based on xen-api [v1.214.1](https://github.com/xapi-project/xen-api/tree/v1.214.1) xcp-ng 8.0 does **not** include the updated definition (and crashes), as it es based on xen-api...

As you experienced the xapi death cycle, the virtual functions should be present - so nothing to do here. As for *xcp-networkd*, use the code from the linked pull request...