Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Browsing latest articles
Browse All 667 View Live
↧

Error /move_base->/move_base (/move_base/global_costmap/footprint)...

WARNING The following node subscriptions are unconnected: * /twist_to_motors: * /cmd_vel * /move_base: * /mobile_base/sensors/bumper_pointcloud * /move_base/cancel * /rviz: *...

View Article


move_base strange behaviour when using earth referenced heading

Hey guys, I am performing gps waypoint navigation using `move_base` for the navigation side of things. My localization setup uses `robot_localization` i run two instances of this in order to fuse the...

View Article


Amcl Particle Cloud info

What is the reason behind publishing particle cloud. Is it just to show the user, the degree of accuracy of localisation. Because Amcl also publishes PoseWithCovarianceStamped, and that is what...

View Article

Costmap2D "forget" obstacles after some time

Hi, I am trying to implement a PointCloud2 based obstacle avoidance layer for use with move_base. I have taken the camera's point cloud, down sampled it using a VoxelGrid, and then filtered it using a...

View Article

Printing time values along with pose

I’m an absolute newbie and I got hold of someone’s simple program to navigate a robot by setting a goal position and including random obstacles. The python script uses ROS move_base and navigation...

View Article


Unable to publish to move_base

I am trying to stop the robot and this the code I have written in my program > ros::Publisher pub1 = > nh_->advertise> ("/move_base/cancel", 1000); >> actionlib_msgs::GoalID msg;...

View Article

move_base not subscribing to "/odom"

I'm trying to set up move_base, with odometry provided by robot_localization. When I launch, however, move_base does not seem to subscribe to "odom" - the topic is not visible in `rqt_graph` and...

View Article

Problem with navigation move_base

Hello, I have a problem with navigation in rviz. I have a model P3dx, I want to set goal on the map and my model have to move to this point. I am newbie in ROS, and tutorials don't hel me :/ I use...

View Article


what is the best way to connect ackermann steering with rviz?

Hello, I am building my own car-like robot. For the driving motor controller, I am using the SDC2130 from Roboteq. I have found this package on github called...

View Article


Publishing to /move_base_simple/goal

Hello All, This is a fairly straightforward question, however I have not been able to find it so far. Could someone please tell me the terminal command to publish move_base_simple/goal. I know it is...

View Article

is it possible to add to the gmapping-generated map obstacles using GPS...

i have an device that provides me GPS cordinates of ather boats, so i want to add them as obstacles in the gmapping map .

View Article

move_base receiving empty plan

I'm trying to write a global planner to use with move_base. I'm printing the path in the console and it looks good, but I'm getting a warn from move_base telling me the plan is empty, even though I'm...

View Article

Using teb_local_planner with via_points and obstacle avoidance

I'm using ROS Kinetic on a real 2-wheel differential drive bot. I would like to use move_base with Global Planner and TebLocalPlanner to navigate through a set of waypoints. For `teb_local_planner`, I...

View Article


p3dx not moving to the goal

Hello, I have question. I set the goal for my p3dx and in move_base.launch I got a warns: [ WARN] [1559064696.964216030, 2184.557000000]: DWA planner failed to produce path. [ WARN]...

View Article

target_frame map does not exist

HI, I have a problem with, in my opinion, read map through move_base node. When I launch my move_base.launch I got a WARN: [ WARN] [1559215881.016792500, 588.765000000]: Timed out waiting for transform...

View Article


How to use /poseupdate or /slam_out_pose from hector_mapping as /odom for...

My aim is to implement autonomous navigation using hector_slam. I have an RPLidar, through which I get Laser scan, and I can see the real time position of the lidar in rViz. I need to know how can I...

View Article

unable to set min_in_place_vel_theta more than 3.14

I have 50 kg differential drive robot which needs a considerable amount of torque to start turning in place, usually anglular.z of at least 10 rad/s. Using `rqt_reconfigure` I'm trying to set...

View Article


2d navigation robot setup dependency

So I am doing a 2d navigation and am using [`create_autonomy` for irobot](https://github.com/AutonomyLab/create_autonomy) I am following [this...

View Article

Send goal code

So I am writing a code that sends goal to robot then send another goal but it is not working Here is my code: #include #include #include #include #include "geometry_msgs/PoseWithCovarianceStamped.h"...

View Article

2d-navigation-goal robot spinning even when disconnected

Here's my launch file: I did rosrun map_server map_server map so I didn't add map_server to the launch file. base_local: TrajectoryPlannerROS: max_vel_x: 0.45 min_vel_x: 0.1 max_vel_theta: 1.0...

View Article

How to debug a path planner plugin in move base? (Qt Creator)

Hello guys, I am developing a local planner at the moment and I want to debug it while it is running in move base. At the moment I am using **launch-prefix="gdb -ex run --args"** in the launch file for...

View Article


range_sensor_layer creates a warning "Illegal bounds change, ... The...

Hi, I am using ROS navigation stack (move_base) in a custom mobile robot. The robot uses a computer with Ubuntu 18.04.2 LTS and ROS Melodic (1.14.3). I am using a rgbd camera and a ultrasonic sensor....

View Article


Error with range_sensor_layer. move_base node dies when a sensor_msgs/Range...

Hi, I am trying to setup a **range_sensor_layer** to use an **ultrasonic sensor on the navigation stack**. I am using move_base in a custom mobile robot. The robot uses a computer with Ubuntu 18.04.2...

View Article

/map not connecting to tf links for loading multiple robots in rviz

I am trying to load two robots in Gazebo and visualize them in Rviz to eventually do a leader-follower application. I believe I have the robots initialized in Gazebo correctly and mostly in Rviz, but...

View Article

base local planner with dwa only send negative rotational velocity

Hi guys, I'm using move_base/base_local_planner with dwa parameter "true", and also I set the parameters "max_vel_theta: 0.1" and "min_vel_theta: -0.1", although the theta velocity range is from...

View Article


Local_costmap not showing every obstacle

Hello, Sorry if this is a double post, i can seem to find anyone with the same issue. I have been working with move_base for a while now using different platforms. But I have never experienced this...

View Article

Dynamic reconfigure of costmaps

Hello everyone! I have a mobile robot in Gazebo with defined dimensions, whose task is to pick-up tables and to transport them to other locations. I am using move_base for path planning and navigation....

View Article

Custom costmap values of non-trinary character (move_base with global_planner)

Hello together, I do have the problem that I would like to create a custom costmap2D layer as described in [http://wiki.ros.org/costmap_2d/Tutorials/Creating%20a%20New%20Layer] that just holds values...

View Article

Exclude obstacles from Navigation Stack

Hello everyone! Is there any way to ignore almost static obstacles read from laser scan and sent to navigation stack? My robot's task is to lift objects and navigate with them to other location....

View Article



move_base request failed

When running move base with the navigation stack I get the following warning: [ WARN] [1562249513.118359067]: Request for map failed; trying again... After that nothing happens anymore. The Logfiles...

View Article
Browsing latest articles
Browse All 667 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>