Open jrgnicho opened 2 years ago
Ubuntu 20.04 ROS Noetic
As per title, running the rosdep command fails to complete due to missing dependency msf_updates
rosdep install --from-path src --ignore-src
throws the error
"hdl_graph_slam: Cannot locate rosdep definition for [msf_updates]"
msf_updates is no longer available on the apt repository for noetic. If you want to use the IMU feature, you need to build it from source.
https://github.com/ethz-asl/ethzasl_msf
Ubuntu 20.04 ROS Noetic
As per title, running the rosdep command fails to complete due to missing dependency msf_updates
rosdep install --from-path src --ignore-src
throws the error
"hdl_graph_slam: Cannot locate rosdep definition for [msf_updates]"