Open lida2003 opened 2 months ago
it is used for IPC
Which program is communicating through IPC? I didn't find the configuration in VINS-Mono.
a) I found SERVER_PATH2 "/tmp/chobits_server2"
, but I can't find SERVER_PATH "/tmp/chobits_server"
in ego-planner.
b) "/tmp/chobits_server" is used for pos data; "/tmp/chobits_server2" is used for mav_sysid. From ego-planner, "/tmp/chobits_1236" is used for pos data. So I'm confused here.
Any tips?
It seems that "/tmp/chobits_server2" might be used for triggering predefined destination.
Hi
I'm building a similar test setup. This small program primarily retrieves IMU data from the serial port and publishes it to /chobits/imu.
However, I don't understand what the SERVER_PATH is mainly used for?
https://github.com/chobitsfan/mavlink-udp-proxy/blob/0891e9244f02a1bd6ae9120396260c96edc439ed/my_mavlink_udp.cpp#L25-L26