ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to use robot_pose_ekf and other ROS Packages?

asked 2015-06-17 19:01:59 -0500

SilvrCenturion gravatar image

Hi there,

I am super new to ROS. I have a decent amount of programming experience and have academic coursework under my belt in AI and robotics. I have also worked through the ROS tutorials. That being said, I have 0 real world experience with ROS.

I am working on a project where I need to use robot_pose_ekf and maybe amcl. I think I understand how to publish the messages they subscribe to, but I have no idea how to play around with the code for these packages, or how to get them on my computer, or how to actually use them with my robot, aside from what they publish and subscribe to.

Any kind of help on how to use these tools would be super appreciated. Thank you!!

(PS - I have the sensors needed for all of these things)

edit retag flag offensive close merge delete

Comments

Perhaps not the answer you were looking for, but you'll do yourself a favour if you pick up some books for ROS if you're a beginner. See the wiki/Books page for that. "A Gentle Introduction to ROS" is free, so you can start with that. "ROS By Example" should help too.

gvdhoorn gravatar image gvdhoorn  ( 2015-06-18 01:51:36 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-07-22 13:11:59 -0500

luc gravatar image

You can clone them from version control to your catkin workspace and build from source or install them (if you don't already have them) by running sudo apt-get install ros-<distro>-<package_name>. Tab complete helps with this, too.

Once you have them installed, look at some example code that might be found in their repositories or any tutorials on the ros wiki for them. If it's just a think that subscribes to certain topics, make sure your newly installed or complied node is running via rosrun or a launch file you made, and the correct topics are being published!

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-06-17 19:01:59 -0500

Seen: 521 times

Last updated: Jul 22 '15