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

Zeeshan's profile - activity

2021-04-26 02:26:37 -0500 received badge  Student (source)
2018-01-20 06:19:27 -0500 received badge  Famous Question (source)
2017-04-27 07:52:27 -0500 received badge  Famous Question (source)
2016-10-27 04:22:39 -0500 received badge  Famous Question (source)
2016-10-17 03:30:37 -0500 received badge  Notable Question (source)
2016-10-12 16:29:31 -0500 received badge  Notable Question (source)
2016-10-09 07:15:31 -0500 received badge  Notable Question (source)
2016-08-27 09:32:44 -0500 received badge  Popular Question (source)
2016-08-18 02:41:16 -0500 received badge  Enthusiast
2016-08-17 10:41:27 -0500 received badge  Popular Question (source)
2016-08-16 15:12:29 -0500 asked a question Navigation and planning after gmapping

hello, I am working in a simulation environment in vrep and by publishing base_scan to gmapping in ros i am creating a map, Now i want to do navigation on map which is creating by gmapping not on a static map by download in pgm or yaml format, i want to do navigation on runtime generating map by gmapping. Please help me what can i do now for navigation and path planning, i have seen a links on move_base node but cant link with my gmapping map which are creating in rviz and model not going to goal, please help me fully, i shall be very thankfull to you.

Procedure till now: 1)run roscore 2)catkin_make 3)devel/source bash.setup 4)run vrep and open and start vrep model and publish topics of laser scanner,odom and tf. 5)on new termial rosrun tf static_transform_publisher 0.2 0.0 0.1 0.0 0.0 0.0 base_link base_scan 50 6)on new terminal rosrun gmapping slam_gmapping scan:=base_scan 7)open rviz 8)on new terminal roslaunch gmapping mapping.launch model starts mapping on rviz

2016-08-15 12:20:36 -0500 commented question Navigation costmap2d

so please can u tell what is the solution for this?

2016-08-15 11:30:49 -0500 asked a question Navigation costmap2d

i get the following error while i run the launch file with

roslaunch youbot_navigation_local move_base_local.launch

...

[ INFO] [1471278418.063178560]: Loading from pre-hydro parameter style
[ INFO] [1471278418.084275407]: Using plugin "obstacle_layer"
[ INFO] [1471278418.130269680]:     Subscribed to Topics: hokuyo_laser
[ INFO] [1471278418.162015226]: Using plugin "inflation_layer"

[ INFO] [1471278418.250150436]: Using plugin "footprint_layer"
terminate called after throwing an instance of 'pluginlib::LibraryLoadException'
  what():  According to the loaded plugin descriptions the class costmap_2d::FootprintLayer with base class type costmap_2d::Layer does not exist. Declared types are  costmap_2d::InflationLayer costmap_2d::ObstacleLayer costmap_2d::StaticLayer costmap_2d::VoxelLayer
[move_base_node-2] process has died [pid 20334, exit code -6, cmd /home/zeeshan/catkin_ws/devel/lib/move_base/move_base cmd_vel:=move_base/cmd_vel __name:=move_base_node __log:=/home/zeeshan/.ros/log/cbc6dc34-62e4-11e6-aa0c-685d435eb19f/move_base_node-2.log].
log file: /home/zeeshan/.ros/log/cbc6dc34-62e4-11e6-aa0c-685d435eb19f/move_base_node-2*.log
2016-08-08 15:00:01 -0500 received badge  Popular Question (source)
2016-08-08 14:33:04 -0500 commented answer Navigation stack setup after gmapping

Sir my simulator publishes the /tf frame of my robot.now if i remove all the nodes from launch file including tf also. Then what i do now next for navigation stack and to run+link the navigation code that i got from github?

2016-08-08 13:52:06 -0500 answered a question Navigation stack setup after gmapping

I was looking at robotsetup tutorial. ( http://wiki.ros.org/navigation/Tutori... ). In section 2.2 Creating a Robot Configuration Launch File in which i have to Replace "sensor_node_pkg" with the name of the package for the ROS driver for your sensor, "sensor_node_type" with the type of the driver for your sensor, "sensor_node_name" with the desired name for your sensor node, and "sensor_param" with any parameters that your node might take. and also replace all things for odometry and tf.

I don get what are these values?

2016-08-08 09:45:55 -0500 asked a question Navigation stack setup after gmapping

Actually i am working with vrep and ros and till now i have done with gmapping by getting the /base_scan /tf values from the vrep simulation and create the map in RVIZ, and downloaded the map.pgm by rviz but now i dont know how to set the navigation stack.

but next i am stuck at navigation what i do. i have downloaded all the files from git hub attached below related to navigation stack.

https://github.com/ros-planning/navig...

please let me know how to run this code which command can be use to run this code that i got from github. and what changes i have to do please tell me what should now i can do?

Please help me i shall be very grateful to you.

2016-07-23 13:39:00 -0500 answered a question autonomous navigation

Hello friend could u please help me out that after generating map with gmapping in rviz how can i do path planning. I have download the map.pgm from rviz but now i dont get how start path planning and how to link with map. Please help me.

Thanks