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

Fabs89's profile - activity

2019-04-18 12:21:16 -0500 received badge  Famous Question (source)
2019-04-18 12:21:16 -0500 received badge  Notable Question (source)
2018-09-19 06:20:24 -0500 received badge  Famous Question (source)
2018-09-19 06:20:24 -0500 received badge  Notable Question (source)
2018-08-06 03:43:09 -0500 received badge  Popular Question (source)
2018-08-06 00:48:40 -0500 received badge  Student (source)
2018-08-05 19:08:29 -0500 asked a question Interpolation for between two poses

Interpolation for between two poses Hey all, I am looking for a function which interpolate between two poseStamped pos

2017-12-01 03:30:10 -0500 marked best answer [move_base] make_plan service crashes, transport error

Hey,

so I wrote a custom global planner plug-in and I have tested extensively, so I don't believe the error is there. can launch rviz with move_base, costmap and a robot description. The issue arises as I want to call the service make_plan() from the terminal. I am using the template completion provided by ROS. The first time I call it, it gives me following error message but still compiles and publish the plan.

ERROR: transport error completing service call: unable to receive data from sender,  unable to receive data from sender, check sender's logs for details

The second time I call the service move_base crashes and the following error message is displayed

[move_base-6] process has died [pid 10011, exit code -11, cmd /opt/ros/kinetic/lib/move_base/move_base __name:=move_base __log:=/home/rue011/.ros/log/06aca0b2-d577-11e7-bb08-d481d7bb040a/move_base-6.log]. log file: /home/rue011/.ros/log/06aca0b2-d577-11e7-bb08-d481d7bb040a/move_base-6*.log

Hope somebody can help, I have no Idea whats going wrong.

The log file ".../move_base-6*.log" is not not generated.

2017-12-01 03:09:07 -0500 received badge  Popular Question (source)
2017-12-01 00:00:31 -0500 answered a question [move_base] make_plan service crashes, transport error

Thanks ahendrix, the issue was that I was calling a callback function while the action of move_base was still running,

2017-11-29 20:44:37 -0500 edited question [move_base] make_plan service crashes, transport error

move_base/make_plan() error, Hey, so I wrote a custom global planner plug-in and I have tested extensively, so I don't

2017-11-29 20:42:44 -0500 asked a question [move_base] make_plan service crashes, transport error

move_base/make_plan() error, Hey, so I wrote a custom global planner plug-in and I have tested extensively, so I don't

2017-11-29 02:03:25 -0500 received badge  Enthusiast
2017-11-14 21:03:38 -0500 asked a question How to test plugin from pluginlib in ROS (for move_base::base_global_planner)

How to test plugin from pluginlib in ROS (for move_base::base_global_planner) Hey all, I am new to ROS and not sure how

2017-11-14 21:03:37 -0500 asked a question Debuggin/Testing a plugin for nav_core::base_global_planner

Debuggin/Testing a plugin for nav_core::base_global_planner Hey all, I am new to ROS and not sure how to go about this.