Problem with vicon when with object twitching. #515
Replies: 2 comments
-
Strange - this does sound like a bug to me. It is not possible to run with vicon_bridge - vicon_bridge is essentially built-in to reduce latency. You can use Otherwise it would be great if you could provide a callstack from the crash. You would need to run with a debugger attached, see http://wiki.ros.org/roslaunch/Tutorials/Roslaunch%20Nodes%20in%20Valgrind%20or%20GDB for some hints. |
Beta Was this translation helpful? Give feedback.
-
Sorry for thee delay in the reply, the project was hulted for a while, |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm flying Crazflie2.1 using the Crazyswarm on Ubuntu 18.04 with ROS melodic and vicon motion capture system. I got to the point where everything is working, the light ring is green. when I launch hover_swarm.launch + run hello_world.py the drone takes off and the land with no problem.
The problem happens when the drone object in the motion capture disappears or twitches even for a fraction of a second. I get the flowing error massage from the launch file:
[crazyswarm_server-2] process has died [pid 31071, exit code -6, cmd /home/baza/crazyswarm/ros_ws/devel/lib/crazyswarm/crazyswarm_server __name:=crazyswarm_server __log:=/home/baza/.ros/log/3ef5023a-3819-11ec-9e85-9cb6d01d6ec1/crazyswarm_server-2.log]. log file: /home/baza/.ros/log/3ef5023a-3819-11ec-9e85-9cb6d01d6ec1/crazyswarm_server-2*.log
this wasn't a problem with the Crazyflie package with vicon_bridge and the drones used to fly just fine.
Vicon_bige used to stop publishing position for the time of losing track but then the done was able to recover again, here Crazswarm server returns an error and shuts down.
is there a way to fix it or run Crazyswarm with vicon_bridg?
Thank you so much in advance
Beta Was this translation helpful? Give feedback.
All reactions