Search Criteria
Package Details: ros-melodic-rosbridge-library 0.11.13-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-rosbridge-library.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-rosbridge-library |
Description: | ROS - The core rosbridge package, repsonsible for interpreting JSON and performing the appropriate ROS action, like subscribe, publish, call service, and interact with params. |
Upstream URL: | https://wiki.ros.org/rosbridge_library |
Licenses: | BSD |
Submitter: | acxz |
Maintainer: | None |
Last Packager: | bionade24 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-01 05:03 (UTC) |
Last Updated: | 2021-03-22 21:49 (UTC) |
Dependencies (18)
- python-pillow (python-pillow-gitAUR)
- python-pymongo
- ros-melodic-geometry-msgsAUR
- ros-melodic-message-runtime
- ros-melodic-roscppAUR (ros-melodic-roscpp-gitAUR)
- ros-melodic-rosgraphAUR
- ros-melodic-rospyAUR
- ros-melodic-rosserviceAUR
- ros-melodic-rostopicAUR
- ros-melodic-std-msgsAUR
- cmake (cmake-gitAUR) (make)
- python-pillow (python-pillow-gitAUR) (make)
- python-pymongo (make)
- ros-build-toolsAUR (make)
- ros-melodic-catkinAUR (make)
- ros-melodic-geometry-msgsAUR (make)
- ros-melodic-message-generation (make)
- ros-melodic-std-msgsAUR (make)
Latest Comments
donedr commented on 2020-09-12 15:36 (UTC)
Hello,
I tried using your package but when launching rosbridge I get the following error: Exception: BSON installation does not support all necessary features. Please use the MongoDB BSON implementation. See: https://github.com/RobotWebTools/rosbridge_suite/issues/198
After that the rosbridge_websocket process died.
I managed to fix the issue by simply replacing the python-bson dependency with python-pymongo. Could you please update your PKGBUILD with that change?