Help with installing robot_localizaition
Hello everyone
I am building a robot with a lidar and wheel encoders, as far as I understood, robot_localizaition will use the encoders data to help me with the localization of my robot ( correct me if i'm wrong please )
Now, I'm not sure how to install robot_localizaition , I'm using kientic on ubuntu 16.4
I tried using sudo apt-get install ros-kinetic-robot_localization
and then go tocd~/catkin_ws
, and catkin_make
, and source devel/setup.bash
and finally roslaunch robot_localization ekf_template.launch
but it give me an error saying
[ekf_template.launch ] is neither a launch file in package [robot_localization ] nor is [robot_localization ] a launch file name
Please help me with some detailed steps as I'm beginner to ROS.
Thank you
Are you running
ros-kinetic-robot_localization
orros-kinetic-robot-localization
to install therobot_localization
pakcage? If it's the first then you should have been given an error.Thank you, That worked !! Now, after installing that, I'm not sure how to use it, any advice ?
Could you please mark my answer as correct then?
Sorry, I've never used that package.
hi. I have installed robot_localization package but i am not sure what should i do next? can you elaborate a bit about how to do after installing. I just ran this command, what should i do next. sudo apt-get install ros-kinetic-robot_localization i am getting this error.
ERROR: cannot launch node of type [robot_localization/ekf_localization_node]: can't locate node [ekf_localization_node] in package [robot_localization]
@enthusiast.australia you should create a new question