Closed jluo-bgl closed 5 years ago
Hi @JamesLuoau ,
At the moment, the dynamics node only reads the init_pose
ROS parameter once at bootup. For dynamically setting the init pose after every crash, we suggest the following:
rosparam set /uav/flightgoggles_uav_dynamics/init_pose "[x, y, z, i, j, k, w]"
. Best, -Winter
Got it, Thank you very much.
I see we can setup init pose in drone.yaml, but I'd like to setup this init position every reset so that I don't need to always training started from same position, is it possible? Thanks.