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

achmad_fathoni's profile - activity

2023-07-02 02:45:05 -0500 answered a question ROS2 Multicast works but nodes can't communicate or see each other over multiple machines

In my case I just need to set export RMW_IMPLEMENTATION=rmw_fastrtps_cpp. I know it is weird since the docs states that

2021-11-15 08:16:48 -0500 received badge  Popular Question (source)
2021-11-09 00:38:30 -0500 received badge  Famous Question (source)
2021-11-09 00:38:30 -0500 received badge  Notable Question (source)
2021-09-24 22:44:18 -0500 asked a question How to debug Ros::NodeHandle's segfault?

How to debug Ros::NodeHandle's segfault? This simple code #include <ros/ros.h> int main(int argc, char **a

2021-05-17 11:20:20 -0500 commented question Forcing catkin_python_setup to install into devel space?

Any update?

2021-04-29 10:06:47 -0500 commented question Nodelet topic remapping not working inside namespace

Any update?

2021-02-22 02:16:23 -0500 received badge  Popular Question (source)
2021-02-19 02:52:23 -0500 marked best answer Rviz PluginlibFactory load wrong path

I try to run google cartographer demo and get this follwoing error

[ERROR] [1613722041.399069111, 1588377398.223712458]: PluginlibFactory: The plugin for class 'Submaps' failed to load. Error: Failed to load library /opt/ros/noetic/lib//libcartographer_rviz.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = /opt/ros/noetic/lib//libcartographer_rviz.so: undefined symbol: _ZN4absl16strings_internal9CatPiecesB5cxx11ESt16initializer_listINS_11string_viewEE)

Seem like the PluginlibFactory loads

/opt/ros/noetic/lib//libcartographer_rviz.so

instead of

/opt/ros/noetic/lib/libcartographer_rviz.so

This is should be trivial but I don't know where to apply the solution. This is the submap source code.

2021-02-19 02:45:37 -0500 answered a question Rviz PluginlibFactory load wrong path

I just forget to compile the rviz plugin and its dependency (abseil-cpp) using same C++ standard. After compiling all of

2021-02-19 02:45:37 -0500 received badge  Rapid Responder (source)
2021-02-19 02:44:11 -0500 commented question Rviz PluginlibFactory load wrong path

Thank you, I've just realized that.

2021-02-19 02:19:57 -0500 edited question Rviz PluginlibFactory load wrong path

