while running:
roslaunch mav_linear_mpc mav_linear_mpc.launcnamespace:=hummingbird
Details:
I am running this code repo on a raspberri pi 4. I wrote a C++ code to receive the attitude data from High Level processor and send motor speeds to the high level processor using serial port. Then fused the attitude with position data getting from VICON to generate odometry and publishing it on /hummingbird/ground_truth/odometry, also a Joy message for /hummingbird/rc topic. This error happens either when the RC is 'on' (setting rc[0]=1) or when I try to send point to /hummingbird/command/pose.
I guess the problem comes when the code wants to start the 'statemachine' but I am not sure how.
Hi,
I am facing this error:
while running:
roslaunch mav_linear_mpc mav_linear_mpc.launcnamespace:=hummingbird
Details: I am running this code repo on a raspberri pi 4. I wrote a C++ code to receive the attitude data from High Level processor and send motor speeds to the high level processor using serial port. Then fused the attitude with position data getting from VICON to generate odometry and publishing it on /hummingbird/ground_truth/odometry, also a Joy message for /hummingbird/rc topic. This error happens either when the RC is 'on' (setting rc[0]=1) or when I try to send point to /hummingbird/command/pose.
I guess the problem comes when the code wants to start the 'statemachine' but I am not sure how.