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

Nathan_T's profile - activity

2019-11-02 12:21:06 -0500 received badge  Famous Question (source)
2019-03-27 01:04:35 -0500 received badge  Notable Question (source)
2019-03-27 01:04:35 -0500 received badge  Popular Question (source)
2018-04-01 10:17:59 -0500 received badge  Famous Question (source)
2017-05-22 23:58:41 -0500 received badge  Notable Question (source)
2017-05-18 13:37:25 -0500 received badge  Popular Question (source)
2017-05-04 08:46:29 -0500 received badge  Taxonomist
2017-05-04 02:03:50 -0500 asked a question subscriber and publisher in class

subscriber and publisher in class Hello, I am doing simulation in gazebo. And I have two topics, by writing a subscriber

2017-04-17 16:58:12 -0500 asked a question jackal gazebo simulation question

After I going through the tutorials offered by Clearpath, I can run the demo offered by the tutorial and navigate the jackal robot around the map using the 2D navigation icon. Also I can use rqt to check the state of the jackal robot while it's moving.

Now I want to set some goal points in the map and let the robot go through each goal point one at a time until it gets the final goal point with my own control algorithm.

Any inspiration about how I can finish this task? Also I can find any topic in the demo related to the global coordinate of the robot. How can I set some goal points with respect to some global frame?