-
I installed the code and I run it. There was no problem but no video has been generated. After that, I installed the following dependencies and tried to run the python code again and an error occurred…
-
Hi,
I have encountered some odd behavior. At some point, a subscriber topic decrease throughput, when the publishing topic does not decrease the throughput.
1. I have a cpp node publishing a str…
-
I'm trying to import `dynamic_reconfigure.client` in python as below
```
#!/usr/bin/env python
import roslib;roslib.load_manifest('dynamic_reconfigure')
import rospy
import dynamic_reconfigure.cl…
-
$ ./build_ros.sh
Building ROS nodes
mkdir: cannot create directory "build": File exists
[rosbuild] Building package ORB_SLAM3
[rosbuild] Error from syntax check of ORB_SLAM3/manifest.xml
Traceba…
-
### when i run "roslaunch pluto_navigation botanical_garden_osnabrueck.launch", there was an error as follows. Has anyone encountered this problem when running this package? How to solve this problem…
-
I wrote a simple code like below and included it in an html file.
``
``
``
``
var ros = new ROSLIB.Ros({
url : 'ws://localhost:9090'
});
ros.on('connection', function() {…
-
Using rosbag check and rosbag fix to migrate messages from our local packages always fails with ROS being unable to determine the target message type even though the message name and package did not c…
-
Since ev3dev project has dropped Python 2 support, I tried to use Python 3 to write a node, but it does not work.
The first issue I encountered is that yaml package is not installed for Python 3, s…
-
I built this project by "catkin build" and tried samples.
But I found following error in "roslaunch rexrov2_gazebo start_demo_pid_controller.launch"
on the page of [Path and trajectory generators](h…
-
If programms on arduino run out of SRAM, the program may fail in unexpected ways; it will appear to upload successfully, but not run, or run strangely. The SRAM can be used up easily by storing a coup…