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

Akif's profile - activity

2023-04-06 02:46:49 -0500 received badge  Good Answer (source)
2023-01-06 11:51:53 -0500 received badge  Nice Answer (source)
2022-11-14 07:11:50 -0500 received badge  Guru (source)
2022-11-14 07:11:50 -0500 received badge  Great Answer (source)
2020-09-13 15:11:57 -0500 received badge  Guru (source)
2020-09-13 15:11:57 -0500 received badge  Great Answer (source)
2020-05-13 00:45:24 -0500 received badge  Nice Answer (source)
2019-09-29 07:38:37 -0500 received badge  Good Answer (source)
2019-04-08 06:27:28 -0500 received badge  Good Answer (source)
2019-02-08 06:08:33 -0500 received badge  Good Answer (source)
2018-09-24 06:41:38 -0500 received badge  Nice Answer (source)
2018-09-17 03:39:41 -0500 received badge  Good Answer (source)
2018-04-19 04:01:23 -0500 received badge  Nice Answer (source)
2017-08-14 02:27:10 -0500 received badge  Guru (source)
2017-08-10 16:26:37 -0500 received badge  Nice Answer (source)
2017-08-07 08:42:11 -0500 received badge  Good Answer (source)
2017-07-26 03:51:20 -0500 answered a question How to add a linked library for a cpp file in the CMakelists.

You can try adding find_package(PkgConfig REQUIRED) pkg_check_modules(JSONCPP jsoncpp) and changing include_director

2017-07-25 08:53:15 -0500 commented answer Why are these topics appearing?

Of course, no. We can get a better idea if you can post the output of rostopic info /camera/depth/camera_info for exampl

2017-07-25 08:39:30 -0500 answered a question Why are these topics appearing?

Possibly you are running RViz or something similar. If you have subscribers, topics will appear. You can check with rost

2017-07-18 02:31:31 -0500 commented answer Checking if a custom global planner is loaded

Maybe you should check logger level for your plugin.

2017-07-17 06:24:30 -0500 edited answer getting and reading depth values from kinect2 sensor

sd, qhd and hd are resolutions of the image. Details are given in iai_kinect2 repo. For topic names, _ir: infrared im

2017-07-13 05:31:17 -0500 received badge  Great Answer (source)
2017-07-13 05:31:17 -0500 received badge  Guru (source)
2017-07-13 05:31:09 -0500 received badge  Great Answer (source)
2017-07-13 05:31:09 -0500 received badge  Guru (source)
2017-07-13 01:40:12 -0500 commented question Point Cloud to depth information

No I don't. To be able to "mean" anything, you need to supply more details (like sensor model, driver you use, topic you

2017-07-12 09:57:24 -0500 commented question Point Cloud to depth information

If you are gathering point cloud in one of _optical frames, z coordinate should point forward from the camera. If not, t

2017-07-12 09:28:19 -0500 commented question Point Cloud to depth information

Please post your tf tree.

2017-07-12 00:55:17 -0500 commented answer How to switch the planner of move_base during the navigation

You do not need to reimplement navfn or global_planner in your custom plugin. For example, you can include #include <

2017-07-11 07:38:28 -0500 received badge  Great Answer (source)
2017-07-11 07:38:28 -0500 received badge  Guru (source)
2017-07-11 07:38:14 -0500 received badge  Great Answer (source)
2017-07-11 07:38:14 -0500 received badge  Guru (source)
2017-07-11 07:37:16 -0500 received badge  Great Answer (source)
2017-07-11 07:36:10 -0500 received badge  Guru (source)
2017-07-11 07:36:10 -0500 received badge  Great Answer (source)
2017-07-11 07:33:04 -0500 edited answer How to switch the planner of move_base during the navigation

Instead of messing with move_base source, as mentioned in the question you have linked, you can write a planner which wi

2017-07-11 03:43:56 -0500 answered a question How to switch the planner of move_base during the navigation

Instead of messing with move_base source, as mentioned in the question you have linked, you can write a planner which wi

2017-07-10 05:22:43 -0500 answered a question actionlib client, How to get goal ID?

In fact, goal ID is stored in client side but not exposed to public. In GoalHandle, actionlib uses goal ID to cancel a

2017-05-10 02:48:59 -0500 commented answer Don't understand how to parse URDF file

@Soul Goumey, You're welcome!

2017-05-10 02:48:45 -0500 commented answer Don't understand how to parse URDF file

@Soul Gourney, You're welcome!

2017-05-09 11:38:47 -0500 received badge  Great Answer (source)
2017-05-09 11:38:47 -0500 received badge  Guru (source)
2017-05-09 05:34:00 -0500 answered a question Inform move_base about blocked plan

For your first question (since it is also in the title), your local planner should return false from computeVelocityComm

2017-05-09 05:31:46 -0500 commented question gmapping doesn't publish the tf from map->odom

Also check your laser scanner. There may be a problem with readings.

2017-05-01 22:38:33 -0500 received badge  Good Answer (source)
2017-04-26 14:59:46 -0500 edited answer Rviz doesn't display text marker.

You can try this; visualization_msgs::Marker marker; marker.header.frame_id = "/my_frame"; marker.header.stamp = ros::T

2017-04-26 14:59:06 -0500 answered a question Rviz doesn't display text marker.

You can try this; visualization_msgs::Marker marker; marker.header.frame_id = "/my_frame"; marker.header.stamp = ros::T

2017-03-27 09:10:37 -0500 received badge  Nice Answer (source)
2017-03-23 10:22:43 -0500 received badge  Good Answer (source)