Rviz PluginlibFactory load wrong path I try to run google cartographer demo and get this follwoing error [ERROR] [16137

2021-02-19 02:18:38 -0500 asked a question Rviz PluginlibFactory load wrong path

Rviz PluginlibFactory load wrong path I try to run google cartographer demo and get this follwoing error Seem like

2021-01-29 14:39:11 -0500 commented answer How do I access the source of Mimick that mimick_vendor's cmake file references in order to edit Mimick's CMake file to give it arm7l compatability

Sorry I never put visualizer software in arm machine, to get base installation without visualizer software use something

2021-01-29 14:07:14 -0500 answered a question How do I access the source of Mimick that mimick_vendor's cmake file references in order to edit Mimick's CMake file to give it arm7l compatability

This is cleaner solution, just run this in the folder where build folder exist sed -i 's/(ARM32 "^(arm|ARM|A)(32)?$")/(

2020-12-01 07:40:11 -0500 received badge  Famous Question (source)
2020-12-01 07:40:11 -0500 received badge  Notable Question (source)
2020-11-26 21:22:29 -0500 commented answer I want to launch N robots using single xacro file by passing N (number of robots)and x,y,z (location of robot )as arguments. Please help me how can do this.

@poojakurdekar3gmailcom I am sorry but recently I am not using ROS anymore so I forget most of the concept.

2020-11-24 21:15:41 -0500 answered a question I want to launch N robots using single xacro file by passing N (number of robots)and x,y,z (location of robot )as arguments. Please help me how can do this.

As stated in this the github issue and this, this problem is fixed in newer release of ROS such as ROS lunar, ROS Melod

2020-10-06 05:21:19 -0500 received badge  Popular Question (source)
2020-10-06 00:51:34 -0500 commented question Fail building Foxy, ModuleNotFoundError: No module named 'setuptools.extern'

According to https://answers.ros.org/questions/ask/ Send all questions to ROS Answers or the appropriate mailing list, a

2020-10-06 00:31:39 -0500 commented question Fail building Foxy, ModuleNotFoundError: No module named 'setuptools.extern'

@Dirk Thomas why?

2020-10-05 19:45:28 -0500 received badge  Rapid Responder (source)
2020-10-05 19:45:28 -0500 answered a question Fail building Foxy, ModuleNotFoundError: No module named 'setuptools.extern'

Well, my guest is right. My setuptools is too up to date. The only think I need to do is change line in /home/toni/.loca

2020-10-05 18:54:02 -0500 asked a question Fail building Foxy, ModuleNotFoundError: No module named 'setuptools.extern'

Fail building Foxy, ModuleNotFoundError: No module named 'setuptools.extern' I have installed setuptools python package:

2020-08-29 00:14:00 -0500 commented question unknown error handler name 'rosmsg'

would you send us the full error log?

2020-06-06 00:18:29 -0500 received badge  Famous Question (source)
2020-03-05 02:04:16 -0500 marked best answer What is relevant ROS packages for walking quadruped?

I want to design walking quadruped robot with sprawling configuraion using Dynamixel servo. The navigation use SLAM with XV-LiDAR 11 input. I look on the internet and found towr and Moveit! packages seems can handle the kinematic but I am afraid both will overkill because my robot is should be optimized to walk on even surface in a maze. Maybe package with seamless integration with navigation stack, kinematic, and gait will be much better.

2020-03-04 22:47:21 -0500 received badge  Favorite Question (source)
2020-03-04 21:09:33 -0500 answered a question What is relevant ROS packages for walking quadruped?

For general leg locomotion gait please check towr package.

2020-03-04 21:07:50 -0500 commented answer What is relevant ROS packages for walking quadruped?

Your post is not an answer, use comment section instead.

2020-03-03 11:48:57 -0500 received badge  Taxonomist
2019-08-09 17:02:59 -0500 marked best answer What is this WaitForTransform and lookupTransform function overloading do?

Usually I use method of both tf function that only accept source_frame and target_frame. Recently I discover from amcl source code that there is another function overloading that accepts more argumentd like fixed_frame, source_time, target_time. I have read the documentation and still don't understand what is these function and its argument do.

Even more the code from amcl sets target_frame and source_frame value with same frame that is base_frame_id, why?

  // wait a little for the latest tf to become available
  tf_->waitForTransform(base_frame_id_, msg.header.stamp,
                       base_frame_id_, now,
                       odom_frame_id_, ros::Duration(0.5));
  tf_->lookupTransform(base_frame_id_, msg.header.stamp,
                       base_frame_id_, now,
                       odom_frame_id_, tx_odom);
2019-07-17 02:16:11 -0500 received badge  Popular Question (source)
2019-07-17 02:16:11 -0500 received badge  Notable Question (source)
2019-07-17 02:16:11 -0500 received badge  Famous Question (source)
2019-07-05 13:19:33 -0500 received badge  Famous Question (source)
2019-07-01 05:27:32 -0500 asked a question How to fix this python's roslaunch API error?

How to fix this python's roslaunch API error? I follow this procedure to execute roslaunch file with argument via python

2019-07-01 04:18:19 -0500 commented question python API for roslaunch with parameter

Any update?

2019-05-26 11:24:03 -0500 received badge  Teacher (source)
2019-05-26 11:14:22 -0500 answered a question Is ROS Melodic developed enough to learn ROS as a beginner?

If exploring package is your priority then you should stay with Kinetic since Melodic has fewer package. In term of lea

2019-05-23 19:48:32 -0500 received badge  Notable Question (source)
2019-05-23 13:15:55 -0500 received badge  Popular Question (source)
2019-05-23 11:23:19 -0500 edited question How to make C++'s service call method wait for server's response?

How to make C++'s service call method wait for server's response? I need to call three consecutive service call from c++