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

billynugrahas's profile - activity

2022-01-28 14:04:47 -0500 received badge  Famous Question (source)
2021-07-30 06:35:51 -0500 received badge  Famous Question (source)
2021-06-18 04:11:04 -0500 received badge  Popular Question (source)
2021-06-18 04:11:04 -0500 received badge  Famous Question (source)
2021-06-18 04:11:04 -0500 received badge  Notable Question (source)
2021-04-02 06:59:18 -0500 received badge  Notable Question (source)
2021-03-30 13:21:01 -0500 received badge  Self-Learner (source)
2021-03-30 13:21:01 -0500 received badge  Teacher (source)
2021-02-25 12:55:47 -0500 received badge  Famous Question (source)
2021-01-13 01:43:36 -0500 answered a question Is it possible to create action server in one package and action client in another package?!

Yes you can, but you have to include your server package on you CMakeList and package.xml

2020-11-25 01:43:14 -0500 received badge  Notable Question (source)
2020-11-25 01:43:14 -0500 received badge  Popular Question (source)
2020-08-29 23:37:54 -0500 received badge  Famous Question (source)
2020-08-29 23:37:54 -0500 received badge  Notable Question (source)
2020-08-29 23:37:54 -0500 received badge  Popular Question (source)
2020-08-26 01:41:46 -0500 received badge  Notable Question (source)
2020-08-26 01:41:46 -0500 received badge  Popular Question (source)
2020-07-10 09:58:25 -0500 received badge  Student (source)
2020-07-05 21:55:36 -0500 received badge  Popular Question (source)
2020-05-28 04:45:38 -0500 commented question Navigation in narrow corridors

hey there, have you found the solution?

2020-05-13 10:39:15 -0500 received badge  Famous Question (source)
2020-05-09 03:21:14 -0500 received badge  Famous Question (source)
2020-04-23 16:53:53 -0500 asked a question catkin_make error "make -j8 -l8" failed

catkin_make error "make -j8 -l8" failed Hi, i have an error when i catkin_make the catkin_ws. It started when i did rm -

2020-04-20 14:30:07 -0500 asked a question joint controller to linear x y z ?

joint controller to linear x y z ? Hi, i have built the urdf robot (quadruped), i testing it using joint controller comm

2020-04-20 04:58:12 -0500 asked a question Plugin Controller For Omni 3-Wheeled robot to do navigation

Plugin Controller For Omni 3-Wheeled robot to do navigation Hi, i want to build my omni 3 wheeled robot for doing naviga

2020-04-15 16:00:47 -0500 marked best answer Conditional block for params on macro xacro

I was wondering how can i use if condition in params on macro? for example:

<xacro:macro name="leg" params="prefix suffix">

I want to use if condition about the suffix:

if suffix == left so create "A", but if suffix != left so create "A"

or the concept is like if-else condition in a programming language?

The documentation on ros wiki doesn’t explain that.

2020-04-15 06:41:04 -0500 answered a question Conditional block for params on macro xacro

Oh it solved, i added <xacro:property name="suffix" value="left"/> when i call the macro. it give the property nam

2020-04-15 06:41:04 -0500 received badge  Rapid Responder (source)
2020-04-15 04:30:35 -0500 asked a question Conditional block for params on macro xacro

Conditional block for params on macro xacro hi everyone, i was wondering how can i use if condition in params on macro?

2020-04-13 09:35:39 -0500 asked a question Morphology link structure (xyz, rpy) for creating urdf model from solidworks

Morphology link structure (xyz, rpy) for creating urdf model from solidworks Hello, i was wondering about defining robot

2020-04-01 00:55:12 -0500 marked best answer There is no Global Planner on Turtlebot3 Navigation Package

i install ros melodic and the turtlebot3 package with the procedure on this link : http://emanual.robotis.com/docs/en/pl...

Then i want to edit the package for navigation, i want to change the method of global_planner from navfn to CarrotPlanner or GlobalPlanner. But when i edit the move_base.launch there is no base_global_planner, justlocal_global_planner. And the parameter on the param folder, there is no base_global_planner_params, just local_global_planner_params.

  1. Why there is no base_global_planner on the launch and params file on the turtlebot3 ?
  2. If i added it manually the params and edit the launch file on the turtlebot3 package, will it works?
  3. Give me recommendation the full robot package for learning. (That there's no additional file that i must added it like base_global_planner on turtlebot3 package)

Thank you so much.

2020-03-24 20:04:57 -0500 received badge  Notable Question (source)
2020-03-24 07:23:10 -0500 commented answer There is no Global Planner on Turtlebot3 Navigation Package

Thank you so much it helps me. But i have some doubt, If i want to set the parameter of base_global_planner, where i can

2020-03-24 07:19:25 -0500 received badge  Popular Question (source)
2020-03-24 02:18:08 -0500 asked a question There is no Global Planner on Turtlebot3 Navigation Package

There is no Global Planner on Turtlebot3 Navigation Package i install ros melodic and the turtlebot3 package with the pr

2020-03-19 00:47:57 -0500 received badge  Enthusiast
2020-03-18 22:55:26 -0500 received badge  Notable Question (source)
2020-03-17 23:44:02 -0500 received badge  Popular Question (source)
2020-03-17 21:37:05 -0500 commented question How to visualize using rviz on gazebo

Done, Thank you..

2020-03-17 21:36:52 -0500 edited question How to visualize using rviz on gazebo

How to visualize using rviz on gazebo Hello, i want to do simulation on turtlebot3 using gazebo, i do succesfully run th

2020-03-17 07:32:09 -0500 marked best answer Autonomous Navigation Algorithm for Robot without know the map

Hi i want to ask something about the algorithm, can we navigate the robot without know the map first? (I use LIDAR) I read about amcl, amcl is for estimate the robot, and amcl should know the map first, right?

There is any instruction that i should use ? and what is the name of method/algorithm behind it? like amcl is for adaptive monte carlo localization.

2020-03-17 07:32:09 -0500 received badge  Scholar (source)
2020-03-17 07:31:49 -0500 asked a question How to visualize using rviz on gazebo

How to visualize using rviz on gazebo Hello, i want to do simulation on turtlebot3 using gazebo, i do succesfully run th

2019-12-26 15:41:37 -0500 received badge  Famous Question (source)
2019-11-10 09:09:34 -0500 received badge  Notable Question (source)
2019-11-07 20:10:14 -0500 received badge  Popular Question (source)