-
When I Execute build_ros.sh, the error like this. How can I solve this problem? Thanks very much!
[rosbuild] Building package ORB_SLAM2
[rosbuild] Error from syntax check of ORB_SLAM2/manifest.x…
-
Hi,
I am trying to use your package to communicate with ROS, however I am getting the following error when I run the test on the AWS Lambda function on my Amazon account:
"errorMessage": "Cannot f…
-
Hi, I have the same problem with #17 . The solution there doesn't work for me. Is there a solution to this problem yet?
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18…
-
This might be a issue because I am using ros hydro, changing:
nodename = nodename[1:].split(roslib.names.SEP)[-1]
to:
nodename = nodename[1:].split(rospy.names.SEP)[-1]
Seems to fix the problem.
-
# Context
RosLib does not manually connect to the WebSocket even though it is running. During the mission, connection might be lost and we want to establish a connection right away. Also for developm…
-
[SQ01s/perfect_tracker-4] process has died [pid 312, exit code 1, cmd /home/gsk/Dynamic_multi_agents_ws/src/mader/mader/scripts/perfect_controller.py __name:=perfect_tracker __log:=/home/gsk/.ros/log/…
-
[rosbuild] Building package ORB_SLAM2_PointMap_SegNetM
[rosbuild] Error from syntax check of ORB_SLAM2_PointMap_SegNetM/manifest.xml
Traceback (most recent call last):
File "", line 1, in
ModuleN…
-
## Description
I was trying to port the Jibo extension, which uses ROSLIB to the new extension framework (with the @blocks decorator). I discovered an issue I could not get around where importing ros…
-
I've got this build failing: https://build.ros.org/job/Ndev__rosmsg_cpp__ubuntu_focal_amd64/1/consoleFull .
The error is:
```
21:30:07 [ RUN ] CppMsgDef.getMD5Text
21:30:08 the rosdep vie…
peci1 updated
8 months ago
-
`ROS_DISTRO` is automatically set by `roslib` pkg when setup.*sh is sourced. Without this environment variable, `rosdep` won't work.
- This repo hosts many different Docker images, but for some of …